This commit is contained in:
sanek5g
2026-06-10 17:18:37 +03:00
parent 00ddac5af7
commit fdddacf534
9 changed files with 15 additions and 15 deletions

View File

@@ -10,9 +10,9 @@ import (
amqp "github.com/rabbitmq/amqp091-go"
"github.com/yourorg/watcher/internal/config"
"github.com/yourorg/watcher/internal/publisher"
"github.com/yourorg/watcher/internal/scanner"
"github.com/postmet/watcher/internal/config"
"github.com/postmet/watcher/internal/publisher"
"github.com/postmet/watcher/internal/scanner"
)
func main() {

View File

@@ -1,4 +1,4 @@
module github.com/yourorg/watcher
module github.com/postmet/watcher
go 1.22