Skip to content

Commit e87f8e5

Browse files
committed
update go dependencies
Signed-off-by: kvmw <[email protected]>
1 parent 90fe18f commit e87f8e5

418 files changed

Lines changed: 50906 additions & 3408 deletions

File tree

Some content is hidden

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

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ resources:
108108
repository: spring-scs-docker-virtual.((broadcom-jfrog-artifactory/host))/library/golang
109109
username: ((broadcom-jfrog-artifactory/robot-account.username))
110110
password: ((broadcom-jfrog-artifactory/robot-account.password))
111-
tag: 1.22.3
111+
tag: 1.26.0

go.mod

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
module github.com/pivotal-cf/spring-cloud-services-cli-plugin
22

3-
go 1.22
3+
go 1.26
44

55
require (
6-
code.cloudfoundry.org/bytefmt v0.0.0-20240725181214-870a2a4a34a6
6+
code.cloudfoundry.org/bytefmt v0.64.0
77
code.cloudfoundry.org/cli v7.1.0+incompatible
8-
github.com/fatih/color v1.17.0
9-
github.com/onsi/ginkgo/v2 v2.19.1
10-
github.com/onsi/gomega v1.34.0
8+
github.com/fatih/color v1.18.0
9+
github.com/onsi/ginkgo/v2 v2.28.1
10+
github.com/onsi/gomega v1.39.1
1111
)
1212

1313
require (
14-
github.com/go-logr/logr v1.4.2 // indirect
15-
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
14+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
15+
github.com/go-logr/logr v1.4.3 // indirect
1616
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
17-
github.com/google/go-cmp v0.6.0 // indirect
18-
github.com/google/pprof v0.0.0-20240722153945-304e4f0156b8 // indirect
19-
github.com/mattn/go-colorable v0.1.13 // indirect
17+
github.com/google/go-cmp v0.7.0 // indirect
18+
github.com/google/pprof v0.0.0-20260202012954-cb029daf43ef // indirect
19+
github.com/mattn/go-colorable v0.1.14 // indirect
2020
github.com/mattn/go-isatty v0.0.20 // indirect
2121
github.com/onsi/ginkgo v1.16.5 // indirect
22-
golang.org/x/net v0.27.0 // indirect
23-
golang.org/x/sys v0.22.0 // indirect
24-
golang.org/x/text v0.16.0 // indirect
25-
golang.org/x/tools v0.23.0 // indirect
26-
gopkg.in/yaml.v3 v3.0.1 // indirect
22+
go.yaml.in/yaml/v3 v3.0.4 // indirect
23+
golang.org/x/mod v0.33.0 // indirect
24+
golang.org/x/net v0.50.0 // indirect
25+
golang.org/x/sync v0.19.0 // indirect
26+
golang.org/x/sys v0.41.0 // indirect
27+
golang.org/x/text v0.34.0 // indirect
28+
golang.org/x/tools v0.42.0 // indirect
2729
)

go.sum

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

vendor/code.cloudfoundry.org/bytefmt/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Masterminds/semver/v3/.gitignore

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

vendor/github.com/Masterminds/semver/v3/.golangci.yml

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

vendor/github.com/Masterminds/semver/v3/CHANGELOG.md

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

vendor/github.com/Masterminds/semver/v3/LICENSE.txt

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

0 commit comments

Comments
 (0)