Skip to content

Commit b949b0e

Browse files
author
CF CredHub CI Pipeline
committed
Bump go modules
1 parent 892358e commit b949b0e

File tree

33 files changed

+1024
-686
lines changed

33 files changed

+1024
-686
lines changed

go.mod

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ require (
1010
github.com/fatih/color v1.18.0
1111
github.com/hashicorp/go-version v1.8.0
1212
github.com/jessevdk/go-flags v1.6.1
13-
github.com/onsi/ginkgo/v2 v2.27.2
14-
github.com/onsi/gomega v1.38.2
15-
golang.org/x/net v0.47.0
16-
golang.org/x/term v0.37.0
13+
github.com/onsi/ginkgo/v2 v2.27.3
14+
github.com/onsi/gomega v1.38.3
15+
golang.org/x/net v0.48.0
16+
golang.org/x/term v0.38.0
1717
gopkg.in/yaml.v3 v3.0.1
1818
)
1919

@@ -26,19 +26,16 @@ require (
2626
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
2727
github.com/google/go-cmp v0.7.0 // indirect
2828
github.com/google/pprof v0.0.0-20251208000136-3d256cb9ff16 // indirect
29-
github.com/kr/pretty v0.3.1 // indirect
3029
github.com/mattn/go-colorable v0.1.14 // indirect
3130
github.com/mattn/go-isatty v0.0.20 // indirect
3231
github.com/nxadm/tail v1.4.11 // indirect
33-
github.com/rogpeppe/go-internal v1.13.1 // indirect
34-
go.uber.org/automaxprocs v1.6.0 // indirect
3532
go.yaml.in/yaml/v3 v3.0.4 // indirect
36-
golang.org/x/crypto v0.45.0 // indirect
37-
golang.org/x/mod v0.30.0 // indirect
33+
golang.org/x/crypto v0.46.0 // indirect
34+
golang.org/x/mod v0.31.0 // indirect
3835
golang.org/x/sync v0.19.0 // indirect
3936
golang.org/x/sys v0.39.0 // indirect
40-
golang.org/x/text v0.31.0 // indirect
41-
golang.org/x/tools v0.39.0 // indirect
37+
golang.org/x/text v0.32.0 // indirect
38+
golang.org/x/tools v0.40.0 // indirect
4239
google.golang.org/protobuf v1.36.10 // indirect
4340
gopkg.in/yaml.v2 v2.4.0 // indirect
4441
)

go.sum

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

vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

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

vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go

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

vendor/github.com/onsi/ginkgo/v2/types/version.go

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/onsi/gomega/CHANGELOG.md

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

vendor/github.com/onsi/gomega/format/format.go

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

vendor/github.com/onsi/gomega/ghttp/handlers.go

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

vendor/github.com/onsi/gomega/ghttp/test_server.go

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/onsi/gomega/gomega_dsl.go

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

0 commit comments

Comments
 (0)