[Update] package

This commit is contained in:
trunglt251292 2022-10-10 10:19:02 +07:00
parent 1f592675a4
commit 5da6da4cff
3 changed files with 3 additions and 3 deletions

2
fcm.go
View File

@ -7,7 +7,7 @@ import (
firebase "firebase.google.com/go"
"firebase.google.com/go/messaging"
"github.com/Selly-Modules/mongodb"
"git.selly.red/Selly-Modules/mongodb"
"go.mongodb.org/mongo-driver/mongo"
"google.golang.org/api/option"
)

2
go.mod
View File

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

2
log.go
View File

@ -4,7 +4,7 @@ import (
"context"
"time"
"github.com/Selly-Modules/mongodb"
"git.selly.red/Selly-Modules/mongodb"
"github.com/kr/pretty"
"go.mongodb.org/mongo-driver/bson/primitive"
)