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

@@ -5,9 +5,9 @@ import (
"math/rand"
"net/http"
"github.com/bumi/lndhub.go/db/models"
"github.com/bumi/lndhub.go/lib"
"github.com/bumi/lndhub.go/lib/security"
"github.com/getAlby/lndhub.go/db/models"
"github.com/getAlby/lndhub.go/lib"
"github.com/getAlby/lndhub.go/lib/security"
"github.com/labstack/echo/v4"
"github.com/labstack/gommon/random"
)