@@ -20,44 +20,47 @@ require (
20
20
github.com/linuxsuren/cobra-extension v0.0.16
21
21
github.com/linuxsuren/go-cli-alias v0.0.10
22
22
github.com/linuxsuren/go-cli-plugin v0.0.5
23
- github.com/linuxsuren/http-downloader v0.0.85
23
+ github.com/linuxsuren/http-downloader v0.0.98
24
24
github.com/magiconair/properties v1.8.5
25
25
github.com/mitchellh/go-homedir v1.1.0
26
26
github.com/moby/moby v20.10.8+incompatible
27
27
github.com/onsi/ginkgo v1.16.5
28
- github.com/onsi/gomega v1.18.1
28
+ github.com/onsi/gomega v1.27.10
29
29
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
30
30
github.com/spf13/cobra v1.6.1
31
31
github.com/stretchr/testify v1.8.4
32
32
github.com/zalando/go-keyring v0.0.0-20200121091418-667557018717
33
33
go.uber.org/zap v1.19.0
34
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b
34
+ golang.org/x/net v0.25.0
35
35
golang.org/x/text v0.21.0
36
36
gopkg.in/yaml.v2 v2.4.0
37
37
moul.io/http2curl v1.0.0
38
38
)
39
39
40
40
require (
41
- github.com/Microsoft/go-winio v0.4.17 // indirect
41
+ github.com/Microsoft/go-winio v0.6.1 // indirect
42
42
github.com/containerd/containerd v1.5.5 // indirect
43
43
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
44
44
github.com/creack/pty v1.1.17 // indirect
45
45
github.com/danieljoos/wincred v1.0.2 // indirect
46
46
github.com/davecgh/go-spew v1.1.1 // indirect
47
47
github.com/docker/distribution v2.7.1+incompatible // indirect
48
48
github.com/docker/go-units v0.4.0 // indirect
49
- github.com/emirpasic/gods v1.12.0 // indirect
49
+ github.com/emirpasic/gods v1.18.1 // indirect
50
50
github.com/fsnotify/fsnotify v1.5.1 // indirect
51
+ github.com/gliderlabs/ssh v0.3.5 // indirect
51
52
github.com/godbus/dbus v4.1.0+incompatible // indirect
52
53
github.com/gogo/protobuf v1.3.2 // indirect
53
- github.com/golang/protobuf v1.5.2 // indirect
54
+ github.com/golang/protobuf v1.5.3 // indirect
55
+ github.com/google/go-cmp v0.6.0 // indirect
54
56
github.com/google/go-querystring v1.0.0 // indirect
55
57
github.com/gorilla/mux v1.8.0 // indirect
56
58
github.com/inconshreveable/mousetrap v1.0.1 // indirect
57
59
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
58
60
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect
59
61
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
60
- github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
62
+ github.com/kevinburke/ssh_config v1.2.0 // indirect
63
+ github.com/kr/pretty v0.3.1 // indirect
61
64
github.com/mattn/go-colorable v0.1.6 // indirect
62
65
github.com/mattn/go-isatty v0.0.17 // indirect
63
66
github.com/mattn/go-runewidth v0.0.15 // indirect
@@ -71,23 +74,28 @@ require (
71
74
github.com/pkg/errors v0.9.1 // indirect
72
75
github.com/pmezard/go-difflib v1.0.0 // indirect
73
76
github.com/rivo/uniseg v0.4.3 // indirect
77
+ github.com/rogpeppe/go-internal v1.11.0 // indirect
74
78
github.com/russross/blackfriday/v2 v2.1.0 // indirect
75
79
github.com/schollz/progressbar/v3 v3.13.0 // indirect
76
80
github.com/sergi/go-diff v1.1.0 // indirect
77
- github.com/sirupsen/logrus v1.8.1 // indirect
81
+ github.com/sirupsen/logrus v1.9.0 // indirect
78
82
github.com/spf13/pflag v1.0.5 // indirect
79
83
github.com/src-d/gcfg v1.4.0 // indirect
80
- github.com/xanzy/ssh-agent v0.3.0 // indirect
84
+ github.com/xanzy/ssh-agent v0.3.3 // indirect
81
85
go.uber.org/atomic v1.7.0 // indirect
82
86
go.uber.org/multierr v1.6.0 // indirect
83
- golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
87
+ golang.org/x/crypto v0.23.0 // indirect
88
+ golang.org/x/mod v0.17.0 // indirect
84
89
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
85
- golang.org/x/sys v0.17.0 // indirect
86
- golang.org/x/term v0.17.0 // indirect
90
+ golang.org/x/sync v0.10.0 // indirect
91
+ golang.org/x/sys v0.20.0 // indirect
92
+ golang.org/x/term v0.20.0 // indirect
93
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
87
94
google.golang.org/appengine v1.6.7 // indirect
88
- google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
89
- google.golang.org/grpc v1.33.2 // indirect
90
- google.golang.org/protobuf v1.27.1 // indirect
95
+ google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71 // indirect
96
+ google.golang.org/grpc v1.40.0 // indirect
97
+ google.golang.org/protobuf v1.28.0 // indirect
98
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
91
99
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
92
100
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
93
101
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
0 commit comments