Added gojq to the tools

This commit is contained in:
2019-10-26 16:10:24 +09:00
parent e5bb7bbe26
commit 62b5a2e46a
5 changed files with 26 additions and 1 deletions

View File

@ -31,6 +31,7 @@ ifeq ($(OSNAME),OSX)
endif
go install github.com/aerogo/pack/...
go install github.com/aerogo/run/...
go install github.com/itchyny/gojq/...
# compiles assets for the server
assets: