1
1
module github.com/optimizely/agent
2
2
3
- go 1.21.0
3
+ go 1.21.6
4
4
5
5
require (
6
6
github.com/go-chi/chi/v5 v5.0.8
@@ -10,44 +10,44 @@ require (
10
10
github.com/go-kit/kit v0.12.0
11
11
github.com/go-redis/redis/v8 v8.11.5
12
12
github.com/golang-jwt/jwt/v4 v4.5.0
13
- github.com/google/uuid v1.3.0
13
+ github.com/google/uuid v1.3.1
14
14
github.com/lestrrat-go/jwx v0.9.0
15
- github.com/optimizely/go-sdk v1.8.4-0.20230911163718-b10e161e39b8
15
+ github.com/optimizely/go-sdk v1.8.4-0.20240118173841-4adb1affdb93
16
16
github.com/orcaman/concurrent-map v1.0.0
17
17
github.com/prometheus/client_golang v1.11.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
21
21
github.com/stretchr/testify v1.8.4
22
- go.opentelemetry.io/otel v1.19 .0
23
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19 .0
24
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19 .0
25
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19 .0
26
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.19 .0
27
- go.opentelemetry.io/otel/sdk v1.19 .0
28
- go.opentelemetry.io/otel/trace v1.19 .0
29
- golang.org/x/crypto v0.11 .0
22
+ go.opentelemetry.io/otel v1.21 .0
23
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21 .0
24
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21 .0
25
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21 .0
26
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21 .0
27
+ go.opentelemetry.io/otel/sdk v1.21 .0
28
+ go.opentelemetry.io/otel/trace v1.21 .0
29
+ golang.org/x/crypto v0.14 .0
30
30
golang.org/x/sync v0.3.0
31
31
gopkg.in/yaml.v2 v2.4.0
32
32
)
33
33
34
34
require (
35
35
github.com/beorn7/perks v1.0.1 // indirect
36
36
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
37
- github.com/go-logr/logr v1.2.4 // indirect
37
+ github.com/go-logr/logr v1.3.0 // indirect
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
41
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
42
42
github.com/prometheus/client_model v0.2.0 // indirect
43
43
github.com/prometheus/common v0.30.0 // indirect
44
44
github.com/prometheus/procfs v0.7.3 // indirect
45
- go.opentelemetry.io/otel/metric v1.19 .0 // indirect
45
+ go.opentelemetry.io/otel/metric v1.21 .0 // indirect
46
46
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
47
- golang.org/x/net v0.12 .0 // indirect
48
- google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
49
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
50
- google.golang.org/grpc v1.58.2 // indirect
47
+ golang.org/x/net v0.17 .0 // indirect
48
+ google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
49
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
50
+ google.golang.org/grpc v1.59.0 // indirect
51
51
google.golang.org/protobuf v1.31.0 // indirect
52
52
)
53
53
@@ -79,8 +79,8 @@ 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.12 .0 // indirect
83
- golang.org/x/text v0.11 .0 // indirect
82
+ golang.org/x/sys v0.14 .0 // indirect
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
86
86
)
0 commit comments