[Update] Package

This commit is contained in:
trunglt251292 2022-10-10 10:27:52 +07:00
parent 0872ce961d
commit 723c8a3d98
5 changed files with 8 additions and 8 deletions

View File

@ -3,9 +3,9 @@ package main
import (
"fmt"
"github.com/Selly-Modules/natsio"
"git.selly.red/Selly-Modules/natsio"
"github.com/Selly-Modules/notification"
"git.selly.red/Selly-Modules/notification"
)
func main() {

4
go.mod
View File

@ -1,8 +1,8 @@
module github.com/Selly-Modules/notification
module git.selly.red/Selly-Modules/notification
go 1.17
require github.com/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92
require git.selly.red/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92
require (
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect

4
go.sum
View File

@ -1,5 +1,5 @@
github.com/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92 h1:tZMu1uKbo2l5G7aYRkCtyjQl4Gog4X98mYT/QZC94+8=
github.com/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92/go.mod h1:NG55g9ip18nvN5tfP6PcSEKec10/lOeIOZC8HqBVNlQ=
git.selly.red/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92 h1:tZMu1uKbo2l5G7aYRkCtyjQl4Gog4X98mYT/QZC94+8=
git.selly.red/Selly-Modules/natsio v0.0.0-20211202032952-04a8b182fb92/go.mod h1:NG55g9ip18nvN5tfP6PcSEKec10/lOeIOZC8HqBVNlQ=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=

View File

@ -1,6 +1,6 @@
package notification
import "github.com/Selly-Modules/natsio"
import "git.selly.red/Selly-Modules/natsio"
// Config ...
type Config struct {

View File

@ -5,7 +5,7 @@ import (
"errors"
"fmt"
"github.com/Selly-Modules/natsio"
"git.selly.red/Selly-Modules/natsio"
)
const (