We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a5bfd commit f18d0c1Copy full SHA for f18d0c1
go.mod
@@ -1,6 +1,8 @@
1
-module coredns-netbox-plugin
+module github.com/oz123/coredns-netbox-plugin
2
3
-go 1.14
+go 1.15
4
+
5
+replace github.com/oz123/coredns-netbox-plugin => github.com/coredns-netbox-plugin v0.1.1 // indirect
6
7
require (
8
github.com/caddyserver/caddy v1.0.5
0 commit comments