Skip to content

Commit

Permalink
Merge pull request #31 from ticketmaster/apache_down_use_github
Browse files Browse the repository at this point in the history
Apache down use GitHub
  • Loading branch information
zambien authored Nov 1, 2019
2 parents 931bb39 + b8ade9a commit 6e9e190
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 20 deletions.
9 changes: 1 addition & 8 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)

default: build

build: vendor fmtcheck
build: fmtcheck
CGO_ENABLED=0 go install -ldflags '-w -extldflags "-static"'

GLIDE := $(shell command -v glide 2> /dev/null)
ifndef GLIDE
$(error "glide is not available. Install using `curl https://glide.sh/get | sh`" or if on Mac `brew install glide`)
endif
vendor: glide.yaml ## Install vendor dependencies
glide update --no-recursive

test: fmtcheck
go test -i $(TEST) || exit 1
echo $(TEST) | \
Expand Down
12 changes: 0 additions & 12 deletions glide.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module github.com/zambien/terraform-provider-apigee

go 1.13

require (
github.com/gofrs/uuid v3.2.0+incompatible
github.com/hashicorp/terraform v0.12.8
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0 // indirect
github.com/zambien/go-apigee-edge v0.0.0-20190402181302-7d41f53971c1
)

replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
Loading

0 comments on commit 6e9e190

Please sign in to comment.