Skip to content

Commit eec41cb

Browse files
committed
update dependencies
1 parent 82540ce commit eec41cb

File tree

3 files changed

+33
-18
lines changed

3 files changed

+33
-18
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ before_install:
88
- go get github.com/tcnksm/ghr
99
after_success:
1010
- gox -osarch="darwin/amd64 linux/386 linux/amd64 linux/arm windows/386 windows/amd64" -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
11-
- ghr -u andrexus --token $GITHUB_TOKEN --replace --prerelease v0.1.0 dist/
11+
- ghr -u andrexus --token $GITHUB_TOKEN --replace --prerelease v0.1.1 dist/

glide.lock

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

glide.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
package: github.com/andrexus/terraform-provider-arubacloud
22
import:
3+
- package: github.com/andrexus/goarubacloud
4+
version: ^0.4.0
35
- package: github.com/hashicorp/terraform
6+
version: ^0.9.5
47
subpackages:
58
- helper/schema
69
- plugin

0 commit comments

Comments
 (0)