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 go to 19.x in preparation for the replacment of packr with embed
- Loading branch information
Showing
48 changed files
with
147 additions
and
2,770 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,90 @@ | ||
module github.com/cloudfoundry/bosh-bootloader | ||
|
||
go 1.13 | ||
go 1.19 | ||
|
||
require ( | ||
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.14.18 | ||
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.2.0 | ||
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect | ||
github.com/genevieve/leftovers v0.55.1-0.20190805182303-e86fd74c0714 | ||
github.com/go-ini/ini v1.37.0 // indirect | ||
github.com/gobuffalo/buffalo-plugins v1.13.0 // indirect | ||
github.com/gobuffalo/genny v0.0.0-20190219203444-c95082806342 // indirect | ||
github.com/gobuffalo/meta v0.0.0-20190207205153-50a99e08b8cf // indirect | ||
github.com/gobuffalo/packd v0.0.0-20181212173646-eca3b8fd6687 | ||
github.com/gobuffalo/packr/v2 v2.0.1 | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect | ||
github.com/hashicorp/errwrap v0.0.0-20180715044906-d6c0cd880357 // indirect | ||
github.com/hashicorp/go-multierror v0.0.0-20180717150148-3d5d8f294aa0 // indirect | ||
github.com/jessevdk/go-flags v1.4.0 | ||
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect | ||
github.com/kr/pty v1.1.3 | ||
github.com/lytics/cloudstorage v0.0.0-20180517181525-27319609bc1c | ||
github.com/mholt/archiver v2.0.1-0.20180417220235-e4ef56d48eb0+incompatible | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d | ||
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect | ||
github.com/onsi/ginkgo v1.7.0 | ||
github.com/onsi/gomega v1.4.3 | ||
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/rogpeppe/go-internal v1.2.2 // indirect | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/spf13/afero v1.2.0 | ||
github.com/ulikunitz/xz v0.5.4 // indirect | ||
github.com/vmware/govmomi v0.18.0 // indirect | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 | ||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 | ||
google.golang.org/api v0.1.0 | ||
gopkg.in/ini.v1 v1.51.1 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.36.0 // indirect | ||
code.cloudfoundry.org/multierror v0.0.0-20170123201326-dafed03eebc6 // indirect | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/Pallinder/go-randomdata v1.2.0 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // 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/go-ini/ini v1.37.0 // indirect | ||
github.com/gobuffalo/buffalo-plugins v1.13.0 // indirect | ||
github.com/gobuffalo/envy v1.6.15 // indirect | ||
github.com/gobuffalo/events v1.2.0 // indirect | ||
github.com/gobuffalo/flect v0.1.0 // indirect | ||
github.com/gobuffalo/genny v0.0.0-20190219203444-c95082806342 // indirect | ||
github.com/gobuffalo/gogen v0.0.0-20190219194924-d32a17ad9761 // indirect | ||
github.com/gobuffalo/logger v0.0.0-20181127160119-5b956e21995c // indirect | ||
github.com/gobuffalo/mapi v1.0.1 // indirect | ||
github.com/gobuffalo/meta v0.0.0-20190207205153-50a99e08b8cf // indirect | ||
github.com/gobuffalo/syncx v0.0.0-20181120194010-558ac7de985f // indirect | ||
github.com/golang/protobuf v1.2.0 // indirect | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect | ||
github.com/googleapis/gax-go/v2 v2.0.3 // indirect | ||
github.com/hashicorp/errwrap v0.0.0-20180715044906-d6c0cd880357 // indirect | ||
github.com/hashicorp/go-multierror v0.0.0-20180717150148-3d5d8f294aa0 // indirect | ||
github.com/hpcloud/tail v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect | ||
github.com/joho/godotenv v1.3.0 // indirect | ||
github.com/karrick/godirwalk v1.7.8 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect | ||
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 // 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.0.0 // indirect | ||
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect | ||
github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c // indirect | ||
github.com/pierrec/lz4 v2.0.3+incompatible // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/rogpeppe/go-internal v1.2.2 // indirect | ||
github.com/sirupsen/logrus v1.3.0 // indirect | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/spf13/cobra v0.0.3 // indirect | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
github.com/ulikunitz/xz v0.5.4 // indirect | ||
github.com/vmware/govmomi v0.18.0 // indirect | ||
go.opencensus.io v0.18.0 // indirect | ||
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect | ||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a // indirect | ||
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect | ||
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384 // indirect | ||
google.golang.org/appengine v1.4.0 // indirect | ||
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 // indirect | ||
google.golang.org/grpc v1.17.0 // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/ini.v1 v1.51.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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.