Convert docs to docsy

This commit is contained in:
Phillip Wittrock
2020-06-07 21:07:46 -07:00
parent 25a38ad2b6
commit 42497c664f
11469 changed files with 816051 additions and 4557 deletions

15
site/go.mod Normal file
View 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
)