Skip to content

Commit

Permalink
added missing vendoring dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSoleForm3 committed Sep 24, 2018
1 parent 6360cb5 commit 853a843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export PATH := ./bin:$(PATH)

# Install all the build dependencies
setup:
go get -u golang.org/x/text
go get -u golang.org/x/tools/cmd/stringer
go get -u golang.org/x/tools/cmd/cover
go get -u golang.org/x/tools/cmd/goimports
Expand Down

0 comments on commit 853a843

Please sign in to comment.