pipeline
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module github.com/yourorg/watcher
|
||||
module github.com/postmet/watcher
|
||||
|
||||
go 1.22
|
||||
|
||||
|
||||
Reference in New Issue
Block a user