Update package name to new repo

This commit is contained in:
Viktor Patchev
2022-01-18 10:42:53 +01:00
parent 9e6172c668
commit 919affa2db
10 changed files with 21 additions and 21 deletions

View File

@@ -4,9 +4,9 @@ import (
"context"
"net/http"
"github.com/bumi/lndhub.go/db/models"
"github.com/bumi/lndhub.go/lib"
"github.com/bumi/lndhub.go/lib/tokens"
"github.com/getAlby/lndhub.go/db/models"
"github.com/getAlby/lndhub.go/lib"
"github.com/getAlby/lndhub.go/lib/tokens"
"github.com/labstack/echo/v4"
"golang.org/x/crypto/bcrypt"
)