diff --git a/config.go b/config.go index 2e153aa..2351c63 100644 --- a/config.go +++ b/config.go @@ -6,7 +6,7 @@ import ( "net/http" "os" - "nulo.in/ddnser/nameservers" + "gitea.nulo.in/Nulo/ddnser/nameservers" ) type config struct { diff --git a/go.mod b/go.mod index 49169e8..224ec8f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module nulo.in/ddnser +module gitea.nulo.in/Nulo/ddnser go 1.19