forked from cloudfoundry/bosh-bootloader
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump dependencies and update go version to 1.19
- Loading branch information
Showing
63 changed files
with
97 additions
and
4,077 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule bosh-deployment
updated
41 files
Submodule jumpbox-deployment
updated
6 files
+2 −2 | aws/cpi.yml | |
+4 −4 | azure/cpi.yml | |
+5 −5 | ci/pipeline.yml | |
+4 −4 | gcp/cpi.yml | |
+4 −4 | openstack/cpi.yml | |
+4 −4 | vsphere/cpi.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,78 @@ | ||
module github.com/cloudfoundry/bosh-bootloader | ||
|
||
go 1.16 | ||
go 1.19 | ||
|
||
require ( | ||
cloud.google.com/go/iam v0.3.0 // indirect | ||
code.cloudfoundry.org/multierror v0.0.0-20170123201326-dafed03eebc6 // indirect | ||
github.com/Azure/azure-sdk-for-go v12.5.0-beta+incompatible | ||
github.com/Azure/go-autorest v9.10.0+incompatible | ||
github.com/Pallinder/go-randomdata v1.2.0 // indirect | ||
github.com/araddon/gou v0.0.0-20180509225133-7db4be5742ae | ||
github.com/aws/aws-sdk-go v1.43.45 | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/cloudfoundry/bbl-state-resource v0.0.0-20180409211107-a02832129633 | ||
github.com/cloudfoundry/multierror v0.0.0-20170123201326-dafed03eebc6 | ||
github.com/coreos/go-semver v0.3.0 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect | ||
github.com/genevieve/leftovers v0.55.1-0.20190805182303-e86fd74c0714 | ||
github.com/gobuffalo/packd v1.0.1 | ||
github.com/gobuffalo/packr/v2 v2.8.3 | ||
github.com/jessevdk/go-flags v1.5.0 | ||
github.com/kr/pty v1.1.8 | ||
github.com/lytics/cloudstorage v0.0.0-20180517181525-27319609bc1c | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/mholt/archiver v2.1.0+incompatible | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d | ||
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect | ||
github.com/onsi/ginkgo v1.16.5 | ||
github.com/onsi/gomega v1.19.0 | ||
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect | ||
github.com/pierrec/lz4 v2.0.3+incompatible // indirect | ||
github.com/pivotal-cf-experimental/gomegamatchers v0.0.0-20180326192815-e36bfcc98c3a | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/spf13/afero v1.8.2 | ||
github.com/ulikunitz/xz v0.5.4 // indirect | ||
github.com/vmware/govmomi v0.18.0 // indirect | ||
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa | ||
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a | ||
google.golang.org/api v0.74.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.100.2 // indirect | ||
cloud.google.com/go/compute v1.5.0 // indirect | ||
cloud.google.com/go/iam v0.3.0 // indirect | ||
cloud.google.com/go/storage v1.14.0 // indirect | ||
code.cloudfoundry.org/multierror v0.0.0-20170123201326-dafed03eebc6 // indirect | ||
github.com/Pallinder/go-randomdata v1.2.0 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/creack/pty v1.1.7 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect | ||
github.com/fatih/color v1.7.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/gobuffalo/logger v1.0.6 // indirect | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.3 // indirect | ||
github.com/googleapis/gax-go/v2 v2.2.0 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.0.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/karrick/godirwalk v1.16.1 // indirect | ||
github.com/markbates/errx v1.1.0 // indirect | ||
github.com/markbates/oncer v1.0.0 // indirect | ||
github.com/markbates/safe v1.0.1 // indirect | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect | ||
github.com/pierrec/lz4 v2.0.3+incompatible // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/ulikunitz/xz v0.5.4 // indirect | ||
github.com/vmware/govmomi v0.18.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect | ||
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb // indirect | ||
google.golang.org/grpc v1.45.0 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.