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
79
79
80
80
tools :
81
81
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
83
83
GO111MODULE=on go mod tidy
84
84
85
85
fmt :
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ module github.com/zalando/postgres-operator
3
3
go 1.14
4
4
5
5
require (
6
- github.com/aws/aws-sdk-go v1.34.10
6
+ github.com/aws/aws-sdk-go v1.35.15
7
7
github.com/lib/pq v1.8.0
8
8
github.com/motomux/pretty v0.0.0-20161209205251-b2aad2c9a95d
9
9
github.com/r3labs/diff v1.1.0
10
- github.com/sirupsen/logrus v1.6 .0
10
+ github.com/sirupsen/logrus v1.7 .0
11
11
github.com/stretchr/testify v1.5.1
12
12
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
14
14
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
20
20
)
You can’t perform that action at this time.
0 commit comments