Changed a package URL
This commit is contained in:
12
app/app.go
12
app/app.go
@ -14,12 +14,12 @@ import (
|
||||
"github.com/uptrace/bun"
|
||||
tele "gopkg.in/telebot.v4"
|
||||
|
||||
"github.com/alex-savin/go-receipt-tracker/bus"
|
||||
"github.com/alex-savin/go-receipt-tracker/config"
|
||||
"github.com/alex-savin/go-receipt-tracker/listeners"
|
||||
"github.com/alex-savin/go-receipt-tracker/models"
|
||||
"github.com/alex-savin/go-receipt-tracker/system"
|
||||
"github.com/alex-savin/go-receipt-tracker/workers"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/bus"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/config"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/listeners"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/models"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/system"
|
||||
"git.savin.nyc/alex/go-receipt-tracker/workers"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user