update module path and domain
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M listenfd/listenfd.go → listenfd/listenfd.go
@@ -1,4 +1,4 @@ -package listenfd +package listenfd // import "alin.ovh/x/listenfd" import ( "crypto/tls"@@ -6,7 +6,7 @@ "net" "os" "strconv" - "go.alanpearce.eu/x/log" + "alin.ovh/x/log" "gitlab.com/tozd/go/errors" )