Skip to content

Commit

Permalink
Merge pull request #279 from devopsfaith/fix_deps
Browse files Browse the repository at this point in the history
switch to direct downloads
  • Loading branch information
kpacha authored Feb 18, 2021
2 parents 20cfeed + b870e5c commit 25050a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ update_krakend_deps:

build:
@echo "Building the binary..."
@GOPROXY=https://goproxy.io go get .
@go get .
@go build -ldflags="-X github.com/devopsfaith/krakend/core.KrakendVersion=${VERSION}" -o ${BIN_NAME} ./cmd/krakend-ce
@echo "You can now use ./${BIN_NAME}"

Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ require (
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/hashicorp/consul v1.6.10 // indirect
github.com/hashicorp/vault v1.6.1 // indirect
github.com/hashicorp/vault v1.6.0 // indirect
github.com/influxdata/influxdb v1.7.4 // indirect
github.com/influxdata/platform v0.0.0-20190117200541-d500d3cf5589 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
Expand Down Expand Up @@ -78,4 +78,5 @@ require (
gocloud.dev/pubsub/rabbitpubsub v0.21.0 // indirect
gocloud.dev/secrets/hashivault v0.21.0 // indirect
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20180326133423-4dbb9d721348 // indirect
k8s.io/api v0.20.2 // indirect
)

0 comments on commit 25050a1

Please sign in to comment.