1
1
module github.com/shellhub-io/shellhub/agent
2
2
3
- go 1.14
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
7
7
github.com/Masterminds/semver v1.5.0
8
- github.com/Microsoft/go-winio v0.4.16 // indirect
9
8
github.com/creack/pty v1.1.18
10
- github.com/docker/distribution v2.8.0+incompatible // indirect
11
9
github.com/docker/docker v23.0.1+incompatible
12
- github.com/docker/go-connections v0.4.0 // indirect
13
- github.com/docker/go-units v0.4.0 // indirect
14
10
github.com/gliderlabs/ssh v0.3.5
15
- github.com/gogo/protobuf v1.3.2 // indirect
16
11
github.com/gorilla/mux v1.8.0
17
12
github.com/kelseyhightower/envconfig v1.4.0
18
13
github.com/mattn/go-shellwords v1.0.12
19
- github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
20
- github.com/morikuni/aec v1.0.0 // indirect
21
- github.com/opencontainers/go-digest v1.0.0 // indirect
22
- github.com/opencontainers/image-spec v1.0.2 // indirect
23
14
github.com/pkg/errors v0.9.1
24
15
github.com/pkg/sftp v1.13.5
25
16
github.com/shellhub-io/shellhub v0.5.2
@@ -30,6 +21,37 @@ require (
30
21
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64
31
22
)
32
23
24
+ require (
25
+ github.com/Microsoft/go-winio v0.4.16 // indirect
26
+ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
27
+ github.com/davecgh/go-spew v1.1.1 // indirect
28
+ github.com/docker/distribution v2.8.0+incompatible // indirect
29
+ github.com/docker/go-connections v0.4.0 // indirect
30
+ github.com/docker/go-units v0.4.0 // indirect
31
+ github.com/go-playground/locales v0.14.0 // indirect
32
+ github.com/go-playground/universal-translator v0.18.0 // indirect
33
+ github.com/go-playground/validator/v10 v10.10.0 // indirect
34
+ github.com/go-resty/resty/v2 v2.7.0 // indirect
35
+ github.com/gogo/protobuf v1.3.2 // indirect
36
+ github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
37
+ github.com/google/go-cmp v0.5.9 // indirect
38
+ github.com/gorilla/websocket v1.5.0 // indirect
39
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
40
+ github.com/kr/fs v0.1.0 // indirect
41
+ github.com/leodido/go-urn v1.2.1 // indirect
42
+ github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
43
+ github.com/morikuni/aec v1.0.0 // indirect
44
+ github.com/opencontainers/go-digest v1.0.0 // indirect
45
+ github.com/opencontainers/image-spec v1.0.2 // indirect
46
+ github.com/pmezard/go-difflib v1.0.0 // indirect
47
+ github.com/spf13/pflag v1.0.5 // indirect
48
+ golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
49
+ golang.org/x/text v0.3.7 // indirect
50
+ golang.org/x/time v0.3.0 // indirect
51
+ gopkg.in/yaml.v3 v3.0.1 // indirect
52
+ gotest.tools/v3 v3.0.2 // indirect
53
+ )
54
+
33
55
replace github.com/shellhub-io/shellhub => ../
34
56
35
57
replace github.com/gliderlabs/ssh => github.com/shellhub-io/ssh v0.0.0-20230224143412-edd48dfd6eea
0 commit comments