mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
16 lines
485 B
Modula-2
16 lines
485 B
Modula-2
module sigs.k8s.io/kustomize/site
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gobuffalo/envy v1.9.0 // indirect
|
|
github.com/gohugoio/hugo v0.68.3
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/spf13/cobra v1.0.0 // indirect
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
|
|
google.golang.org/grpc v1.23.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|