Skip to content

Commit

Permalink
move corefile-tool to separate module
Browse files Browse the repository at this point in the history
Signed-off-by: Chris O'Haver <[email protected]>
  • Loading branch information
chrisohaver committed Aug 21, 2024
1 parent b7e2987 commit 9f4df5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion corefile-tool/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ module github.com/coredns/corefile-migration/corefile-tool

go 1.14

replace github.com/coredns/corefile-migration => ../

require (
github.com/coredns/corefile-migration/migration v1.0.1
github.com/coredns/corefile-migration v0.0.0
github.com/lithammer/dedent v1.1.0
github.com/spf13/cobra v1.8.1
)
6 changes: 4 additions & 2 deletions corefile-tool/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
github.com/coredns/corefile-migration/migration v1.0.1 h1:M4oUj3atca7xruJcjY12SmulfqTkKS/X5ahzNLfh2SY=
github.com/coredns/corefile-migration/migration v1.0.1/go.mod h1:zUeCGSE5Xes5cua7hJ+GNp0xM88w/eQn9/zCb6R8nPs=
github.com/coredns/caddy v1.1.1 h1:2eYKZT7i6yxIfGP3qLJoJ7HAsDJqYB+X68g4NYjSrE0=
github.com/coredns/caddy v1.1.1/go.mod h1:A6ntJQlAWuQfFlsd9hvigKbo2WS0VUs2l1e2F+BawD4=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/lithammer/dedent v1.1.0 h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=
Expand Down

0 comments on commit 9f4df5b

Please sign in to comment.