trying to fix module
This commit is contained in:
parent
9a00c253ee
commit
49d473a433
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module broodjeaap.net/go-watch
|
||||
module github.com/broodjeaap/go-watch
|
||||
|
||||
go 1.18
|
||||
|
||||
|
|
|
|||
2
main.go
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue