File tree Expand file tree Collapse file tree 5 files changed +45
-18
lines changed
github.com/coredns/corefile-migration/migration Expand file tree Collapse file tree 5 files changed +45
-18
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
29
29
github.com/codegangsta/negroni v1.0.0 // indirect
30
30
github.com/container-storage-interface/spec v1.2.0
31
31
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
33
33
github.com/coreos/go-oidc v2.1.0+incompatible
34
34
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
35
35
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
@@ -211,7 +211,7 @@ replace (
211
211
github.com/containerd/ttrpc => github.com/containerd/ttrpc v1.0.0
212
212
github.com/containerd/typeurl => github.com/containerd/typeurl v1.0.0
213
213
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
215
215
github.com/coreos/bbolt => github.com/coreos/bbolt v1.3.2
216
216
github.com/coreos/etcd => github.com/coreos/etcd v3.3.10+incompatible
217
217
github.com/coreos/go-oidc => github.com/coreos/go-oidc v2.1.0+incompatible
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ github.com/containerd/typeurl v1.0.0 h1:7LMH7LfEmpWeCkGcIputvd4P0Rnd0LrIv1Jk2s5o
108
108
github.com/containerd/typeurl v1.0.0 /go.mod h1:Cm3kwCdlkCfMSHURc+r6fwoGH6/F1hH3S4sg0rLFWPc =
109
109
github.com/containernetworking/cni v0.7.1 h1:fE3r16wpSEyaqY4Z4oFrLMmIGfBYIKpPrHK31EJ9FzE =
110
110
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 =
113
113
github.com/coreos/bbolt v1.3.2 /go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk =
114
114
github.com/coreos/etcd v3.3.10+incompatible h1:jFneRYjIvLMLhDLCzuTuU4rSJUjRplcJQ7pD7MnhC04 =
115
115
github.com/coreos/etcd v3.3.10+incompatible /go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE =
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ github.com/containernetworking/cni/pkg/types
164
164
github.com/containernetworking/cni/pkg/types/020
165
165
github.com/containernetworking/cni/pkg/types/current
166
166
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
168
168
github.com/coredns/corefile-migration/migration
169
169
github.com/coredns/corefile-migration/migration/corefile
170
170
# github.com/coreos/go-oidc v2.1.0+incompatible => github.com/coreos/go-oidc v2.1.0+incompatible
You can’t perform that action at this time.
0 commit comments