@@ -7,7 +7,7 @@ require (
7
7
github.com/cenkalti/backoff/v4 v4.1.2
8
8
github.com/gogo/protobuf v1.3.2
9
9
github.com/golang/snappy v0.0.4
10
- github.com/google/uuid v1.3 .0
10
+ github.com/google/uuid v1.6 .0
11
11
github.com/gorilla/mux v1.8.0
12
12
github.com/klauspost/compress v1.14.4
13
13
github.com/knadh/koanf v1.4.0
@@ -34,17 +34,18 @@ require (
34
34
go.uber.org/atomic v1.9.0
35
35
go.uber.org/multierr v1.7.0
36
36
go.uber.org/zap v1.21.0
37
- golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
38
- google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
39
- google.golang.org/grpc v1.44 .0
40
- google.golang.org/protobuf v1.27.1
37
+ golang.org/x/sys v0.16.0
38
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80
39
+ google.golang.org/grpc v1.62 .0
40
+ google.golang.org/protobuf v1.32.0
41
41
gopkg.in/yaml.v2 v2.4.0
42
42
)
43
43
44
44
require (
45
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
45
46
github.com/benbjohnson/clock v1.3.0 // indirect
46
47
github.com/beorn7/perks v1.0.1 // indirect
47
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
48
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
48
49
github.com/davecgh/go-spew v1.1.1 // indirect
49
50
github.com/felixge/httpsnoop v1.0.2 // indirect
50
51
github.com/go-kit/log v0.1.0 // indirect
@@ -53,7 +54,7 @@ require (
53
54
github.com/go-logr/stdr v1.2.2 // indirect
54
55
github.com/go-ole/go-ole v1.2.6 // indirect
55
56
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56
- github.com/golang/protobuf v1.5.2 // indirect
57
+ github.com/golang/protobuf v1.5.3 // indirect
57
58
github.com/inconshreveable/mousetrap v1.0.0 // indirect
58
59
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
59
60
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
@@ -70,8 +71,8 @@ require (
70
71
github.com/tklauser/numcpus v0.3.0 // indirect
71
72
github.com/yusufpapurcu/wmi v1.2.2 // indirect
72
73
go.opentelemetry.io/otel/internal/metric v0.27.0 // indirect
73
- golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
74
- golang.org/x/text v0.3.7 // indirect
74
+ golang.org/x/net v0.20.0 // indirect
75
+ golang.org/x/text v0.14.0 // indirect
75
76
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
76
77
)
77
78
0 commit comments