Skip to content

Commit ab98558

Browse files
build(deps): Bump the all-go-mod-patch-and-minor group across 1 directory with 9 updates
Bumps the all-go-mod-patch-and-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/docker/docker](https://github.com/docker/docker) | `27.4.1+incompatible` | `27.5.1+incompatible` | | [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.5.18` | | [helm.sh/helm/v3](https://github.com/helm/helm) | `3.16.4` | `3.17.0` | | [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.30.8` | `0.30.9` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.3` | `0.20.1` | Updates `github.com/docker/docker` from 27.4.1+incompatible to 27.5.1+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.4.1...v27.5.1) Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.17 to 3.5.18 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.17...v3.5.18) Updates `helm.sh/helm/v3` from 3.16.4 to 3.17.0 - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.16.4...v3.17.0) Updates `k8s.io/api` from 0.31.4 to 0.32.0 - [Commits](kubernetes/api@v0.31.4...v0.32.0) Updates `k8s.io/apimachinery` from 0.31.4 to 0.32.0 - [Commits](kubernetes/apimachinery@v0.31.4...v0.32.0) Updates `k8s.io/client-go` from 0.31.4 to 0.32.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.4...v0.32.0) Updates `k8s.io/kubelet` from 0.30.8 to 0.30.9 - [Commits](kubernetes/kubelet@v0.30.8...v0.30.9) Updates `k8s.io/utils` from 0.0.0-20240711033017-18e509b52bc8 to 0.0.0-20241104100929-3ea5e8cea738 - [Commits](https://github.com/kubernetes/utils/commits) Updates `sigs.k8s.io/controller-runtime` from 0.19.3 to 0.20.1 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.19.3...v0.20.1) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: go.etcd.io/etcd/client/pkg/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: helm.sh/helm/v3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/kubelet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: k8s.io/utils dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-mod-patch-and-minor - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f85497 commit ab98558

File tree

2 files changed

+106
-173
lines changed

2 files changed

+106
-173
lines changed

go.mod

Lines changed: 34 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
module github.com/mesosphere/dynamic-credential-provider
55

66
go 1.22.0
7-
87
toolchain go1.23.1
98

109
require (
1110
github.com/distribution/reference v0.6.0
12-
github.com/docker/docker v27.4.1+incompatible
11+
github.com/docker/docker v27.5.1+incompatible
1312
github.com/docker/go-connections v0.5.0
1413
github.com/foomo/htpasswd v0.0.0-20200116085101-e3a90e78da9c
1514
github.com/fsnotify/fsnotify v1.8.0
@@ -21,25 +20,25 @@ require (
2120
github.com/sirupsen/logrus v1.9.3
2221
github.com/spf13/cobra v1.8.1
2322
github.com/stretchr/testify v1.10.0
24-
go.etcd.io/etcd/client/pkg/v3 v3.5.17
23+
go.etcd.io/etcd/client/pkg/v3 v3.5.18
2524
golang.org/x/sync v0.10.0
2625
gopkg.in/yaml.v3 v3.0.1
27-
helm.sh/helm/v3 v3.16.4
28-
k8s.io/api v0.31.4
29-
k8s.io/apimachinery v0.31.4
30-
k8s.io/client-go v0.31.4
26+
helm.sh/helm/v3 v3.17.0
27+
k8s.io/api v0.32.0
28+
k8s.io/apimachinery v0.32.0
29+
k8s.io/client-go v0.32.0
3130
k8s.io/klog/v2 v2.130.1
32-
k8s.io/kubelet v0.30.8
33-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
31+
k8s.io/kubelet v0.30.9
32+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
3433
sigs.k8s.io/cli-utils v0.37.2
35-
sigs.k8s.io/controller-runtime v0.19.3
34+
sigs.k8s.io/controller-runtime v0.20.1
3635
sigs.k8s.io/kind v0.26.0
3736
)
3837

3938
require (
4039
dario.cat/mergo v1.0.1 // indirect
4140
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
42-
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
41+
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
4342
github.com/BurntSushi/toml v1.4.0 // indirect
4443
github.com/GehirnInc/crypt v0.0.0-20190301055215-6c0105aabd46 // indirect
4544
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -53,11 +52,11 @@ require (
5352
github.com/blang/semver/v4 v4.0.0 // indirect
5453
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5554
github.com/chai2010/gettext-go v1.0.2 // indirect
56-
github.com/containerd/containerd v1.7.23 // indirect
55+
github.com/containerd/containerd v1.7.24 // indirect
5756
github.com/containerd/errdefs v0.3.0 // indirect
5857
github.com/containerd/log v0.1.0 // indirect
5958
github.com/containerd/platforms v0.2.1 // indirect
60-
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
59+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
6160
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6261
github.com/distribution/distribution/v3 v3.0.0-alpha.1 // indirect
6362
github.com/docker/cli v25.0.1+incompatible // indirect
@@ -67,22 +66,22 @@ require (
6766
github.com/docker/go-units v0.5.0 // indirect
6867
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
6968
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
70-
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
69+
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
7170
github.com/fatih/color v1.13.0 // indirect
7271
github.com/felixge/httpsnoop v1.0.4 // indirect
7372
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
7473
github.com/go-errors/errors v1.4.2 // indirect
7574
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
7675
github.com/go-logr/logr v1.4.2 // indirect
7776
github.com/go-logr/stdr v1.2.2 // indirect
78-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
77+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
7978
github.com/go-openapi/jsonreference v0.20.2 // indirect
80-
github.com/go-openapi/swag v0.22.4 // indirect
79+
github.com/go-openapi/swag v0.23.0 // indirect
8180
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
8281
github.com/gobwas/glob v0.2.3 // indirect
8382
github.com/gogo/protobuf v1.3.2 // indirect
8483
github.com/golang/protobuf v1.5.4 // indirect
85-
github.com/google/btree v1.0.1 // indirect
84+
github.com/google/btree v1.1.3 // indirect
8685
github.com/google/gnostic-models v0.6.8 // indirect
8786
github.com/google/go-cmp v0.6.0 // indirect
8887
github.com/google/gofuzz v1.2.0 // indirect
@@ -92,11 +91,10 @@ require (
9291
github.com/gorilla/mux v1.8.1 // indirect
9392
github.com/gorilla/websocket v1.5.0 // indirect
9493
github.com/gosuri/uitable v0.0.4 // indirect
95-
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
94+
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
9695
github.com/hashicorp/errwrap v1.1.0 // indirect
9796
github.com/hashicorp/go-multierror v1.1.1 // indirect
9897
github.com/huandu/xstrings v1.5.0 // indirect
99-
github.com/imdario/mergo v0.3.16 // indirect
10098
github.com/inconshreveable/mousetrap v1.1.0 // indirect
10199
github.com/jmoiron/sqlx v1.4.0 // indirect
102100
github.com/josharian/intern v1.0.0 // indirect
@@ -115,7 +113,7 @@ require (
115113
github.com/mitchellh/reflectwalk v1.0.2 // indirect
116114
github.com/moby/docker-image-spec v1.3.1 // indirect
117115
github.com/moby/locker v1.0.1 // indirect
118-
github.com/moby/spdystream v0.4.0 // indirect
116+
github.com/moby/spdystream v0.5.0 // indirect
119117
github.com/moby/term v0.5.0 // indirect
120118
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
121119
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -133,7 +131,7 @@ require (
133131
github.com/prometheus/client_model v0.6.1 // indirect
134132
github.com/prometheus/common v0.55.0 // indirect
135133
github.com/prometheus/procfs v0.15.1 // indirect
136-
github.com/rubenv/sql-migrate v1.7.0 // indirect
134+
github.com/rubenv/sql-migrate v1.7.1 // indirect
137135
github.com/russross/blackfriday/v2 v2.1.0 // indirect
138136
github.com/shopspring/decimal v1.4.0 // indirect
139137
github.com/spf13/cast v1.7.0 // indirect
@@ -147,34 +145,32 @@ require (
147145
go.opentelemetry.io/otel v1.28.0 // indirect
148146
go.opentelemetry.io/otel/metric v1.28.0 // indirect
149147
go.opentelemetry.io/otel/trace v1.28.0 // indirect
150-
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
151148
go.uber.org/multierr v1.11.0 // indirect
152-
go.uber.org/zap v1.26.0 // indirect
149+
go.uber.org/zap v1.27.0 // indirect
153150
golang.org/x/crypto v0.31.0 // indirect
154151
golang.org/x/net v0.33.0 // indirect
155-
golang.org/x/oauth2 v0.21.0 // indirect
156-
golang.org/x/sys v0.28.0 // indirect
152+
golang.org/x/oauth2 v0.23.0 // indirect
153+
golang.org/x/sys v0.29.0 // indirect
157154
golang.org/x/term v0.27.0 // indirect
158155
golang.org/x/text v0.21.0 // indirect
159-
golang.org/x/time v0.3.0 // indirect
156+
golang.org/x/time v0.7.0 // indirect
160157
golang.org/x/tools v0.28.0 // indirect
161158
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
162-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
159+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
163160
google.golang.org/grpc v1.65.0 // indirect
164161
google.golang.org/protobuf v1.36.1 // indirect
165162
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
166163
gopkg.in/inf.v0 v0.9.1 // indirect
167-
gopkg.in/yaml.v2 v2.4.0 // indirect
168-
k8s.io/apiextensions-apiserver v0.31.3 // indirect
169-
k8s.io/apiserver v0.31.3 // indirect
170-
k8s.io/cli-runtime v0.31.3 // indirect
171-
k8s.io/component-base v0.31.3 // indirect
172-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
173-
k8s.io/kubectl v0.31.3 // indirect
164+
k8s.io/apiextensions-apiserver v0.32.0 // indirect
165+
k8s.io/apiserver v0.32.0 // indirect
166+
k8s.io/cli-runtime v0.32.0 // indirect
167+
k8s.io/component-base v0.32.0 // indirect
168+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
169+
k8s.io/kubectl v0.32.0 // indirect
174170
oras.land/oras-go v1.2.5 // indirect
175-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
176-
sigs.k8s.io/kustomize/api v0.17.2 // indirect
177-
sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
178-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
171+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
172+
sigs.k8s.io/kustomize/api v0.18.0 // indirect
173+
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
174+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
179175
sigs.k8s.io/yaml v1.4.0 // indirect
180176
)

0 commit comments

Comments
 (0)