Skip to content

Commit 651f09f

Browse files
build(deps): bump github.com/jenkins-x/go-scm from 1.15.4 to 1.15.16
Bumps [github.com/jenkins-x/go-scm](https://github.com/jenkins-x/go-scm) from 1.15.4 to 1.15.16. - [Release notes](https://github.com/jenkins-x/go-scm/releases) - [Changelog](https://github.com/jenkins-x/go-scm/blob/main/CHANGELOG.md) - [Commits](jenkins-x/go-scm@v1.15.4...v1.15.16) --- updated-dependencies: - dependency-name: github.com/jenkins-x/go-scm dependency-version: 1.15.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22c30c2 commit 651f09f

File tree

95 files changed

+3487
-1325
lines changed

Some content is hidden

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

95 files changed

+3487
-1325
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/hashicorp/errwrap v1.1.0 // indirect
1313
github.com/hashicorp/go-multierror v1.1.1 // indirect
1414
github.com/hashicorp/golang-lru v1.0.2
15-
github.com/jenkins-x/go-scm v1.15.4
15+
github.com/jenkins-x/go-scm v1.15.16
1616
github.com/mitchellh/go-homedir v1.1.0 // indirect
1717
github.com/opencontainers/image-spec v1.1.1 // indirect
1818
github.com/pkg/errors v0.9.1
@@ -23,14 +23,14 @@ require (
2323
go.opencensus.io v0.24.0
2424
go.uber.org/zap v1.27.0
2525
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
26-
golang.org/x/oauth2 v0.30.0 // indirect
26+
golang.org/x/oauth2 v0.31.0 // indirect
2727
gomodules.xyz/jsonpatch/v2 v2.5.0
2828
k8s.io/api v0.32.8
29-
k8s.io/apimachinery v0.32.8
29+
k8s.io/apimachinery v0.33.3
3030
k8s.io/client-go v0.32.8
3131
k8s.io/code-generator v0.32.8
3232
k8s.io/klog v1.0.0
33-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
33+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
3434
knative.dev/hack v0.0.0-20250331013814-c577ed9f7775 // indirect
3535
knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883
3636
sigs.k8s.io/yaml v1.6.0
@@ -62,7 +62,7 @@ require (
6262
cloud.google.com/go/iam v1.5.0 // indirect
6363
cloud.google.com/go/kms v1.21.2 // indirect
6464
cloud.google.com/go/longrunning v0.6.6 // indirect
65-
fortio.org/safecast v1.0.0 // indirect
65+
fortio.org/safecast v1.2.0 // indirect
6666
github.com/42wim/httpsig v1.2.2 // indirect
6767
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 // indirect
6868
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.0 // indirect
@@ -125,6 +125,7 @@ require (
125125
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
126126
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
127127
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
128+
sigs.k8s.io/randfill v1.0.0 // indirect
128129
)
129130

130131
// TODO: Remove this once github.com/google/go-containerregistry uses github.com/aws/aws-sdk-go-v2 >v1.23.0
@@ -162,7 +163,7 @@ require (
162163
github.com/beorn7/perks v1.0.1 // indirect
163164
github.com/blang/semver/v4 v4.0.0 // indirect
164165
github.com/blendle/zapdriver v1.3.1 // indirect
165-
github.com/bluekeyes/go-gitdiff v0.8.0 // indirect
166+
github.com/bluekeyes/go-gitdiff v0.8.1 // indirect
166167
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
167168
github.com/cespare/xxhash/v2 v2.3.0 // indirect
168169
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
@@ -182,9 +183,8 @@ require (
182183
github.com/gobuffalo/flect v1.0.3 // indirect
183184
github.com/gogo/protobuf v1.3.2 // indirect
184185
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
185-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
186+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
186187
github.com/golang/protobuf v1.5.4 // indirect
187-
github.com/google/gofuzz v1.2.0 // indirect
188188
github.com/hashicorp/go-version v1.7.0
189189
github.com/jmespath/go-jmespath v0.4.0 // indirect
190190
github.com/josharian/intern v1.0.0 // indirect
@@ -210,7 +210,7 @@ require (
210210
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
211211
github.com/sirupsen/logrus v1.9.3 // indirect
212212
github.com/spf13/pflag v1.0.6 // indirect
213-
github.com/stretchr/testify v1.10.0 // indirect
213+
github.com/stretchr/testify v1.11.1 // indirect
214214
github.com/vbatts/tar-split v0.12.1 // indirect
215215
go.uber.org/automaxprocs v1.6.0 // indirect
216216
go.uber.org/multierr v1.11.0 // indirect
@@ -234,7 +234,7 @@ require (
234234
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 // indirect
235235
k8s.io/klog/v2 v2.130.1 // indirect
236236
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
237-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
237+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
238238
)
239239

240240
replace github.com/ahmetb/gen-crd-api-reference-docs => github.com/tektoncd/ahmetb-gen-crd-api-reference-docs v0.3.1-0.20220729140133-6ce2d5aafcb4 // Waiting for https://github.com/ahmetb/gen-crd-api-reference-docs/pull/43/files to merge

go.sum

Lines changed: 21 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/fortio.org/safecast/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/fortio.org/safecast/README.md

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/fortio.org/safecast/safecast.go

Lines changed: 57 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)