trying to fix module

This commit is contained in:
BroodjeAap 2023-02-06 18:14:22 +00:00
parent 9a00c253ee
commit 49d473a433
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -1,4 +1,4 @@
module broodjeaap.net/go-watch module github.com/broodjeaap/go-watch
go 1.18 go 1.18

View file

@ -32,7 +32,7 @@ import (
"gorm.io/driver/sqlserver" "gorm.io/driver/sqlserver"
"gorm.io/gorm" "gorm.io/gorm"
"broodjeaap.net/go-watch/notifiers" "github.com/broodjeaap/go-watch/notifiers"
) )
//go:embed templates static watchTemplates config.tmpl //go:embed templates static watchTemplates config.tmpl