File tree Expand file tree Collapse file tree 5 files changed +249
-98
lines changed Expand file tree Collapse file tree 5 files changed +249
-98
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ scm-source.json: .git
7979
8080tools :
8181 GO111MODULE=on go get -u honnef.co/go/tools/cmd/staticcheck
82- GO111MODULE=on go get k8s.io/client-go@kubernetes-1.18.8
82+ GO111MODULE=on go get k8s.io/client-go@kubernetes-1.19.3
8383 GO111MODULE=on go mod tidy
8484
8585fmt :
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ module github.com/zalando/postgres-operator
33go 1.14
44
55require (
6- github.com/aws/aws-sdk-go v1.34.10
6+ github.com/aws/aws-sdk-go v1.35.15
77 github.com/lib/pq v1.8.0
88 github.com/motomux/pretty v0.0.0-20161209205251-b2aad2c9a95d
99 github.com/r3labs/diff v1.1.0
10- github.com/sirupsen/logrus v1.6 .0
10+ github.com/sirupsen/logrus v1.7 .0
1111 github.com/stretchr/testify v1.5.1
1212 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
13- golang.org/x/tools v0.0.0-20200928201943-a0ef9b62deab // indirect
13+ golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca // indirect
1414 gopkg.in/yaml.v2 v2.2.8
15- k8s.io/api v0.18.8
16- k8s.io/apiextensions-apiserver v0.18.0
17- k8s.io/apimachinery v0.18.8
18- k8s.io/client-go v0.18.8
19- k8s.io/code-generator v0.18.8
15+ k8s.io/api v0.19.3
16+ k8s.io/apiextensions-apiserver v0.19.3
17+ k8s.io/apimachinery v0.19.3
18+ k8s.io/client-go v0.19.3
19+ k8s.io/code-generator v0.19.3
2020)
You can’t perform that action at this time.
0 commit comments