Skip to content

Commit e6f9889

Browse files
committed
Kubernetes v1.18.16
1 parent a92031d commit e6f9889

File tree

3 files changed

+86
-34
lines changed

3 files changed

+86
-34
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
make -e REGISTRY=fred78290 -e TAG=v1.18.12 container -e GOARCH=amd64
4-
make -e REGISTRY=fred78290 -e TAG=v1.18.12 container -e GOARCH=arm64
3+
make -e REGISTRY=fred78290 -e TAG=v1.18.16 container -e GOARCH=amd64
4+
make -e REGISTRY=fred78290 -e TAG=v1.18.16 container -e GOARCH=arm64

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ go 1.15
44

55
require (
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7-
github.com/go-logr/logr v0.3.0 // indirect
7+
github.com/gogo/protobuf v1.3.2 // indirect
88
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
99
github.com/golang/protobuf v1.4.3
1010
github.com/google/gofuzz v1.2.0 // indirect
1111
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
12-
github.com/stretchr/testify v1.4.0
13-
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
14-
golang.org/x/sys v0.0.0-20201202213521-69691e467435 // indirect
15-
golang.org/x/text v0.3.4 // indirect
16-
google.golang.org/genproto v0.0.0-20201203001206-6486ece9c497 // indirect
17-
google.golang.org/grpc v1.34.0
12+
github.com/stretchr/testify v1.6.1
13+
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
14+
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect
15+
golang.org/x/text v0.3.5 // indirect
16+
google.golang.org/genproto v0.0.0-20210226172003-ab064af71705 // indirect
17+
google.golang.org/grpc v1.27.0
1818
google.golang.org/protobuf v1.25.0 // indirect
1919
gopkg.in/yaml.v2 v2.4.0
20-
k8s.io/api v0.19.4
21-
k8s.io/apimachinery v0.19.4 // indirect
22-
k8s.io/klog/v2 v2.4.0 // indirect
23-
sigs.k8s.io/structured-merge-diff/v4 v4.0.2 // indirect
20+
k8s.io/api v0.18.16
21+
k8s.io/apimachinery v0.18.16 // indirect
22+
k8s.io/klog/v2 v2.5.0 // indirect
23+
sigs.k8s.io/structured-merge-diff/v4 v4.1.0 // indirect
2424
)
2525

2626
replace google.golang.org/grpc => google.golang.org/grpc v1.27.0
2727

28-
replace k8s.io/api => k8s.io/api v0.18.12
28+
replace k8s.io/api => k8s.io/api v0.18.16

0 commit comments

Comments
 (0)