@@ -4,14 +4,14 @@ go 1.21
4
4
5
5
require (
6
6
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
7
- github.com/aws/aws-sdk-go v1.27.0
7
+ github.com/aws/aws-sdk-go v1.55.5
8
8
github.com/davecgh/go-spew v1.1.1
9
9
github.com/felixge/httpsnoop v1.0.3
10
10
github.com/go-kit/log v0.2.1
11
11
github.com/gogo/googleapis v1.1.0
12
- github.com/gogo/protobuf v1.3.0
12
+ github.com/gogo/protobuf v1.3.2
13
13
github.com/gogo/status v1.0.3
14
- github.com/golang/protobuf v1.5.2
14
+ github.com/golang/protobuf v1.5.4
15
15
github.com/gorilla/mux v1.7.3
16
16
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
17
17
github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02
@@ -28,15 +28,15 @@ require (
28
28
github.com/uber/jaeger-client-go v2.28.0+incompatible
29
29
github.com/uber/jaeger-lib v2.2.0+incompatible
30
30
github.com/weaveworks/promrus v1.2.0
31
- golang.org/x/net v0.5 .0
32
- golang.org/x/tools v0.3.0
33
- google.golang.org/grpc v1.53 .0
31
+ golang.org/x/net v0.31 .0
32
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
33
+ google.golang.org/grpc v1.65 .0
34
34
gopkg.in/yaml.v2 v2.4.0
35
35
)
36
36
37
37
require (
38
38
github.com/beorn7/perks v1.0.1 // indirect
39
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
39
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
40
40
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
41
41
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
42
42
github.com/fsnotify/fsnotify v1.5.4 // indirect
@@ -51,14 +51,13 @@ require (
51
51
github.com/prometheus/common v0.37.0 // indirect
52
52
github.com/prometheus/procfs v0.8.0 // indirect
53
53
go.uber.org/atomic v1.5.1 // indirect
54
- golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
54
+ golang.org/x/crypto v0.29.0 // indirect
55
55
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
56
- golang.org/x/oauth2 v0.4.0 // indirect
57
- golang.org/x/sync v0.1.0 // indirect
58
- golang.org/x/sys v0.5.0 // indirect
59
- golang.org/x/text v0.6.0 // indirect
60
- google.golang.org/appengine v1.6.7 // indirect
56
+ golang.org/x/oauth2 v0.20.0 // indirect
57
+ golang.org/x/sync v0.9.0 // indirect
58
+ golang.org/x/sys v0.27.0 // indirect
59
+ golang.org/x/text v0.20.0 // indirect
61
60
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
62
- google.golang.org/protobuf v1.28 .1 // indirect
61
+ google.golang.org/protobuf v1.34 .1 // indirect
63
62
gopkg.in/yaml.v3 v3.0.1 // indirect
64
63
)
0 commit comments