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

@ -6,4 +6,7 @@ import (
// run as a development server that restarts on changes
_ "github.com/aerogo/run"
// jq as a platform-independent JSON parser to install the database
_ "github.com/itchyny/gojq"
)