kubernetes/migration: Remove all deps (#178)

* remove diff and deps

* remove caddy deps, copy stuff locally
This commit is contained in:
Chris O'Haver 2019-05-30 17:58:30 -04:00 committed by GitHub
parent fd33b6aa56
commit d9e12ec6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 463 additions and 93 deletions

View file

@ -1,9 +1,3 @@
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
)