[Update] package
This commit is contained in:
parent
445617624a
commit
5fff212da5
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module github.com/Selly-Modules/vietguys
|
module git.selly.red/Selly-Modules/vietguys
|
||||||
|
|
||||||
go 1.16
|
go 1.16
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ import (
|
||||||
"net/url"
|
"net/url"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/Selly-Modules/mongodb"
|
"git.selly.red/Selly-Modules/mongodb"
|
||||||
)
|
)
|
||||||
|
|
||||||
// SendOTPResult ...
|
// SendOTPResult ...
|
||||||
|
|
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue