rename to elgit
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M routes/routes.go → routes/routes.go
@@ -13,12 +13,12 @@ "strconv" "strings" "time" - "git.icyphox.sh/legit/config" - "git.icyphox.sh/legit/git" securejoin "github.com/cyphar/filepath-securejoin" "github.com/dustin/go-humanize" "github.com/microcosm-cc/bluemonday" "github.com/russross/blackfriday/v2" + "go.alanpearce.eu/elgit/config" + "go.alanpearce.eu/elgit/git" ) type deps struct {