Skip to content

Commit 667f61a

Browse files
authored
Update go-client and apimachinery to the same version (v0.19.2) (#198)
Signed-off-by: Jose Fuentes <[email protected]>
1 parent fae2dbc commit 667f61a

File tree

2 files changed

+330
-29
lines changed

2 files changed

+330
-29
lines changed

go.mod

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,46 @@ module github.com/jetstack/preflight
22

33
go 1.13
44

5-
replace k8s.io/client-go => k8s.io/client-go v0.19.1
6-
75
require (
8-
github.com/Azure/aks-engine v0.55.3
6+
github.com/Azure/aks-engine v0.56.0
7+
github.com/Azure/azure-sdk-for-go v46.4.0+incompatible // indirect
8+
github.com/Azure/go-autorest/autorest v0.11.8 // indirect
9+
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
10+
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
911
github.com/aws/aws-sdk-go v1.25.30
1012
github.com/cenkalti/backoff v2.0.0+incompatible
1113
github.com/d4l3k/messagediff v1.2.1 // indirect
14+
github.com/go-logr/logr v0.2.1 // indirect
15+
github.com/go-playground/universal-translator v0.17.0 // indirect
16+
github.com/google/gofuzz v1.2.0 // indirect
17+
github.com/google/uuid v1.1.2 // indirect
18+
github.com/googleapis/gnostic v0.5.1 // indirect
1219
github.com/hashicorp/go-multierror v1.0.0
20+
github.com/imdario/mergo v0.3.11 // indirect
1321
github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9
1422
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
1523
github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect
16-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
1724
github.com/kylelemons/godebug v1.1.0
25+
github.com/leodido/go-urn v1.2.0 // indirect
1826
github.com/pkg/errors v0.9.1
19-
github.com/spf13/cobra v0.0.5
27+
github.com/sirupsen/logrus v1.7.0 // indirect
28+
github.com/spf13/cobra v1.0.0
2029
github.com/spf13/pflag v1.0.5
21-
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
22-
google.golang.org/api v0.15.0
30+
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
31+
golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c // indirect
32+
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
33+
golang.org/x/sync v0.0.0-20200930132711-30421366ff76 // indirect
34+
golang.org/x/sys v0.0.0-20201005172224-997123666555 // indirect
35+
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
36+
google.golang.org/api v0.30.0
2337
gopkg.in/d4l3k/messagediff.v1 v1.2.1
38+
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
2439
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
2540
gopkg.in/yaml.v2 v2.3.0
26-
k8s.io/apimachinery v0.19.1
27-
k8s.io/client-go v10.0.0+incompatible
28-
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
41+
k8s.io/apimachinery v0.19.2
42+
k8s.io/client-go v11.0.0+incompatible
43+
k8s.io/klog/v2 v2.3.0 // indirect
44+
k8s.io/utils v0.0.0-20201005171033-6301aaf42dc7
2945
)
46+
47+
replace k8s.io/client-go => k8s.io/client-go v0.19.2

0 commit comments

Comments
 (0)