forked from presslabs/controller-util
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 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
23
24
25
26
module github.com/presslabs/controller-util
go 1.16
require (
code.cloudfoundry.org/lager v2.0.0+incompatible
github.com/blendle/zapdriver v1.3.1
github.com/go-logr/logr v0.4.0
github.com/go-logr/zapr v0.4.0
github.com/go-test/deep v1.0.7
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
github.com/imdario/mergo v0.3.11
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo v1.15.0
github.com/onsi/gomega v1.10.5
go.uber.org/zap v1.15.0
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect
golang.org/x/tools v0.1.0 // indirect
k8s.io/api v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/client-go v0.20.4
sigs.k8s.io/controller-runtime v0.8.2
)
replace gopkg.in/fsnotify.v1 => gopkg.in/fsnotify.v1 v1.4.7