Skip to content

Commit

Permalink
Switch from Glide to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuzmin committed Mar 23, 2018
1 parent bc673e1 commit fce740b
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 124 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea/
.glide/
vendor/
packer-builder-vsphere*
bin/
Expand Down
276 changes: 276 additions & 0 deletions Gopkg.lock

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

15 changes: 15 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[[constraint]]
name = "github.com/hashicorp/packer"
version = "=1.0.2"

[[override]]
name = "github.com/masterzen/azure-sdk-for-go"
branch = "master"

[[constraint]]
name = "github.com/vmware/govmomi"
version = "=0.15.0"

[prune]
go-tests = true
unused-packages = true
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eux

glide install -v
dep ensure
export CGO_ENABLED=0
export GOARCH=amd64
mkdir -p bin
Expand Down
Loading

0 comments on commit fce740b

Please sign in to comment.