@@ -5,10 +5,10 @@ go 1.13
55require (
66 cloud.google.com/go v0.56.0
77 github.com/Azure/azure-sdk-for-go v31.1.0+incompatible
8- github.com/Azure/go-autorest/autorest v0.10.0
9- github.com/Azure/go-autorest/autorest/adal v0.8.3
8+ github.com/Azure/go-autorest/autorest v0.11.1
9+ github.com/Azure/go-autorest/autorest/adal v0.9.5
1010 github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
11- github.com/Azure/go-autorest/autorest/date v0.2 .0
11+ github.com/Azure/go-autorest/autorest/date v0.3 .0
1212 github.com/Azure/go-autorest/autorest/to v0.3.0
1313 github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
1414 github.com/aws/aws-sdk-go v1.30.5
@@ -18,8 +18,7 @@ require (
1818 github.com/go-logr/zapr v0.2.0 // indirect
1919 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
2020 github.com/golang/mock v1.4.3
21- github.com/google/go-cmp v0.5.1 // indirect
22- github.com/google/uuid v1.1.1
21+ github.com/google/uuid v1.1.2
2322 github.com/googleapis/gnostic v0.5.1 // indirect
2423 github.com/imdario/mergo v0.3.10 // indirect
2524 github.com/onsi/ginkgo v1.14.0 // indirect
@@ -32,7 +31,7 @@ require (
3231 github.com/sirupsen/logrus v1.6.0
3332 github.com/spf13/cobra v1.0.0
3433 github.com/spf13/pflag v1.0.5
35- github.com/stretchr/testify v1.5 .1
34+ github.com/stretchr/testify v1.6 .1
3635 go.uber.org/zap v1.15.0 // indirect
3736 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
3837 golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
@@ -41,9 +40,11 @@ require (
4140 google.golang.org/appengine v1.6.6 // indirect
4241 google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
4342 google.golang.org/grpc v1.28.0
44- k8s.io/api v0.19.2
45- k8s.io/apimachinery v0.19.2
46- k8s.io/client-go v0.19.2
47- k8s.io/code-generator v0.19.2
43+ k8s.io/api v0.20.0
44+ k8s.io/apimachinery v0.20.0
45+ k8s.io/client-go v0.20.0
46+ k8s.io/code-generator v0.20.0
4847 sigs.k8s.io/controller-runtime v0.6.2
4948)
49+
50+ replace github.com/openshift/api => github.com/detiber/api v0.0.0-20210113181726-19e9a251beff
0 commit comments