-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (28 loc) · 944 Bytes
/
go.mod
File metadata and controls
32 lines (28 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module graphics.gd
go 1.26.1
require runtime.link v0.0.0-20250814043127-466c6970c4a5
require (
github.com/konoui/lipo v0.10.0
github.com/mdp/qrterminal/v3 v3.2.1
github.com/pavlo-v-chernykh/keystore-go/v4 v4.5.0
github.com/schollz/progressbar/v3 v3.19.0
github.com/stretchr/testify v1.9.0
github.com/tetratelabs/wazero v1.8.2
github.com/ulikunitz/xz v0.5.15
golang.org/x/crypto v0.46.0
golang.org/x/term v0.39.0
golang.org/x/text v0.32.0
golang.org/x/tools v0.39.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/konoui/go-qsort v0.1.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.40.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/qr v0.2.0 // indirect
)