Amend Go mod (#169)

* go mod tidy

* remove go sum

* add go.sum back
This commit is contained in:
Sandeep Rajan 2019-05-16 10:27:38 -04:00 committed by Chris O'Haver
parent 4ca74e4464
commit 9fd69a4c0b
2 changed files with 74 additions and 1 deletions

View file

@ -1,3 +1,9 @@
module github.com/coredns/deployment/kubernetes/migration/
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
)