Skip to content

Commit

Permalink
Remove dependencies added by tool installs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Mar 17, 2021
1 parent 800bb5d commit b89cb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- run: echo 'export GOBIN=/go/bin' >> $BASH_ENV
- run: go get golang.org/x/tools/cmd/goimports
- run: go get github.com/robertkrimen/godocdown/godocdown
- run: go mod tidy # removes dependencies added by tool installations
- run: go install github.com/golang/protobuf/protoc-gen-go
- run:
command: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
golang.org/x/text v0.3.5 // indirect
google.golang.org/genproto v0.0.0-20210126160654-44e461bb6506 // indirect
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.25.0 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
nhooyr.io/websocket v1.8.6
)

0 comments on commit b89cb7f

Please sign in to comment.