1
1
module github.com/open-feature/go-sdk-contrib/providers/flagd
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
toolchain go1.24.4
6
6
@@ -14,15 +14,15 @@ require (
14
14
github.com/go-logr/logr v1.4.3
15
15
github.com/google/go-cmp v0.7.0
16
16
github.com/hashicorp/golang-lru/v2 v2.0.7
17
- github.com/open-feature/flagd/core v0.11.5
17
+ github.com/open-feature/flagd/core v0.12.1
18
18
github.com/open-feature/go-sdk v1.15.1
19
19
github.com/open-feature/go-sdk-contrib/tests/flagd v1.4.1
20
20
github.com/testcontainers/testcontainers-go v0.32.0
21
21
go.uber.org/mock v0.5.2
22
22
go.uber.org/zap v1.27.0
23
23
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
24
- golang.org/x/net v0.38 .0
25
- google.golang.org/grpc v1.71 .0
24
+ golang.org/x/net v0.41 .0
25
+ google.golang.org/grpc v1.73 .0
26
26
google.golang.org/protobuf v1.36.6
27
27
)
28
28
@@ -34,7 +34,6 @@ require (
34
34
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df // indirect
35
35
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
36
36
github.com/containerd/containerd v1.7.27 // indirect
37
- github.com/containerd/errdefs v0.3.0 // indirect
38
37
github.com/containerd/log v0.1.0 // indirect
39
38
github.com/containerd/platforms v0.2.1 // indirect
40
39
github.com/cpuguy83/dockercfg v0.3.1 // indirect
@@ -46,7 +45,7 @@ require (
46
45
github.com/docker/go-connections v0.5.0 // indirect
47
46
github.com/docker/go-units v0.5.0 // indirect
48
47
github.com/felixge/httpsnoop v1.0.4 // indirect
49
- github.com/fsnotify/fsnotify v1.8 .0 // indirect
48
+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
50
49
github.com/go-logr/stdr v1.2.2 // indirect
51
50
github.com/go-ole/go-ole v1.2.6 // indirect
52
51
github.com/gofrs/uuid v4.4.0+incompatible // indirect
@@ -66,7 +65,7 @@ require (
66
65
github.com/moby/sys/userns v0.1.0 // indirect
67
66
github.com/moby/term v0.5.0 // indirect
68
67
github.com/morikuni/aec v1.0.0 // indirect
69
- github.com/open-feature/flagd-schemas v0.2.9-0.20250319190911-9b0ee43ecc47 // indirect
68
+ github.com/open-feature/flagd-schemas v0.2.9-0.20250707123415-08b4c52d3b86 // indirect
70
69
github.com/opencontainers/go-digest v1.0.0 // indirect
71
70
github.com/opencontainers/image-spec v1.1.0 // indirect
72
71
github.com/pkg/errors v0.9.1 // indirect
@@ -84,15 +83,15 @@ require (
84
83
github.com/yusufpapurcu/wmi v1.2.3 // indirect
85
84
github.com/zeebo/xxh3 v1.0.2 // indirect
86
85
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
87
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
88
- go.opentelemetry.io/otel v1.35 .0 // indirect
89
- go.opentelemetry.io/otel/metric v1.35 .0 // indirect
90
- go.opentelemetry.io/otel/trace v1.35 .0 // indirect
86
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
87
+ go.opentelemetry.io/otel v1.37 .0 // indirect
88
+ go.opentelemetry.io/otel/metric v1.37 .0 // indirect
89
+ go.opentelemetry.io/otel/trace v1.37 .0 // indirect
91
90
go.uber.org/multierr v1.11.0 // indirect
92
- golang.org/x/crypto v0.36 .0 // indirect
91
+ golang.org/x/crypto v0.39 .0 // indirect
93
92
golang.org/x/mod v0.25.0 // indirect
94
- golang.org/x/sys v0.31 .0 // indirect
93
+ golang.org/x/sys v0.33 .0 // indirect
95
94
golang.org/x/text v0.26.0 // indirect
96
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
95
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
97
96
gopkg.in/yaml.v3 v3.0.1 // indirect
98
97
)
0 commit comments