-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
43 lines (38 loc) · 1.32 KB
/
go.mod
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
33
34
35
36
37
38
39
40
41
42
43
module github.com/arrow2nd/anct
go 1.22.5
toolchain go1.23.1
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/BurntSushi/toml v1.4.0
github.com/briandowns/spinner v1.23.1
github.com/disintegration/imaging v1.6.2
github.com/mattn/go-sixel v0.0.5
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
github.com/usk81/r2h v0.0.3
golang.org/x/term v0.28.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
github.com/sosodev/duration v1.3.1 // indirect
golang.org/x/image v0.20.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/99designs/gqlgen v0.17.61 // indirect
github.com/Yamashou/gqlgenc v0.30.2
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5
github.com/vektah/gqlparser/v2 v2.5.20 // indirect
golang.org/x/sync v0.10.0
)