-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 668 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module _/Users/danielobrien/Projects/launchdarkly/ld-flagtoggle-controller
go 1.12
require (
github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6 // indirect
github.com/go-logr/logr v0.1.0
github.com/launchdarkly/api-client-go v0.0.0-20190610165102-8ad26821a44f
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
sigs.k8s.io/controller-runtime v0.2.0-beta.2
sigs.k8s.io/controller-tools v0.2.0-beta.2 // indirect
)