[Update] package

This commit is contained in:
trunglt251292 2022-10-10 10:16:28 +07:00
parent 445617624a
commit 5fff212da5
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/Selly-Modules/vietguys module git.selly.red/Selly-Modules/vietguys
go 1.16 go 1.16

View File

@ -9,7 +9,7 @@ import (
"net/url" "net/url"
"strings" "strings"
"github.com/Selly-Modules/mongodb" "git.selly.red/Selly-Modules/mongodb"
) )
// SendOTPResult ... // SendOTPResult ...

View File

@ -6,7 +6,7 @@ import (
"fmt" "fmt"
"net/http" "net/http"
"github.com/Selly-Modules/mongodb" "git.selly.red/Selly-Modules/mongodb"
"go.mongodb.org/mongo-driver/mongo" "go.mongodb.org/mongo-driver/mongo"
) )