Migrate tool dependencies to scripts/go.mod
This commit is contained in:
10
scripts/go.mod
Normal file
10
scripts/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module _ // go.mod created for tooling dependencies
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/brancz/gojsontoyaml v0.0.0-20200602132005-3697ded27e8c
|
||||
github.com/campoy/embedmd v1.0.0
|
||||
github.com/google/go-jsonnet v0.16.1-0.20200703153429-aaf50f5b655f
|
||||
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
|
||||
)
|
||||
Reference in New Issue
Block a user