diff --git a/go.mod b/go.mod index 8b1a999..d5da2fc 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/Selly-Modules/vietguys +module git.selly.red/Selly-Modules/vietguys go 1.16 diff --git a/send_otp.go b/send_otp.go index 1016951..5a921c2 100644 --- a/send_otp.go +++ b/send_otp.go @@ -9,7 +9,7 @@ import ( "net/url" "strings" - "github.com/Selly-Modules/mongodb" + "git.selly.red/Selly-Modules/mongodb" ) // SendOTPResult ... diff --git a/vietguys.go b/vietguys.go index c7c580f..e0f80a9 100644 --- a/vietguys.go +++ b/vietguys.go @@ -6,7 +6,7 @@ import ( "fmt" "net/http" - "github.com/Selly-Modules/mongodb" + "git.selly.red/Selly-Modules/mongodb" "go.mongodb.org/mongo-driver/mongo" )