File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.36.4-20250127221518-be6d1143b690.1
10
10
github.com/dimiro1/banner v1.1.0
11
11
github.com/mattn/go-colorable v0.1.14
12
- github.com/open-feature/flagd/core v0.11.0
12
+ github.com/open-feature/flagd/core v0.11.1
13
13
github.com/prometheus/client_golang v1.20.5
14
14
github.com/spf13/cobra v1.8.1
15
15
github.com/spf13/viper v1.19.0
Original file line number Diff line number Diff line change @@ -236,6 +236,8 @@ github.com/open-feature/flagd/core v0.10.8 h1:JDspNtQ/AspLgtoC4UVsk8j+iCxY4yo4Ro
236
236
github.com/open-feature/flagd/core v0.10.8 /go.mod h1:8o7NXJdknnbseuK2HmfKYlqpIqvtwK8SZ+0Tg9/H4ac =
237
237
github.com/open-feature/flagd/core v0.11.0 h1:uyT2keRVqVptqoNOaK4Pq3LueLkcVIZ/qfCnN2mdKiw =
238
238
github.com/open-feature/flagd/core v0.11.0 /go.mod h1:jjMq0sMdCvvsoi4dWoNwUTP4jN0vC1e8OtY/giqZIIM =
239
+ github.com/open-feature/flagd/core v0.11.1 h1:0qBVXcRBZOFoZ5lNK/Yba2IyUDdxUHcLsv5OhUJtltA =
240
+ github.com/open-feature/flagd/core v0.11.1 /go.mod h1:yzPjp7D9wNusvOyKt8wBND5PQGslcu+5e+xmaIBGgLE =
239
241
github.com/open-feature/open-feature-operator/apis v0.2.44 h1:0r4Z+RnJltuHdRBv79NFgAckhna6/M3Wcec6gzNX5vI =
240
242
github.com/open-feature/open-feature-operator/apis v0.2.44 /go.mod h1:xB2uLzvUkbydieX7q6/NqannBz3bt/e5BS2DeOyyw4Q =
241
243
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/dimiro1/banner v1.1.0
13
13
github.com/gorilla/mux v1.8.1
14
14
github.com/mattn/go-colorable v0.1.14
15
- github.com/open-feature/flagd/core v0.11.0
15
+ github.com/open-feature/flagd/core v0.11.1
16
16
github.com/prometheus/client_golang v1.20.5
17
17
github.com/rs/cors v1.11.1
18
18
github.com/rs/xid v1.6.0
Original file line number Diff line number Diff line change @@ -253,6 +253,8 @@ github.com/open-feature/flagd/core v0.10.8 h1:JDspNtQ/AspLgtoC4UVsk8j+iCxY4yo4Ro
253
253
github.com/open-feature/flagd/core v0.10.8 /go.mod h1:8o7NXJdknnbseuK2HmfKYlqpIqvtwK8SZ+0Tg9/H4ac =
254
254
github.com/open-feature/flagd/core v0.11.0 h1:uyT2keRVqVptqoNOaK4Pq3LueLkcVIZ/qfCnN2mdKiw =
255
255
github.com/open-feature/flagd/core v0.11.0 /go.mod h1:jjMq0sMdCvvsoi4dWoNwUTP4jN0vC1e8OtY/giqZIIM =
256
+ github.com/open-feature/flagd/core v0.11.1 h1:0qBVXcRBZOFoZ5lNK/Yba2IyUDdxUHcLsv5OhUJtltA =
257
+ github.com/open-feature/flagd/core v0.11.1 /go.mod h1:yzPjp7D9wNusvOyKt8wBND5PQGslcu+5e+xmaIBGgLE =
256
258
github.com/open-feature/open-feature-operator/apis v0.2.44 h1:0r4Z+RnJltuHdRBv79NFgAckhna6/M3Wcec6gzNX5vI =
257
259
github.com/open-feature/open-feature-operator/apis v0.2.44 /go.mod h1:xB2uLzvUkbydieX7q6/NqannBz3bt/e5BS2DeOyyw4Q =
258
260
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM =
You can’t perform that action at this time.
0 commit comments