1
1
module github.com/hookdeck/hookdeck-cli
2
2
3
- go 1.18
3
+ go 1.21.0
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -15,41 +15,39 @@ require (
15
15
github.com/sirupsen/logrus v1.9.3
16
16
github.com/spf13/cobra v1.9.1
17
17
github.com/spf13/pflag v1.0.6
18
- github.com/spf13/viper v1.7 .1
18
+ github.com/spf13/viper v1.20 .1
19
19
github.com/stretchr/testify v1.10.0
20
20
github.com/tidwall/pretty v1.2.1
21
21
github.com/x-cray/logrus-prefixed-formatter v0.5.2
22
- golang.org/x/sys v0.28 .0
23
- golang.org/x/term v0.27 .0
22
+ golang.org/x/sys v0.29 .0
23
+ golang.org/x/term v0.28 .0
24
24
)
25
25
26
26
require (
27
27
github.com/davecgh/go-spew v1.1.1 // indirect
28
28
github.com/fatih/color v1.9.0 // indirect
29
- github.com/fsnotify/fsnotify v1.4.9 // indirect
29
+ github.com/fsnotify/fsnotify v1.8.0 // indirect
30
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
30
31
github.com/google/go-querystring v1.0.0 // indirect
31
32
github.com/gosimple/unidecode v1.0.1 // indirect
32
- github.com/hashicorp/hcl v1.0.0 // indirect
33
33
github.com/inconshreveable/mousetrap v1.1.0 // indirect
34
34
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
35
- github.com/kr/text v0.2.0 // indirect
36
- github.com/magiconair/properties v1.8.3 // indirect
37
35
github.com/mattn/go-colorable v0.1.7 // indirect
38
36
github.com/mattn/go-isatty v0.0.12 // indirect
39
37
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
40
- github.com/mitchellh/mapstructure v1.3.3 // indirect
41
38
github.com/onsi/ginkgo v1.14.1 // indirect
42
39
github.com/onsi/gomega v1.10.1 // indirect
43
- github.com/pelletier/go-toml v1.8.1 // indirect
40
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
44
41
github.com/pmezard/go-difflib v1.0.0 // indirect
45
- github.com/spf13/afero v1.4.0 // indirect
46
- github.com/spf13/cast v1.3.1 // indirect
47
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
48
- github.com/subosito/gotenv v1.2.0 // indirect
49
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
50
- golang.org/x/text v0.4.0 // indirect
42
+ github.com/sagikazarmark/locafero v0.7.0 // indirect
43
+ github.com/sourcegraph/conc v0.3.0 // indirect
44
+ github.com/spf13/afero v1.12.0 // indirect
45
+ github.com/spf13/cast v1.7.1 // indirect
46
+ github.com/subosito/gotenv v1.6.0 // indirect
47
+ go.uber.org/atomic v1.9.0 // indirect
48
+ go.uber.org/multierr v1.9.0 // indirect
49
+ golang.org/x/crypto v0.32.0 // indirect
50
+ golang.org/x/text v0.21.0 // indirect
51
51
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
52
- gopkg.in/ini.v1 v1.61.0 // indirect
53
- gopkg.in/yaml.v2 v2.3.0 // indirect
54
52
gopkg.in/yaml.v3 v3.0.1 // indirect
55
53
)
0 commit comments