Added gojq to the tools
This commit is contained in:
@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user