forked from syseleven/designate-certmanager-webhook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (19 loc) · 907 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/syseleven/designate-certmanager-webhook
go 1.15
require (
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/gophercloud/gophercloud v0.14.0
github.com/imdario/mergo v0.3.7 // indirect
github.com/jetstack/cert-manager v0.16.1
github.com/kubernetes-incubator/external-dns v0.5.12
github.com/sirupsen/logrus v1.7.0
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb // indirect
k8s.io/client-go v0.18.8
k8s.io/utils v0.0.0-20200729134348-d5654de09c73 // indirect
)
replace git.apache.org/thrift.git => github.com/apache/thrift v0.13.0