diff --git a/authentication.go b/authentication.go index 0992675..4b4d609 100644 --- a/authentication.go +++ b/authentication.go @@ -4,7 +4,7 @@ import ( "encoding/json" "errors" "fmt" - "github.com/Selly-Modules/natsio" + "git.selly.red/Selly-Modules/natsio" "go.mongodb.org/mongo-driver/bson" ) diff --git a/go.mod b/go.mod index 8c63f56..a031141 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ -module github.com/Selly-Modules/authentication +module git.selly.red/Selly-Modules/authentication go 1.17 require ( - github.com/Selly-Modules/natsio v0.0.0-20220419025827-e72bc82991bf + git.selly.red/Selly-Modules/natsio v0.0.0-20220419025827-e72bc82991bf go.mongodb.org/mongo-driver v1.9.1 ) diff --git a/go.sum b/go.sum index 480d98d..490de58 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/Selly-Modules/natsio v0.0.0-20220419025827-e72bc82991bf h1:EryKoDKmVTGHLBIUFGYqDxSZ/WtzyGAUK6skbGBcbG8= -github.com/Selly-Modules/natsio v0.0.0-20220419025827-e72bc82991bf/go.mod h1:NG55g9ip18nvN5tfP6PcSEKec10/lOeIOZC8HqBVNlQ= +git.selly.red/Selly-Modules/natsio v0.0.0-20220419025827-e72bc82991bf h1:EryKoDKmVTGHLBIUFGYqDxSZ/WtzyGAUK6skbGBcbG8= +git.selly.red/Selly-Modules/natsio v0.0.0-20220419025827-e72bc82991bf/go.mod h1:NG55g9ip18nvN5tfP6PcSEKec10/lOeIOZC8HqBVNlQ= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= diff --git a/struct.go b/struct.go index 2af9578..8734828 100644 --- a/struct.go +++ b/struct.go @@ -1,7 +1,7 @@ package authentication import ( - "github.com/Selly-Modules/natsio" + "git.selly.red/Selly-Modules/natsio" "go.mongodb.org/mongo-driver/bson" )