mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
rename to tools directory
This commit is contained in:
10
internal/tools/go.mod
Normal file
10
internal/tools/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user