Migrate tool dependencies to scripts/go.mod

This commit is contained in:
Ali Akca
2020-11-12 23:49:01 +01:00
parent c123d87347
commit 1b12e6882d
5 changed files with 66 additions and 28 deletions

4
go.mod
View File

@@ -4,10 +4,6 @@ go 1.15
require (
github.com/Jeffail/gabs v1.4.0
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
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
k8s.io/apimachinery v0.19.3