Skip to content

Commit

Permalink
Add google/go-querystring to glide.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Otto committed Apr 26, 2018
1 parent 0540cd8 commit afe116a
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 afe116a

Please sign in to comment.