move package domain to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M routes/routes.go → routes/routes.go
@@ -14,9 +14,9 @@ securejoin "github.com/cyphar/filepath-securejoin" "github.com/dimfeld/httptreemux/v5" "github.com/microcosm-cc/bluemonday" "github.com/russross/blackfriday/v2" - "go.alanpearce.eu/elgit/config" - "go.alanpearce.eu/elgit/git" - "go.alanpearce.eu/elgit/templates" + "alin.ovh/elgit/config" + "alin.ovh/elgit/git" + "alin.ovh/elgit/templates" ) type deps struct {