-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (34 loc) · 1.2 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/theunrepentantgeek/crddoc
go 1.23.0
toolchain go1.23.2
require (
github.com/dave/dst v0.27.3
github.com/go-logr/logr v1.4.2
github.com/go-logr/zerologr v1.2.3
github.com/go-task/slim-sprig/v3 v3.0.0
github.com/onsi/gomega v1.36.2
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0
github.com/shurcooL/markdownfmt v0.0.0-20231025213440-c8f16ef0855c
github.com/spf13/cobra v1.9.1
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.32.2
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/shurcooL/go v0.0.0-20230706063926-5fe729b41b3a // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/tools v0.30.0 // indirect
)