This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a46304
commit 422dc69
Showing
2 changed files
with
392 additions
and
19 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,32 +1,19 @@ | ||
module github.com/remijouannet/terraform-provider-osc | ||
|
||
require ( | ||
github.com/apparentlymart/go-cidr v1.0.0 // indirect | ||
github.com/aws/aws-sdk-go v1.16.26 | ||
github.com/blang/semver v3.5.1+incompatible // indirect | ||
github.com/aws/aws-sdk-go v1.25.3 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect | ||
github.com/hashicorp/errwrap v1.0.0 | ||
github.com/hashicorp/go-cleanhttp v0.5.0 | ||
github.com/hashicorp/go-getter v1.0.1 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.1 | ||
github.com/hashicorp/go-hclog v0.0.0-20190109152822-4783caec6f2e // indirect | ||
github.com/hashicorp/go-plugin v0.0.0-20181212150838-f444068e8f5a // indirect | ||
github.com/hashicorp/go-uuid v1.0.1 // indirect | ||
github.com/hashicorp/go-version v1.1.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/hashicorp/hcl2 v0.0.0-20190125181715-6d20f625a6e3 // 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.11 | ||
github.com/hashicorp/terraform v0.12.12 | ||
github.com/hashicorp/vault v1.0.2 | ||
github.com/jen20/awspolicyequivalence v1.0.0 | ||
github.com/keybase/go-crypto v0.0.0-20181127160227-255a5089e85a // 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 | ||
github.com/mitchellh/hashstructure v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/pierrec/lz4 v2.0.5+incompatible // indirect | ||
golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b // indirect | ||
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.