mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-18 13:22:17 +00:00
Convert docs to docsy
This commit is contained in:
15
site/go.mod
Normal file
15
site/go.mod
Normal file
@@ -0,0 +1,15 @@
|
||||
module sigs.k8s.io/kustomize/site
|
||||
|
||||
go 1.13
|
||||
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user