Skip to content

Commit 07febb7

Browse files
authored
Merge pull request #64 from terraform-providers/svh/f-cs-4.12
gomod: update terraform and go-cloudstack
2 parents 888d778 + ef801b7 commit 07febb7

File tree

1,279 files changed

+233853
-36302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,279 files changed

+233853
-36302
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $ docker exec -ti cloudstack python /root/tools/marvin/marvin/deployDataCenter.p
7171
If you refresh the client or login again, you will now get passed the initial welcome screen and be able to go to your account details and retrieve the API key and secret. Export those together with the URL:
7272

7373
```sh
74-
$ export CLOUDSTACK_URL=http://localhost:8080/client/api
74+
$ export CLOUDSTACK_API_URL=http://localhost:8080/client/api
7575
$ export CLOUDSTACK_API_KEY=r_gszj7e0ttr_C6CP5QU_1IV82EIOtK4o_K9i_AltVztfO68wpXihKs2Tms6tCMDY4HDmbqHc-DtTamG5x112w
7676
$ export CLOUDSTACK_SECRET_KEY=tsfMDShFe94f4JkJfEh6_tZZ--w5jqEW7vGL2tkZGQgcdbnxNoq9fRmwAtU5MEGGXOrDlNA6tfvGK14fk_MB6w
7777
```

go.mod

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,12 @@
11
module github.com/terraform-providers/terraform-provider-cloudstack
22

33
require (
4-
github.com/apparentlymart/go-cidr v1.0.0 // indirect
5-
github.com/blang/semver v3.5.1+incompatible // indirect
64
github.com/go-ini/ini v1.40.0
7-
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
85
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
9-
github.com/hashicorp/go-getter v0.0.0-20181213035916-be39683deade // indirect
10-
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f // indirect
116
github.com/hashicorp/go-multierror v1.0.0
12-
github.com/hashicorp/go-plugin v0.0.0-20181212150838-f444068e8f5a // indirect
13-
github.com/hashicorp/go-uuid v1.0.0 // indirect
147
github.com/hashicorp/hcl v1.0.0 // indirect
15-
github.com/hashicorp/hcl2 v0.0.0-20181220012050-6631d7cd0a68 // indirect
16-
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250 // indirect
17-
github.com/hashicorp/logutils v1.0.0 // indirect
18-
github.com/hashicorp/terraform v0.11.11
19-
github.com/jtolds/gls v4.2.1+incompatible // indirect
20-
github.com/mitchellh/cli v1.0.0 // indirect
21-
github.com/mitchellh/copystructure v1.0.0 // indirect
22-
github.com/mitchellh/hashstructure v1.0.0 // indirect
23-
github.com/mitchellh/mapstructure v1.1.2 // indirect
24-
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
8+
github.com/hashicorp/terraform v0.12.0
259
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
26-
github.com/xanzy/go-cloudstack v2.4.1+incompatible
27-
github.com/zclconf/go-cty v0.0.0-20181218225846-4fe1e489ee06 // indirect
28-
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
29-
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
10+
github.com/xanzy/go-cloudstack v0.0.0-20190526095453-42f262b63ed0
3011
gopkg.in/ini.v1 v1.40.0 // indirect
3112
)

go.sum

Lines changed: 338 additions & 20 deletions
Large diffs are not rendered by default.

vendor/cloud.google.com/go/AUTHORS

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/CONTRIBUTORS

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/LICENSE

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)