Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
Added 'go mod download github.com/clbanning/mxj' to deps target
  • Loading branch information
leonsteinhaeuser committed Mar 25, 2021
1 parent 083993e commit 51abea4
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
@@ -1,6 +1,7 @@
all: test build

deps:
go mod download github.com/clbanning/mxj
go get ./...

vet:
Expand Down

0 comments on commit 51abea4

Please sign in to comment.