1
1
module github.com/cage1016/ak
2
2
3
- go 1.17
3
+ go 1.20
4
4
5
5
require (
6
- github.com/AlecAivazis/survey/v2 v2.3.5
7
6
github.com/Songmu/prompter v0.5.1
8
7
github.com/ku/go-change-case v0.0.1
9
8
github.com/sirupsen/logrus v1.9.0
@@ -17,25 +16,18 @@ require (
17
16
github.com/fsnotify/fsnotify v1.5.4 // indirect
18
17
github.com/hashicorp/hcl v1.0.0 // indirect
19
18
github.com/inconshreveable/mousetrap v1.0.0 // indirect
20
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
21
19
github.com/magiconair/properties v1.8.6 // indirect
22
- github.com/mattn/go-colorable v0.1.12 // indirect
23
20
github.com/mattn/go-isatty v0.0.14 // indirect
24
- github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
25
21
github.com/mitchellh/mapstructure v1.5.0 // indirect
26
- github.com/nishanths/go-hgconfig v1.0.1 // indirect
27
- github.com/nishanths/license/v5 v5.0.3 // indirect
28
22
github.com/pelletier/go-toml v1.9.5 // indirect
29
23
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
30
24
github.com/spf13/cast v1.5.0 // indirect
31
25
github.com/spf13/jwalterweatherman v1.1.0 // indirect
32
26
github.com/spf13/pflag v1.0.5 // indirect
33
27
github.com/subosito/gotenv v1.3.0 // indirect
34
- github.com/tcnksm/go-gitconfig v0.1.2 // indirect
35
28
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
36
29
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
37
30
golang.org/x/text v0.3.7 // indirect
38
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
39
31
gopkg.in/ini.v1 v1.66.4 // indirect
40
32
gopkg.in/yaml.v2 v2.4.0 // indirect
41
33
gopkg.in/yaml.v3 v3.0.0 // indirect