forked from elastic/crd-ref-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 811 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/elastic/crd-ref-docs
go 1.13
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/goccy/go-yaml v1.1.5
github.com/huandu/xstrings v1.2.1 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
golang.org/x/tools v0.0.0-20191114161115-faa69481e761
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
sigs.k8s.io/controller-tools v0.2.2
)