mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-20 22:15:00 +00:00
11 lines
243 B
Modula-2
11 lines
243 B
Modula-2
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
|
|
)
|