Changed module name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-03-13 16:35:31 +01:00
parent d54fff9c85
commit 5fe5b75e1d
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import (
"net/http"
"time"
"git.home.dutchellie.nl/DutchEllie/proper-website-2/entity"
"dutchellie.nl/DutchEllie/proper-website-2/entity"
"github.com/maxence-charriere/go-app/v9/pkg/app"
)

View File

@ -6,7 +6,7 @@ import (
"fmt"
"net/http"
"git.home.dutchellie.nl/DutchEllie/proper-website-2/entity"
"dutchellie.nl/DutchEllie/proper-website-2/entity"
"github.com/maxence-charriere/go-app/v9/pkg/app"
)

2
go.mod
View File

@ -1,4 +1,4 @@
module git.home.dutchellie.nl/DutchEllie/proper-website-2
module dutchellie.nl/DutchEllie/proper-website-2
go 1.17

View File

@ -4,7 +4,7 @@ import (
"log"
"net/http"
"git.home.dutchellie.nl/DutchEllie/proper-website-2/components"
"dutchellie.nl/DutchEllie/proper-website-2/components"
"github.com/maxence-charriere/go-app/v9/pkg/app"
)