Skip to content

Commit

Permalink
fix(deps): update module github.com/open-feature/flagd/core to v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent bae9b6f commit 4ab176c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flagd-proxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.36.3-20241220192239-696330adaff0.1
github.com/dimiro1/banner v1.1.0
github.com/mattn/go-colorable v0.1.14
github.com/open-feature/flagd/core v0.10.6
github.com/open-feature/flagd/core v0.10.7
github.com/prometheus/client_golang v1.20.5
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
Expand Down
2 changes: 2 additions & 0 deletions flagd-proxy/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ github.com/open-feature/flagd/core v0.10.5 h1:+UGV1pn79jUFRDxAs4iNY5faDJ8kE/voib
github.com/open-feature/flagd/core v0.10.5/go.mod h1:OhV1ky45MrzZY8JUGhAyFjrOz3Rs3ZQmTEOMO8LljN4=
github.com/open-feature/flagd/core v0.10.6 h1:aX7lVh+NO93N7dLuCy74aaJTZBAafwiaMstwUGnfaWI=
github.com/open-feature/flagd/core v0.10.6/go.mod h1:ruXCjCRjc79mAvtbzHXynMqrGcCiESpZe0gJS2s57ko=
github.com/open-feature/flagd/core v0.10.7 h1:Kft0Ly1r3eMIm+QLLteGtRU8WepdULc8SaGSzWKIZnc=
github.com/open-feature/flagd/core v0.10.7/go.mod h1:kD8Pi3GRXUSyzkZLVxc4GbpFluiW4iWBmkUJcGV1F7Q=
github.com/open-feature/open-feature-operator/apis v0.2.44 h1:0r4Z+RnJltuHdRBv79NFgAckhna6/M3Wcec6gzNX5vI=
github.com/open-feature/open-feature-operator/apis v0.2.44/go.mod h1:xB2uLzvUkbydieX7q6/NqannBz3bt/e5BS2DeOyyw4Q=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
Expand Down
2 changes: 1 addition & 1 deletion flagd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/dimiro1/banner v1.1.0
github.com/gorilla/mux v1.8.1
github.com/mattn/go-colorable v0.1.14
github.com/open-feature/flagd/core v0.10.6
github.com/open-feature/flagd/core v0.10.7
github.com/prometheus/client_golang v1.20.5
github.com/rs/cors v1.11.1
github.com/rs/xid v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions flagd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ github.com/open-feature/flagd/core v0.10.5 h1:+UGV1pn79jUFRDxAs4iNY5faDJ8kE/voib
github.com/open-feature/flagd/core v0.10.5/go.mod h1:OhV1ky45MrzZY8JUGhAyFjrOz3Rs3ZQmTEOMO8LljN4=
github.com/open-feature/flagd/core v0.10.6 h1:aX7lVh+NO93N7dLuCy74aaJTZBAafwiaMstwUGnfaWI=
github.com/open-feature/flagd/core v0.10.6/go.mod h1:ruXCjCRjc79mAvtbzHXynMqrGcCiESpZe0gJS2s57ko=
github.com/open-feature/flagd/core v0.10.7 h1:Kft0Ly1r3eMIm+QLLteGtRU8WepdULc8SaGSzWKIZnc=
github.com/open-feature/flagd/core v0.10.7/go.mod h1:kD8Pi3GRXUSyzkZLVxc4GbpFluiW4iWBmkUJcGV1F7Q=
github.com/open-feature/open-feature-operator/apis v0.2.44 h1:0r4Z+RnJltuHdRBv79NFgAckhna6/M3Wcec6gzNX5vI=
github.com/open-feature/open-feature-operator/apis v0.2.44/go.mod h1:xB2uLzvUkbydieX7q6/NqannBz3bt/e5BS2DeOyyw4Q=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
Expand Down

0 comments on commit 4ab176c

Please sign in to comment.