Skip to content

Commit 1c76393

Browse files
renanqtsblake
authored andcommitted
chore: update depencies, use k8s api v0.22.2
1 parent ad55614 commit 1c76393

File tree

3 files changed

+322
-85
lines changed

3 files changed

+322
-85
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14
1+
FROM golang:1.16
22
LABEL maintainer="Blake Covarrubias <[email protected]>" \
33
org.opencontainers.image.authors="Blake Covarrubias <[email protected]>" \
44
org.opencontainers.image.description="Advertises records for Kubernetes resources over multicast DNS." \

go.mod

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
module github.com/blake/external-mdns
22

3-
go 1.12
3+
go 1.16
44

55
require (
6-
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
76
github.com/jpillora/go-tld v1.0.0
87
github.com/miekg/dns v1.1.31
98
github.com/mitchellh/copystructure v1.0.0
109
github.com/mitchellh/go-homedir v1.1.0
11-
google.golang.org/appengine v1.6.1 // indirect
12-
k8s.io/api v0.18.6
13-
k8s.io/apimachinery v0.18.6
14-
k8s.io/client-go v0.18.6
10+
k8s.io/api v0.22.2
11+
k8s.io/apimachinery v0.22.2
12+
k8s.io/client-go v0.22.2
1513
)

0 commit comments

Comments
 (0)