-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module helm.sh/helm/v3 to v3.15.4
- Loading branch information
1 parent
5fb7142
commit 1bee899
Showing
2 changed files
with
68 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module github.com/SAP/jenkins-library | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
toolchain go1.21.9 | ||
toolchain go1.23.0 | ||
|
||
// It is a locked dependency of github.com/buildpacks/[email protected]. The maintainers may remove the lock | ||
// in future releases. Check if 'replace' statement still there in their go.mod file. Remove line below if not. | ||
|
@@ -21,8 +21,8 @@ require ( | |
github.com/bndr/gojenkins v1.1.1-0.20240109173050-c316119c46d5 | ||
github.com/buildpacks/lifecycle v0.18.4 | ||
github.com/cloudevents/sdk-go/v2 v2.10.1 | ||
github.com/docker/cli v24.0.6+incompatible | ||
github.com/docker/docker v24.0.7+incompatible | ||
github.com/docker/cli v25.0.1+incompatible | ||
github.com/docker/docker v25.0.6+incompatible | ||
github.com/evanphx/json-patch v5.7.0+incompatible | ||
github.com/getsentry/sentry-go v0.26.0 | ||
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 | ||
|
@@ -58,13 +58,13 @@ require ( | |
github.com/stretchr/testify v1.9.0 | ||
github.com/testcontainers/testcontainers-go v0.25.0 | ||
github.com/xuri/excelize/v2 v2.4.1 | ||
golang.org/x/mod v0.16.0 | ||
golang.org/x/mod v0.17.0 | ||
golang.org/x/oauth2 v0.17.0 | ||
golang.org/x/text v0.14.0 | ||
golang.org/x/text v0.16.0 | ||
google.golang.org/api v0.167.0 | ||
gopkg.in/ini.v1 v1.67.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
helm.sh/helm/v3 v3.14.0 | ||
helm.sh/helm/v3 v3.15.4 | ||
mvdan.cc/xurls/v2 v2.4.0 | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd | ||
) | ||
|
@@ -118,7 +118,7 @@ require ( | |
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.17.0 // indirect | ||
golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect | ||
golang.org/x/tools v0.17.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240304161311-37d4d3c04a78 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240228224816-df926f6c8641 // indirect | ||
) | ||
|
@@ -156,12 +156,12 @@ require ( | |
github.com/buildpacks/imgutil v0.0.0-20230919143643-4ec9360d5f02 // indirect | ||
github.com/cenkalti/backoff/v3 v3.2.2 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/containerd/containerd v1.7.11 // indirect | ||
github.com/containerd/containerd v1.7.12 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/docker/distribution v2.8.3+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.0 // indirect | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/docker/go-connections v0.5.0 // indirect | ||
github.com/docker/go-metrics v0.0.1 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.11.0 // indirect | ||
|
@@ -229,7 +229,7 @@ require ( | |
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect | ||
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect | ||
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
|
@@ -250,12 +250,12 @@ require ( | |
go.mongodb.org/mongo-driver v1.11.6 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect | ||
golang.org/x/crypto v0.22.0 | ||
golang.org/x/crypto v0.25.0 | ||
golang.org/x/exp v0.0.0-20240205201215-2c58cdc269a3 | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/sync v0.6.0 | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/term v0.19.0 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/sync v0.7.0 | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/term v0.22.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect | ||
|
@@ -264,16 +264,16 @@ require ( | |
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/api v0.29.0 // indirect | ||
k8s.io/apimachinery v0.29.0 // indirect | ||
k8s.io/cli-runtime v0.29.0 // indirect | ||
k8s.io/client-go v0.29.0 // indirect | ||
k8s.io/klog/v2 v2.110.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect | ||
k8s.io/api v0.30.3 // indirect | ||
k8s.io/apimachinery v0.30.3 // indirect | ||
k8s.io/cli-runtime v0.30.3 // indirect | ||
k8s.io/client-go v0.30.3 // indirect | ||
k8s.io/klog/v2 v2.120.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect | ||
k8s.io/utils v0.0.0-20240102154912-e7106e64919e | ||
oras.land/oras-go v1.2.4 // indirect | ||
oras.land/oras-go v1.2.5 // indirect | ||
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect | ||
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters