Skip to content

Commit c037108

Browse files
chore(deps): Bump the k8s-dependencies group with 2 updates (#150)
* chore(deps): Bump the k8s-dependencies group with 2 updates Bumps the k8s-dependencies group with 2 updates: [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/api` from 0.27.4 to 0.28.0 - [Commits](kubernetes/api@v0.27.4...v0.28.0) Updates `k8s.io/client-go` from 0.27.4 to 0.28.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.27.4...v0.28.0) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-dependencies - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * chore: dependency bumps Signed-off-by: Rashed Kamal <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Rashed Kamal <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rashed Kamal <[email protected]>
1 parent e8db8f0 commit c037108

File tree

2 files changed

+40
-123
lines changed

2 files changed

+40
-123
lines changed

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ module github.com/vmware-tanzu/tanzu-source-controller
33
go 1.20
44

55
require (
6-
dies.dev v0.8.0
6+
dies.dev v0.9.0
77
github.com/go-logr/logr v1.2.4
88
github.com/google/go-cmp v0.5.9
99
github.com/google/go-containerregistry v0.16.1
1010
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20230517160804-b7ad3f13a62c
1111
github.com/vmware-labs/reconciler-runtime v0.13.0
1212
github.com/vmware-tanzu/carvel-imgpkg v0.37.3
1313
go.uber.org/zap v1.25.0
14-
k8s.io/api v0.27.4
15-
k8s.io/apimachinery v0.27.4
16-
k8s.io/client-go v0.27.4
14+
k8s.io/api v0.28.0
15+
k8s.io/apimachinery v0.28.0
16+
k8s.io/client-go v0.28.0
1717
sigs.k8s.io/controller-runtime v0.15.1
1818
sigs.k8s.io/yaml v1.3.0
1919
)
@@ -60,7 +60,7 @@ require (
6060
github.com/docker/docker v24.0.0+incompatible // indirect
6161
github.com/docker/docker-credential-helpers v0.7.0 // indirect
6262
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
63-
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
63+
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
6464
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
6565
github.com/fatih/color v1.14.1 // indirect
6666
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -72,7 +72,7 @@ require (
7272
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
7373
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7474
github.com/golang/protobuf v1.5.3 // indirect
75-
github.com/google/gnostic v0.6.9 // indirect
75+
github.com/google/gnostic-models v0.6.8 // indirect
7676
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20230516205744-dbecb1de8cfa // indirect
7777
github.com/google/gofuzz v1.2.0 // indirect
7878
github.com/google/uuid v1.3.0 // indirect
@@ -93,16 +93,16 @@ require (
9393
github.com/opencontainers/go-digest v1.0.0 // indirect
9494
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
9595
github.com/pkg/errors v0.9.1 // indirect
96-
github.com/prometheus/client_golang v1.15.1 // indirect
96+
github.com/prometheus/client_golang v1.16.0 // indirect
9797
github.com/prometheus/client_model v0.4.0 // indirect
98-
github.com/prometheus/common v0.42.0 // indirect
99-
github.com/prometheus/procfs v0.9.0 // indirect
98+
github.com/prometheus/common v0.44.0 // indirect
99+
github.com/prometheus/procfs v0.10.1 // indirect
100100
github.com/rivo/uniseg v0.2.0 // indirect
101101
github.com/sirupsen/logrus v1.9.1 // indirect
102102
github.com/spf13/pflag v1.0.5 // indirect
103103
github.com/vbatts/tar-split v0.11.3 // indirect
104104
github.com/vito/go-interact v1.0.1 // indirect
105-
go.uber.org/multierr v1.10.0 // indirect
105+
go.uber.org/multierr v1.11.0 // indirect
106106
golang.org/x/crypto v0.12.0 // indirect
107107
golang.org/x/net v0.14.0 // indirect
108108
golang.org/x/oauth2 v0.8.0 // indirect
@@ -119,10 +119,10 @@ require (
119119
gopkg.in/inf.v0 v0.9.1 // indirect
120120
gopkg.in/yaml.v2 v2.4.0 // indirect
121121
gopkg.in/yaml.v3 v3.0.1 // indirect
122-
k8s.io/apiextensions-apiserver v0.27.2 // indirect
123-
k8s.io/component-base v0.27.2 // indirect
122+
k8s.io/apiextensions-apiserver v0.28.0 // indirect
123+
k8s.io/component-base v0.28.0 // indirect
124124
k8s.io/klog/v2 v2.100.1 // indirect
125-
k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5 // indirect
125+
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
126126
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
127127
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
128128
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect

0 commit comments

Comments
 (0)