Skip to content

Commit bd89b9e

Browse files
Bump github.com/cloudfoundry/config-server from 0.1.118 to 0.1.246
Bumps [github.com/cloudfoundry/config-server](https://github.com/cloudfoundry/config-server) from 0.1.118 to 0.1.246. - [Release notes](https://github.com/cloudfoundry/config-server/releases) - [Commits](cloudfoundry/config-server@v0.1.118...v0.1.246) --- updated-dependencies: - dependency-name: github.com/cloudfoundry/config-server dependency-version: 0.1.246 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 976a0ce commit bd89b9e

File tree

442 files changed

+48188
-24891
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

442 files changed

+48188
-24891
lines changed

go.mod

+15-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
module github.com/vmware-tanzu/carvel-secretgen-controller
22

33
go 1.22
4+
toolchain go1.24.1
45

56
require (
6-
github.com/cloudfoundry/bosh-utils v0.0.362 // indirect
7-
github.com/cloudfoundry/config-server v0.1.118
7+
github.com/cloudfoundry/bosh-utils v0.0.538 // indirect
8+
github.com/cloudfoundry/config-server v0.1.246
89
github.com/ghodss/yaml v1.0.0
9-
github.com/go-logr/logr v1.2.4
10-
github.com/stretchr/testify v1.8.4
11-
golang.org/x/tools v0.16.1 // indirect
10+
github.com/go-logr/logr v1.4.2
11+
github.com/stretchr/testify v1.10.0
12+
golang.org/x/tools v0.32.0 // indirect
1213
k8s.io/api v0.26.10
1314
k8s.io/apimachinery v0.27.16
1415
k8s.io/client-go v0.26.10
@@ -36,7 +37,7 @@ require (
3637
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3738
github.com/golang/protobuf v1.5.4 // indirect
3839
github.com/google/gnostic v0.6.9 // indirect
39-
github.com/google/go-cmp v0.5.9 // indirect
40+
github.com/google/go-cmp v0.7.0 // indirect
4041
github.com/google/gofuzz v1.2.0 // indirect
4142
github.com/google/uuid v1.3.0 // indirect
4243
github.com/imdario/mergo v0.3.13 // indirect
@@ -61,17 +62,18 @@ require (
6162
go.uber.org/atomic v1.10.0 // indirect
6263
go.uber.org/multierr v1.8.0 // indirect
6364
go.uber.org/zap v1.24.0 // indirect
64-
golang.org/x/crypto v0.21.0 // indirect
65-
golang.org/x/mod v0.14.0 // indirect
66-
golang.org/x/net v0.23.0 // indirect
65+
golang.org/x/crypto v0.37.0 // indirect
66+
golang.org/x/mod v0.24.0 // indirect
67+
golang.org/x/net v0.39.0 // indirect
6768
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7 // indirect
68-
golang.org/x/sys v0.18.0 // indirect
69-
golang.org/x/term v0.18.0 // indirect
70-
golang.org/x/text v0.14.0 // indirect
69+
golang.org/x/sync v0.13.0 // indirect
70+
golang.org/x/sys v0.32.0 // indirect
71+
golang.org/x/term v0.31.0 // indirect
72+
golang.org/x/text v0.24.0 // indirect
7173
golang.org/x/time v0.3.0 // indirect
7274
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
7375
google.golang.org/appengine v1.6.7 // indirect
74-
google.golang.org/protobuf v1.33.0 // indirect
76+
google.golang.org/protobuf v1.36.1 // indirect
7577
gopkg.in/inf.v0 v0.9.1 // indirect
7678
gopkg.in/yaml.v2 v2.4.0 // indirect
7779
gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

+39-36
Large diffs are not rendered by default.

vendor/github.com/cloudfoundry/bosh-utils/errors/multi_error.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cloudfoundry/config-server/types/certificate_generator.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/README.md

+126-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/SECURITY.md

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/context.go

+33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-logr/logr/context_noslog.go

+49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)