forked from chrismellard/kuberhealthy-terraform-drift-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 1.08 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
module github.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check
go 1.15
require (
github.com/Azure/go-autorest/autorest v0.9.8 // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
github.com/Comcast/kuberhealthy/v2 v2.3.1
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/googleapis/gnostic v0.4.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/jenkins-x/go-scm v1.5.208 // indirect
github.com/jenkins-x/jx-api/v3 v3.0.3 // indirect
github.com/jenkins-x/jx-api/v4 v4.0.19 // indirect
github.com/jenkins-x/jx-helpers/v3 v3.0.55
github.com/mattn/go-colorable v0.1.8 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/appengine v1.6.7 // indirect
k8s.io/client-go v0.19.6 // indirect
k8s.io/kube-openapi v0.0.0-20200923155610-8b5066479488 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.0.2 // indirect
)