Skip to content

Commit

Permalink
Update Golang from 1.17 to 1.22 and its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gk-concourse-ninja authored and bgandon committed Feb 13, 2024
1 parent 06be5aa commit de8f640
Show file tree
Hide file tree
Showing 779 changed files with 80,276 additions and 27,813 deletions.
30 changes: 16 additions & 14 deletions src/bosh-virtualbox-cpi/go.mod
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
module bosh-virtualbox-cpi

go 1.17
go 1.22

require (
github.com/cloudfoundry/bosh-cpi-go v0.0.0-20230608150715-1e134ab6c93b
github.com/cloudfoundry/bosh-utils v0.0.288
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
github.com/cloudfoundry/bosh-cpi-go v0.0.0-20240210100149-cfb1cd9a79c3
github.com/cloudfoundry/bosh-utils v0.0.442
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.31.1
golang.org/x/crypto v0.19.0
)

require (
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/charlievieth/fs v0.0.2 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/charlievieth/fs v0.0.3 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240207164012-fb44976bdcd5 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/nxadm/tail v1.4.8 // indirect
golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
golang.org/x/sys v0.0.0-20211102192858-4dd72447c267 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
181 changes: 43 additions & 138 deletions src/bosh-virtualbox-cpi/go.sum

Large diffs are not rendered by default.

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

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

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

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

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

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

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit de8f640

Please sign in to comment.