From 30f9045a37127a2190fd74268060a4195c2d4aec Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 23 Jan 2023 12:08:07 -0300 Subject: [PATCH] cambiar nombre de paquete para go install --- config.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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