mirror of
https://github.com/cf-sonr/hway.git
synced 2026-01-12 03:09:14 +00:00
fix: correct file paths in template error handling
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
|
||||
"github.com/golang-jwt/jwt"
|
||||
"github.com/ipfs/go-cid"
|
||||
"github.com/onsonr/crypto/keys"
|
||||
"github.com/onsonr/crypto/ucan"
|
||||
"github.com/onsonr/sonr/crypto/keys"
|
||||
"github.com/onsonr/sonr/crypto/ucan"
|
||||
)
|
||||
|
||||
type IPFSTokenStore interface {
|
||||
|
||||
@@ -6,10 +6,10 @@ import (
|
||||
|
||||
"github.com/labstack/echo/v4"
|
||||
"github.com/medama-io/go-useragent"
|
||||
"github.com/onsonr/crypto/mpc"
|
||||
"github.com/onsonr/hway/pkg/common"
|
||||
hway "github.com/onsonr/hway/pkg/config"
|
||||
hwayorm "github.com/onsonr/hway/pkg/models"
|
||||
"github.com/onsonr/sonr/crypto/mpc"
|
||||
)
|
||||
|
||||
type GatewayContext struct {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package context
|
||||
|
||||
import (
|
||||
"github.com/onsonr/crypto/mpc"
|
||||
"github.com/onsonr/hway/pkg/common"
|
||||
"github.com/onsonr/sonr/crypto/mpc"
|
||||
"lukechampine.com/blake3"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user