mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02:00
9 lines
218 B
Modula-2
9 lines
218 B
Modula-2
module github.com/coredns/deployment/kubernetes/migration
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
|
github.com/mholt/caddy v1.0.0
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
|
)
|