Skip to content

Commit f18d0c1

Browse files
committed
Fix module path
Fix #6
1 parent e2a5bfd commit f18d0c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
module coredns-netbox-plugin
1+
module github.com/oz123/coredns-netbox-plugin
22

3-
go 1.14
3+
go 1.15
4+
5+
replace github.com/oz123/coredns-netbox-plugin => github.com/coredns-netbox-plugin v0.1.1 // indirect
46

57
require (
68
github.com/caddyserver/caddy v1.0.5

0 commit comments

Comments
 (0)