Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrexus committed May 20, 2017
1 parent 82540ce commit eec41cb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ before_install:
- go get github.com/tcnksm/ghr
after_success:
- gox -osarch="darwin/amd64 linux/386 linux/amd64 linux/arm windows/386 windows/amd64" -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
- ghr -u andrexus --token $GITHUB_TOKEN --replace --prerelease v0.1.0 dist/
- ghr -u andrexus --token $GITHUB_TOKEN --replace --prerelease v0.1.1 dist/
46 changes: 29 additions & 17 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package: github.com/andrexus/terraform-provider-arubacloud
import:
- package: github.com/andrexus/goarubacloud
version: ^0.4.0
- package: github.com/hashicorp/terraform
version: ^0.9.5
subpackages:
- helper/schema
- plugin
Expand Down

0 comments on commit eec41cb

Please sign in to comment.