Skip to content

Commit

Permalink
remove 'dep' dependency
Browse files Browse the repository at this point in the history
'dep' has been deprecated since 2020. See
golang/go#38158.
  • Loading branch information
Linus Arver committed Jun 19, 2021
1 parent f352b7d commit c78c315
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,3 @@ test:
clean:
$(GOCLEAN)
rm -f $(BINARY_PATH_COLA)
deps:
$(GOGET) github.com/golang/dep/cmd/dep
dep ensure

0 comments on commit c78c315

Please sign in to comment.