@@ -25,7 +25,7 @@ require (
25
25
github.com/google/wire v0.5.0
26
26
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
27
27
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
28
- github.com/klauspost/compress v1.16.7 // indirect
28
+ github.com/klauspost/compress v1.17.2 // indirect
29
29
github.com/oklog/ulid v1.3.1
30
30
github.com/onsi/ginkgo v1.16.5 // indirect
31
31
github.com/onsi/gomega v1.33.1
@@ -34,10 +34,10 @@ require (
34
34
github.com/pelletier/go-toml v1.9.5
35
35
github.com/prometheus/client_golang v1.16.0
36
36
github.com/sirupsen/logrus v1.9.3
37
- github.com/spf13/afero v1.9.5
37
+ github.com/spf13/afero v1.11.0
38
38
github.com/spf13/cobra v1.7.0
39
39
github.com/spf13/pflag v1.0.5
40
- github.com/spf13/viper v1.16 .0
40
+ github.com/spf13/viper v1.19 .0
41
41
github.com/vishvananda/netlink v1.2.1-beta.2
42
42
golang.org/x/net v0.26.0 // indirect
43
43
google.golang.org/grpc v1.64.1
@@ -82,8 +82,8 @@ require (
82
82
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
83
83
github.com/distribution/reference v0.6.0 // indirect
84
84
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
85
- github.com/felixge/httpsnoop v1.0.3 // indirect
86
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
85
+ github.com/felixge/httpsnoop v1.0.4 // indirect
86
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
87
87
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
88
88
github.com/go-logr/logr v1.4.1 // indirect
89
89
github.com/go-logr/stdr v1.2.2 // indirect
@@ -121,32 +121,37 @@ require (
121
121
github.com/opencontainers/runtime-spec v1.1.0 // indirect
122
122
github.com/opencontainers/selinux v1.11.0 // indirect
123
123
github.com/opentracing/opentracing-go v1.2.0 // indirect
124
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
124
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
125
125
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
126
126
github.com/pkg/errors v0.9.1 // indirect
127
127
github.com/pkg/xattr v0.4.9 // indirect
128
128
github.com/prometheus/client_model v0.3.0 // indirect
129
129
github.com/prometheus/common v0.42.0 // indirect
130
130
github.com/prometheus/procfs v0.10.1 // indirect
131
131
github.com/russross/blackfriday/v2 v2.1.0 // indirect
132
- github.com/spf13/cast v1.5.1 // indirect
133
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
134
- github.com/subosito/gotenv v1.4.2 // indirect
132
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
133
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
134
+ github.com/sourcegraph/conc v0.3.0 // indirect
135
+ github.com/spf13/cast v1.6.0 // indirect
136
+ github.com/subosito/gotenv v1.6.0 // indirect
135
137
github.com/ulikunitz/xz v0.5.11 // indirect
136
138
github.com/vishvananda/netns v0.0.4 // indirect
137
139
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
138
140
go.mongodb.org/mongo-driver v1.11.1 // indirect
139
141
go.opencensus.io v0.24.0 // indirect
140
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
141
- go.opentelemetry.io/otel v1.19.0 // indirect
142
- go.opentelemetry.io/otel/metric v1.19.0 // indirect
143
- go.opentelemetry.io/otel/trace v1.19.0 // indirect
142
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
143
+ go.opentelemetry.io/otel v1.24.0 // indirect
144
+ go.opentelemetry.io/otel/metric v1.24.0 // indirect
145
+ go.opentelemetry.io/otel/trace v1.24.0 // indirect
146
+ go.uber.org/atomic v1.9.0 // indirect
147
+ go.uber.org/multierr v1.9.0 // indirect
144
148
golang.org/x/crypto v0.24.0 // indirect
149
+ golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
145
150
golang.org/x/sync v0.7.0 // indirect
146
151
golang.org/x/sys v0.21.0 // indirect
147
152
golang.org/x/text v0.16.0 // indirect
148
153
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
149
- google.golang.org/genproto v0.0.0-20230920204549-e6e6cdab5c13 // indirect
154
+ google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
150
155
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
151
156
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
152
157
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
0 commit comments