Skip to content

Commit

Permalink
fix: update install.sh (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 25, 2021
1 parent 97ef970 commit 86ab245
Show file tree
Hide file tree
Showing 5 changed files with 415 additions and 33 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ GO_DEPENDENCIES = github.com/go-swagger/go-swagger/cmd/swagger \
github.com/bufbuild/buf/cmd/buf \
google.golang.org/protobuf/cmd/protoc-gen-go \
google.golang.org/grpc/cmd/protoc-gen-go-grpc \
github.com/goreleaser/godownloader \
github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc

define make-go-dependency
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ replace gopkg.in/DataDog/dd-trace-go.v1 => gopkg.in/DataDog/dd-trace-go.v1 v1.27

replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1

replace github.com/goreleaser/nfpm => github.com/goreleaser/nfpm v1.10.2

require (
github.com/bufbuild/buf v0.31.1
github.com/cenkalti/backoff/v3 v3.0.0
Expand All @@ -31,6 +33,7 @@ require (
github.com/go-swagger/go-swagger v0.26.1
github.com/gobuffalo/pop/v5 v5.3.3
github.com/golang/mock v1.5.0
github.com/goreleaser/godownloader v0.1.1-0.20200426152203-fd8ad8f7dd78
github.com/gorilla/websocket v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
Expand Down

0 comments on commit 86ab245

Please sign in to comment.