diff --git a/example/main.go b/example/main.go index 40d7921..6cb3935 100644 --- a/example/main.go +++ b/example/main.go @@ -3,9 +3,9 @@ package main import ( "fmt" - "github.com/Selly-Modules/natsio" + "git.selly.red/Selly-Modules/natsio" - "github.com/Selly-Modules/notification" + "git.selly.red/Selly-Modules/notification" ) func main() { diff --git a/go.mod b/go.mod index 72d7f36..70c9601 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ -module github.com/Selly-Modules/notification +module git.selly.red/Selly-Modules/notification go 1.17 -require github.com/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92 +require git.selly.red/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92 require ( github.com/logrusorgru/aurora v2.0.3+incompatible // indirect diff --git a/go.sum b/go.sum index beec991..8249e6f 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92 h1:tZMu1uKbo2l5G7aYRkCtyjQl4Gog4X98mYT/QZC94+8= -github.com/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92/go.mod h1:NG55g9ip18nvN5tfP6PcSEKec10/lOeIOZC8HqBVNlQ= +git.selly.red/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92 h1:tZMu1uKbo2l5G7aYRkCtyjQl4Gog4X98mYT/QZC94+8= +git.selly.red/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92/go.mod h1:NG55g9ip18nvN5tfP6PcSEKec10/lOeIOZC8HqBVNlQ= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= diff --git a/model.go b/model.go index 41350b7..8262f4c 100644 --- a/model.go +++ b/model.go @@ -1,6 +1,6 @@ package notification -import "github.com/Selly-Modules/natsio" +import "git.selly.red/Selly-Modules/natsio" // Config ... type Config struct { diff --git a/notification.go b/notification.go index cc38cb0..594fb8c 100644 --- a/notification.go +++ b/notification.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" - "github.com/Selly-Modules/natsio" + "git.selly.red/Selly-Modules/natsio" ) const (