@@ -14,7 +14,7 @@ require (
14
14
github.com/lestrrat-go/jwx v0.9.0
15
15
github.com/optimizely/go-sdk/v2 v2.0.0
16
16
github.com/orcaman/concurrent-map v1.0.0
17
- github.com/prometheus/client_golang v1.11 .0
17
+ github.com/prometheus/client_golang v1.18 .0
18
18
github.com/rakyll/statik v0.1.7
19
19
github.com/rs/zerolog v1.29.0
20
20
github.com/spf13/viper v1.15.0
@@ -38,10 +38,10 @@ require (
38
38
github.com/go-logr/stdr v1.2.2 // indirect
39
39
github.com/golang/protobuf v1.5.3 // indirect
40
40
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
41
- github.com/matttproud/golang_protobuf_extensions v1 .0.1 // indirect
42
- github.com/prometheus/client_model v0.2 .0 // indirect
43
- github.com/prometheus/common v0.30 .0 // indirect
44
- github.com/prometheus/procfs v0.7.3 // indirect
41
+ github.com/matttproud/golang_protobuf_extensions/v2 v2 .0.0 // indirect
42
+ github.com/prometheus/client_model v0.5 .0 // indirect
43
+ github.com/prometheus/common v0.45 .0 // indirect
44
+ github.com/prometheus/procfs v0.12.0 // indirect
45
45
go.opentelemetry.io/otel/metric v1.21.0 // indirect
46
46
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
47
47
golang.org/x/net v0.17.0 // indirect
@@ -79,7 +79,7 @@ require (
79
79
github.com/stretchr/objx v0.5.0 // indirect
80
80
github.com/subosito/gotenv v1.4.2 // indirect
81
81
github.com/twmb/murmur3 v1.1.6 // indirect
82
- golang.org/x/sys v0.14 .0 // indirect
82
+ golang.org/x/sys v0.15 .0 // indirect
83
83
golang.org/x/text v0.13.0 // indirect
84
84
gopkg.in/ini.v1 v1.67.0 // indirect
85
85
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments