Skip to content

Commit ce48cb7

Browse files
fix(deps): update module github.com/open-feature/flagd/core to v0.10.5 (#1482)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/open-feature/flagd/core](https://redirect.github.com/open-feature/flagd) | `v0.10.4` -> `v0.10.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopen-feature%2fflagd%2fcore/v0.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fopen-feature%2fflagd%2fcore/v0.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fopen-feature%2fflagd%2fcore/v0.10.4/v0.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopen-feature%2fflagd%2fcore/v0.10.4/v0.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfd2af9 commit ce48cb7

File tree

4 files changed

+154
-24
lines changed

4 files changed

+154
-24
lines changed

flagd-proxy/go.mod

+29-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
buf.build/gen/go/open-feature/flagd/protocolbuffers/go v1.36.0-20240906125204-0a6a901b42e8.1
1010
github.com/dimiro1/banner v1.1.0
1111
github.com/mattn/go-colorable v0.1.13
12-
github.com/open-feature/flagd/core v0.10.4
12+
github.com/open-feature/flagd/core v0.10.5
1313
github.com/prometheus/client_golang v1.20.5
1414
github.com/spf13/cobra v1.8.1
1515
github.com/spf13/viper v1.19.0
@@ -37,14 +37,34 @@ require (
3737
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
3838
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
3939
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
40+
github.com/aws/aws-sdk-go v1.55.5 // indirect
41+
github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
42+
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 // indirect
43+
github.com/aws/aws-sdk-go-v2/config v1.27.27 // indirect
44+
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 // indirect
45+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 // indirect
46+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.10 // indirect
47+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 // indirect
48+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 // indirect
49+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
50+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.15 // indirect
51+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
52+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.17 // indirect
53+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.15 // indirect
55+
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.3 // indirect
56+
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 // indirect
57+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
58+
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
59+
github.com/aws/smithy-go v1.20.3 // indirect
4060
github.com/beorn7/perks v1.0.1 // indirect
4161
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4262
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
4363
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4464
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
4565
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
4666
github.com/felixge/httpsnoop v1.0.4 // indirect
47-
github.com/fsnotify/fsnotify v1.7.0 // indirect
67+
github.com/fsnotify/fsnotify v1.8.0 // indirect
4868
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4969
github.com/go-logr/logr v1.4.2 // indirect
5070
github.com/go-logr/stdr v1.2.2 // indirect
@@ -66,6 +86,7 @@ require (
6686
github.com/hashicorp/hcl v1.0.0 // indirect
6787
github.com/imdario/mergo v0.3.16 // indirect
6888
github.com/inconshreveable/mousetrap v1.1.0 // indirect
89+
github.com/jmespath/go-jmespath v0.4.0 // indirect
6990
github.com/josharian/intern v1.0.0 // indirect
7091
github.com/json-iterator/go v1.1.12 // indirect
7192
github.com/klauspost/compress v1.17.9 // indirect
@@ -105,7 +126,7 @@ require (
105126
go.opentelemetry.io/otel/trace v1.32.0 // indirect
106127
go.uber.org/multierr v1.11.0 // indirect
107128
gocloud.dev v0.40.0 // indirect
108-
golang.org/x/crypto v0.30.0 // indirect
129+
golang.org/x/crypto v0.31.0 // indirect
109130
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
110131
golang.org/x/oauth2 v0.23.0 // indirect
111132
golang.org/x/sys v0.28.0 // indirect
@@ -116,17 +137,17 @@ require (
116137
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
117138
google.golang.org/api v0.191.0 // indirect
118139
google.golang.org/genproto v0.0.0-20240812133136-8ffd90a71988 // indirect
119-
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
120-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
140+
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
141+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
121142
google.golang.org/protobuf v1.36.0 // indirect
122143
gopkg.in/inf.v0 v0.9.1 // indirect
123144
gopkg.in/ini.v1 v1.67.0 // indirect
124145
gopkg.in/yaml.v2 v2.4.0 // indirect
125146
gopkg.in/yaml.v3 v3.0.1 // indirect
126-
k8s.io/api v0.31.1 // indirect
147+
k8s.io/api v0.31.4 // indirect
127148
k8s.io/apiextensions-apiserver v0.31.0 // indirect
128-
k8s.io/apimachinery v0.31.1 // indirect
129-
k8s.io/client-go v0.31.1 // indirect
149+
k8s.io/apimachinery v0.31.4 // indirect
150+
k8s.io/client-go v0.31.4 // indirect
130151
k8s.io/klog/v2 v2.130.1 // indirect
131152
k8s.io/kube-openapi v0.0.0-20240403164606-bc84c2ddaf99 // indirect
132153
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect

0 commit comments

Comments
 (0)