Skip to content

Commit e97235a

Browse files
authored
update dependencies oct 2020 (zalando#1184)
* update dependencies oct 2020 * update codegen
1 parent d9f5d1c commit e97235a

File tree

5 files changed

+249
-98
lines changed

5 files changed

+249
-98
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ scm-source.json: .git
7979

8080
tools:
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

8585
fmt:

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ module github.com/zalando/postgres-operator
33
go 1.14
44

55
require (
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
)

0 commit comments

Comments
 (0)