forked from kubeguard/guard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
154 lines (107 loc) · 6.59 KB
/
go.mod
File metadata and controls
154 lines (107 loc) · 6.59 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
module github.com/appscode/guard
go 1.12
require (
github.com/Azure/go-autorest/autorest v0.10.2
github.com/allegro/bigcache v1.2.1
github.com/appscode/pat v0.0.0-20170521084856-48ff78925b79
github.com/aws/aws-sdk-go v1.35.23
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/go-ldap/ldap v3.0.3+incompatible
github.com/go-openapi/spec v0.19.8 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-github/v25 v25.1.3
github.com/google/gofuzz v1.1.0
github.com/google/uuid v1.1.2
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/gophercloud/gophercloud v0.11.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
github.com/hashicorp/go-hclog v0.12.2 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/json-iterator/go v1.1.10
github.com/kr/pretty v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/moul/http2curl v1.0.0
github.com/nmcclain/asn1-ber v0.0.0-20170104154839-2661553a0484 // indirect
github.com/nmcclain/ldap v0.0.0-20191021200707-3b3b69a7e9e3
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.8.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.6.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
github.com/xanzy/go-gitlab v0.39.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
gomodules.xyz/blobfs v0.1.7
gomodules.xyz/cert v1.2.0
gomodules.xyz/pointer v0.0.0-20201105071923-daf60fa55209
gomodules.xyz/runtime v0.0.0-20201104200926-d838b09dda8b
gomodules.xyz/signals v0.0.0-20201104192641-f8f5c878d966
gomodules.xyz/x v0.0.0-20201105065653-91c568df6331
google.golang.org/api v0.26.0
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect
gopkg.in/jcmturner/goidentity.v1 v1.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v4 v4.1.2
gopkg.in/square/go-jose.v2 v2.2.2
gopkg.in/yaml.v2 v2.3.0 // indirect
k8s.io/api v0.18.9
k8s.io/apimachinery v0.18.9
k8s.io/client-go v0.18.9
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
kmodules.xyz/client-go v0.0.0-20201208053851-a1d7be95e006
)
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d
replace cloud.google.com/go => cloud.google.com/go v0.49.0
replace git.apache.org/thrift.git => github.com/apache/thrift v0.13.0
replace github.com/Azure/azure-sdk-for-go => github.com/Azure/azure-sdk-for-go v35.0.0+incompatible
replace github.com/Azure/go-ansiterm => github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible
replace github.com/Azure/go-autorest/autorest => github.com/Azure/go-autorest/autorest v0.9.0
replace github.com/Azure/go-autorest/autorest/adal => github.com/Azure/go-autorest/autorest/adal v0.5.0
replace github.com/Azure/go-autorest/autorest/azure/auth => github.com/Azure/go-autorest/autorest/azure/auth v0.2.0
replace github.com/Azure/go-autorest/autorest/date => github.com/Azure/go-autorest/autorest/date v0.1.0
replace github.com/Azure/go-autorest/autorest/mocks => github.com/Azure/go-autorest/autorest/mocks v0.2.0
replace github.com/Azure/go-autorest/autorest/to => github.com/Azure/go-autorest/autorest/to v0.2.0
replace github.com/Azure/go-autorest/autorest/validation => github.com/Azure/go-autorest/autorest/validation v0.1.0
replace github.com/Azure/go-autorest/logger => github.com/Azure/go-autorest/logger v0.1.0
replace github.com/Azure/go-autorest/tracing => github.com/Azure/go-autorest/tracing v0.5.0
replace github.com/go-openapi/analysis => github.com/go-openapi/analysis v0.19.5
replace github.com/go-openapi/errors => github.com/go-openapi/errors v0.19.2
replace github.com/go-openapi/jsonpointer => github.com/go-openapi/jsonpointer v0.19.3
replace github.com/go-openapi/jsonreference => github.com/go-openapi/jsonreference v0.19.3
replace github.com/go-openapi/loads => github.com/go-openapi/loads v0.19.4
replace github.com/go-openapi/runtime => github.com/go-openapi/runtime v0.19.4
replace github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.3
replace github.com/go-openapi/strfmt => github.com/go-openapi/strfmt v0.19.3
replace github.com/go-openapi/swag => github.com/go-openapi/swag v0.19.5
replace github.com/go-openapi/validate => github.com/go-openapi/validate v0.19.5
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.1
replace github.com/golang/protobuf => github.com/golang/protobuf v1.3.2
replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.3.1
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
replace github.com/prometheus-operator/prometheus-operator => github.com/prometheus-operator/prometheus-operator v0.42.0
replace github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring => github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.42.0
replace github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.7.1
replace go.etcd.io/etcd => go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
replace google.golang.org/api => google.golang.org/api v0.14.0
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
replace k8s.io/api => github.com/kmodules/api v0.18.10-0.20200922195318-d60fe725dea0
replace k8s.io/apimachinery => github.com/kmodules/apimachinery v0.19.0-alpha.0.0.20200922195535-0c9a1b86beec
replace k8s.io/apiserver => github.com/kmodules/apiserver v0.18.10-0.20200922195747-1bd1cc8f00d1
replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.18.9
replace k8s.io/client-go => github.com/kmodules/k8s-client-go v0.18.10-0.20200922201634-73fedf3d677e
replace k8s.io/component-base => k8s.io/component-base v0.18.9
replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
replace k8s.io/kubernetes => github.com/kmodules/kubernetes v1.19.0-alpha.0.0.20200922200158-8b13196d8dc4
replace k8s.io/utils => k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89