-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (28 loc) · 954 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
23
24
25
26
27
28
29
30
31
32
module github.com/octohelm/courier
go 1.23.4
require (
github.com/go-courier/logr v0.3.1
github.com/octohelm/gengo v0.0.0-20250115090809-c4a42272490b
github.com/octohelm/x v0.0.0-20250109055815-dda0e47e75ea
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/go-json-experiment/json v0.0.0-20250114205114-c14f990d7e5f
github.com/juju/ansiterm v1.0.0
github.com/onsi/gomega v1.36.2
golang.org/x/net v0.34.0
golang.org/x/sync v0.10.0
k8s.io/apimachinery v0.32.0
)
require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.29.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)