-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from dep to Go Modules and vendor dependencies
- Loading branch information
1 parent
6396ed4
commit f6773df
Showing
1,667 changed files
with
534,427 additions
and
718 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,60 +1,45 @@ | ||
module github.com/MattHodge/terraform-provider-octopusdeploy | ||
module github.com/OctopusDeploy/terraform-provider-octopusdeploy | ||
|
||
require ( | ||
github.com/MattHodge/go-octopusdeploy v0.0.0-20181223150559-d7c98b22f969 | ||
github.com/agext/levenshtein v1.2.1 | ||
github.com/apparentlymart/go-cidr v1.0.0 | ||
github.com/apparentlymart/go-textseg v1.0.0 | ||
github.com/armon/go-radix v1.0.0 | ||
github.com/aws/aws-sdk-go v1.15.53 | ||
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d | ||
github.com/bgentry/speakeasy v0.1.0 | ||
github.com/blang/semver v3.5.1+incompatible | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/dghubble/sling v1.1.0 | ||
github.com/fatih/color v1.7.0 | ||
github.com/go-ini/ini v1.38.3 | ||
github.com/go-playground/locales v0.12.1 | ||
github.com/go-playground/universal-translator v0.16.0 | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/google/go-querystring v1.0.0 | ||
github.com/hashicorp/errwrap v1.0.0 | ||
github.com/hashicorp/go-cleanhttp v0.5.0 | ||
github.com/hashicorp/go-getter v0.0.0-20180809191950-4bda8fa99001 | ||
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f | ||
github.com/hashicorp/go-multierror v1.0.0 | ||
github.com/hashicorp/go-plugin v0.0.0-20181004024435-314501b665e0 | ||
github.com/hashicorp/go-safetemp v1.0.0 | ||
github.com/hashicorp/go-uuid v1.0.0 | ||
github.com/hashicorp/go-version v1.0.0 | ||
github.com/hashicorp/hcl v1.0.0 | ||
github.com/hashicorp/hcl2 v0.0.0-20181001210626-3e4b7e0eb20e | ||
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 | ||
github.com/hashicorp/logutils v1.0.0 | ||
github.com/OctopusDeploy/go-octopusdeploy v0.0.0-20190101071024-032701337fa6 | ||
github.com/apparentlymart/go-cidr v1.0.0 // indirect | ||
github.com/armon/go-radix v1.0.0 // indirect | ||
github.com/aws/aws-sdk-go v1.15.53 // indirect | ||
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
github.com/blang/semver v3.5.1+incompatible // indirect | ||
github.com/dghubble/sling v1.1.0 // indirect | ||
github.com/go-ini/ini v1.38.3 // indirect | ||
github.com/go-playground/locales v0.12.1 // indirect | ||
github.com/go-playground/universal-translator v0.16.0 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect | ||
github.com/hashicorp/go-getter v0.0.0-20180809191950-4bda8fa99001 // indirect | ||
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect | ||
github.com/hashicorp/go-plugin v0.0.0-20181004024435-314501b665e0 // indirect | ||
github.com/hashicorp/go-safetemp v1.0.0 // indirect | ||
github.com/hashicorp/go-uuid v1.0.0 // indirect | ||
github.com/hashicorp/go-version v1.0.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/hcl2 v0.0.0-20181001210626-3e4b7e0eb20e // indirect | ||
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 // indirect | ||
github.com/hashicorp/logutils v1.0.0 // indirect | ||
github.com/hashicorp/terraform v0.11.8 | ||
github.com/hashicorp/yamux v0.0.0-20180917205041-7221087c3d28 | ||
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 | ||
github.com/mattn/go-colorable v0.0.9 | ||
github.com/mattn/go-isatty v0.0.4 | ||
github.com/mitchellh/cli v1.0.0 | ||
github.com/mitchellh/copystructure v1.0.0 | ||
github.com/mitchellh/go-homedir v1.0.0 | ||
github.com/mitchellh/go-testing-interface v1.0.0 | ||
github.com/mitchellh/go-wordwrap v1.0.0 | ||
github.com/mitchellh/gox v0.4.0 // indirect | ||
github.com/mitchellh/hashstructure v1.0.0 | ||
github.com/mitchellh/iochan v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 | ||
github.com/mitchellh/reflectwalk v1.0.0 | ||
github.com/oklog/run v1.0.0 | ||
github.com/posener/complete v1.1.2 | ||
github.com/ulikunitz/xz v0.5.4 | ||
github.com/zclconf/go-cty v0.0.0-20181011210859-1f835aab79c2 | ||
golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941 | ||
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 | ||
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba | ||
golang.org/x/text v0.3.0 | ||
google.golang.org/genproto v0.0.0-20181004005441-af9cb2a35e7f | ||
google.golang.org/grpc v1.15.0 | ||
gopkg.in/go-playground/validator.v9 v9.21.0 | ||
github.com/hashicorp/yamux v0.0.0-20180917205041-7221087c3d28 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/mitchellh/cli v1.0.0 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.0.0 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.0 // indirect | ||
github.com/mitchellh/hashstructure v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/posener/complete v1.1.2 // indirect | ||
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect | ||
github.com/ulikunitz/xz v0.5.4 // indirect | ||
github.com/zclconf/go-cty v0.0.0-20181011210859-1f835aab79c2 // indirect | ||
google.golang.org/genproto v0.0.0-20181004005441-af9cb2a35e7f // indirect | ||
google.golang.org/grpc v1.15.0 // indirect | ||
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect | ||
gopkg.in/go-playground/validator.v9 v9.21.0 // indirect | ||
gopkg.in/ini.v1 v1.42.0 // 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
vendor/github.com/OctopusDeploy/go-octopusdeploy/octopusdeploy/action_template_parameter.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
...r/github.com/OctopusDeploy/go-octopusdeploy/octopusdeploy/auto_deploy_release_override.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.