Skip to content

Commit 2930723

Browse files
authored
Merge pull request kubernetes#91856 from wawa0210/bump-corefile-migration
update corefile-migration library to 1.0.8
2 parents b8369fd + f83a7a7 commit 2930723

File tree

5 files changed

+45
-18
lines changed

5 files changed

+45
-18
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/codegangsta/negroni v1.0.0 // indirect
3030
github.com/container-storage-interface/spec v1.2.0
3131
github.com/containernetworking/cni v0.7.1
32-
github.com/coredns/corefile-migration v1.0.6
32+
github.com/coredns/corefile-migration v1.0.8
3333
github.com/coreos/go-oidc v2.1.0+incompatible
3434
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
3535
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
@@ -211,7 +211,7 @@ replace (
211211
github.com/containerd/ttrpc => github.com/containerd/ttrpc v1.0.0
212212
github.com/containerd/typeurl => github.com/containerd/typeurl v1.0.0
213213
github.com/containernetworking/cni => github.com/containernetworking/cni v0.7.1
214-
github.com/coredns/corefile-migration => github.com/coredns/corefile-migration v1.0.6
214+
github.com/coredns/corefile-migration => github.com/coredns/corefile-migration v1.0.8
215215
github.com/coreos/bbolt => github.com/coreos/bbolt v1.3.2
216216
github.com/coreos/etcd => github.com/coreos/etcd v3.3.10+incompatible
217217
github.com/coreos/go-oidc => github.com/coreos/go-oidc v2.1.0+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/containerd/typeurl v1.0.0 h1:7LMH7LfEmpWeCkGcIputvd4P0Rnd0LrIv1Jk2s5o
108108
github.com/containerd/typeurl v1.0.0/go.mod h1:Cm3kwCdlkCfMSHURc+r6fwoGH6/F1hH3S4sg0rLFWPc=
109109
github.com/containernetworking/cni v0.7.1 h1:fE3r16wpSEyaqY4Z4oFrLMmIGfBYIKpPrHK31EJ9FzE=
110110
github.com/containernetworking/cni v0.7.1/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY=
111-
github.com/coredns/corefile-migration v1.0.6 h1:hB6vclp2g/KeXe9n1oz/PafgieUahsOYeHMQA+RJ4Hg=
112-
github.com/coredns/corefile-migration v1.0.6/go.mod h1:OFwBp/Wc9dJt5cAZzHWMNhK1r5L0p0jDwIBc6j8NC8E=
111+
github.com/coredns/corefile-migration v1.0.8 h1:y/DSRGlmrLPTMUGWR81MgFC2ITLiaTGkbth0BqW3wvc=
112+
github.com/coredns/corefile-migration v1.0.8/go.mod h1:OFwBp/Wc9dJt5cAZzHWMNhK1r5L0p0jDwIBc6j8NC8E=
113113
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
114114
github.com/coreos/etcd v3.3.10+incompatible h1:jFneRYjIvLMLhDLCzuTuU4rSJUjRplcJQ7pD7MnhC04=
115115
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=

vendor/github.com/coredns/corefile-migration/migration/corefile/corefile.go

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coredns/corefile-migration/migration/migrate.go

Lines changed: 21 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ github.com/containernetworking/cni/pkg/types
164164
github.com/containernetworking/cni/pkg/types/020
165165
github.com/containernetworking/cni/pkg/types/current
166166
github.com/containernetworking/cni/pkg/version
167-
# github.com/coredns/corefile-migration v1.0.6 => github.com/coredns/corefile-migration v1.0.6
167+
# github.com/coredns/corefile-migration v1.0.8 => github.com/coredns/corefile-migration v1.0.8
168168
github.com/coredns/corefile-migration/migration
169169
github.com/coredns/corefile-migration/migration/corefile
170170
# github.com/coreos/go-oidc v2.1.0+incompatible => github.com/coreos/go-oidc v2.1.0+incompatible

0 commit comments

Comments
 (0)