diff --git a/go.mod b/go.mod index 173e2cd..882d415 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module broodjeaap.net/go-watch +module github.com/broodjeaap/go-watch go 1.18 diff --git a/main.go b/main.go index 2cd037f..0658350 100644 --- a/main.go +++ b/main.go @@ -32,7 +32,7 @@ import ( "gorm.io/driver/sqlserver" "gorm.io/gorm" - "broodjeaap.net/go-watch/notifiers" + "github.com/broodjeaap/go-watch/notifiers" ) //go:embed templates static watchTemplates config.tmpl