rename to tools directory

This commit is contained in:
Damien Robichaud
2019-08-16 09:47:36 -07:00
parent fe45157b26
commit d3022ccd65
13 changed files with 4 additions and 5 deletions

10
internal/tools/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module sigs.k8s.io/kustomize/internal/tools
go 1.12
require (
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
gopkg.in/yaml.v2 v2.2.2 // indirect
sigs.k8s.io/yaml v1.1.0
)