Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go module deps-automation/code.cloudfoundry.org/dockerdriver-v0.7.0 #187

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@ module code.cloudfoundry.org/volumedriver
go 1.22.3

require (
code.cloudfoundry.org/dockerdriver v0.0.0-20240425154110-a68c794c8bb0
code.cloudfoundry.org/goshims v0.35.0
code.cloudfoundry.org/lager/v3 v3.0.3
code.cloudfoundry.org/dockerdriver v0.7.0
code.cloudfoundry.org/goshims v0.39.0
code.cloudfoundry.org/lager/v3 v3.3.0
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
github.com/onsi/ginkgo/v2 v2.17.3
github.com/onsi/gomega v1.33.1
github.com/onsi/ginkgo/v2 v2.20.1
github.com/onsi/gomega v1.34.1
)

require (
code.cloudfoundry.org/cfhttp v2.0.0+incompatible // indirect
code.cloudfoundry.org/clock v1.1.0 // indirect
code.cloudfoundry.org/tlsconfig v0.0.0-20230320190829-8f91c367795b // indirect
code.cloudfoundry.org/cfhttp/v2 v2.4.0 // indirect
code.cloudfoundry.org/clock v1.5.0 // indirect
code.cloudfoundry.org/tlsconfig v0.1.0 // indirect
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
github.com/openzipkin/zipkin-go v0.4.2 // indirect
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/openzipkin/zipkin-go v0.4.3 // indirect
github.com/tedsuo/rata v1.0.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.20.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/tools v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
153 changes: 108 additions & 45 deletions go.sum

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions vendor/code.cloudfoundry.org/cfhttp/README.md

This file was deleted.

105 changes: 0 additions & 105 deletions vendor/code.cloudfoundry.org/cfhttp/cf_http.go

This file was deleted.

1 change: 0 additions & 1 deletion vendor/code.cloudfoundry.org/cfhttp/handlers/package.go

This file was deleted.

1 change: 0 additions & 1 deletion vendor/code.cloudfoundry.org/cfhttp/package.go

This file was deleted.

This file was deleted.

113 changes: 0 additions & 113 deletions vendor/code.cloudfoundry.org/cfhttp/unix_transport/unix_transport.go

This file was deleted.

1 change: 1 addition & 0 deletions vendor/code.cloudfoundry.org/cfhttp/v2/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions vendor/code.cloudfoundry.org/cfhttp/v2/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading