Skip to content

Commit

Permalink
Merge pull request zambien#12 from Ticketmaster/fix-dependencies
Browse files Browse the repository at this point in the history
Add google/go-querystring to glide.yaml.
  • Loading branch information
zambien authored May 15, 2018
2 parents 0540cd8 + afe116a commit 4618dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
default: build

build: vendor fmtcheck
@rm -rf build/
@mkdir -p build/
CGO_ENABLED=0 go build -ldflags '-w -extldflags "-static"' -o build/terraform-provider-apigee
CGO_ENABLED=0 go install -ldflags '-w -extldflags "-static"'

GLIDE := $(shell command -v glide 2> /dev/null)
ifndef GLIDE
Expand Down
1 change: 1 addition & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ import:
- package: github.com/satori/go.uuid
- package: github.com/zambien/go-apigee-edge
- package: github.com/bgentry/go-netrc/netrc
- package: github.com/google/go-querystring/query

0 comments on commit 4618dbe

Please sign in to comment.