File tree 3 files changed +322
-85
lines changed
3 files changed +322
-85
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.14
1
+ FROM golang:1.16
2
2
LABEL maintainer=
"Blake Covarrubias <[email protected] >" \
3
3
org.opencontainers.image.authors=
"Blake Covarrubias <[email protected] >" \
4
4
org.opencontainers.image.description="Advertises records for Kubernetes resources over multicast DNS." \
Original file line number Diff line number Diff line change 1
1
module github.com/blake/external-mdns
2
2
3
- go 1.12
3
+ go 1.16
4
4
5
5
require (
6
- github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
7
6
github.com/jpillora/go-tld v1.0.0
8
7
github.com/miekg/dns v1.1.31
9
8
github.com/mitchellh/copystructure v1.0.0
10
9
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
15
13
)
You can’t perform that action at this time.
0 commit comments