diff --git a/auth/authenticator.go b/auth/authenticator.go index 0491992..cad3fe6 100644 --- a/auth/authenticator.go +++ b/auth/authenticator.go @@ -9,8 +9,8 @@ import ( "net/http" "regexp" + "github.com/lightninglabs/aperture/lsat" "github.com/lightninglabs/aperture/mint" - "github.com/lightninglabs/loop/lsat" "github.com/lightningnetwork/lnd/lntypes" "gopkg.in/macaroon.v2" ) diff --git a/auth/authenticator_test.go b/auth/authenticator_test.go index 009f212..1121821 100644 --- a/auth/authenticator_test.go +++ b/auth/authenticator_test.go @@ -7,7 +7,7 @@ import ( "testing" "github.com/lightninglabs/aperture/auth" - "github.com/lightninglabs/loop/lsat" + "github.com/lightninglabs/aperture/lsat" "gopkg.in/macaroon.v2" ) diff --git a/auth/interface.go b/auth/interface.go index df1e986..6a44e62 100644 --- a/auth/interface.go +++ b/auth/interface.go @@ -4,8 +4,8 @@ import ( "context" "net/http" + "github.com/lightninglabs/aperture/lsat" "github.com/lightninglabs/aperture/mint" - "github.com/lightninglabs/loop/lsat" "gopkg.in/macaroon.v2" ) diff --git a/auth/mock_test.go b/auth/mock_test.go index aea75f9..1b0a806 100644 --- a/auth/mock_test.go +++ b/auth/mock_test.go @@ -4,8 +4,8 @@ import ( "context" "github.com/lightninglabs/aperture/auth" + "github.com/lightninglabs/aperture/lsat" "github.com/lightninglabs/aperture/mint" - "github.com/lightninglabs/loop/lsat" "gopkg.in/macaroon.v2" ) diff --git a/auth/server_interceptor.go b/auth/server_interceptor.go index b418248..6db0da4 100644 --- a/auth/server_interceptor.go +++ b/auth/server_interceptor.go @@ -6,7 +6,7 @@ import ( "fmt" "net/http" - "github.com/lightninglabs/loop/lsat" + "github.com/lightninglabs/aperture/lsat" "google.golang.org/grpc" "google.golang.org/grpc/metadata" ) diff --git a/mint/mint.go b/mint/mint.go index d8ee2d3..17c5fcc 100644 --- a/mint/mint.go +++ b/mint/mint.go @@ -8,7 +8,7 @@ import ( "errors" "fmt" - "github.com/lightninglabs/loop/lsat" + "github.com/lightninglabs/aperture/lsat" "github.com/lightningnetwork/lnd/lntypes" "gopkg.in/macaroon.v2" ) diff --git a/mint/mint_test.go b/mint/mint_test.go index dd0b9af..c000b57 100644 --- a/mint/mint_test.go +++ b/mint/mint_test.go @@ -6,7 +6,7 @@ import ( "strings" "testing" - "github.com/lightninglabs/loop/lsat" + "github.com/lightninglabs/aperture/lsat" "gopkg.in/macaroon.v2" ) diff --git a/mint/mock_test.go b/mint/mock_test.go index bcbfaf7..46f5542 100644 --- a/mint/mock_test.go +++ b/mint/mock_test.go @@ -5,7 +5,7 @@ import ( "crypto/sha256" "math/rand" - "github.com/lightninglabs/loop/lsat" + "github.com/lightninglabs/aperture/lsat" "github.com/lightningnetwork/lnd/lntypes" ) diff --git a/secrets.go b/secrets.go index 592a522..5bc105c 100644 --- a/secrets.go +++ b/secrets.go @@ -9,8 +9,8 @@ import ( "strings" "github.com/coreos/etcd/clientv3" + "github.com/lightninglabs/aperture/lsat" "github.com/lightninglabs/aperture/mint" - "github.com/lightninglabs/loop/lsat" ) var ( diff --git a/secrets_test.go b/secrets_test.go index 967b01b..d247c69 100644 --- a/secrets_test.go +++ b/secrets_test.go @@ -12,8 +12,8 @@ import ( "github.com/coreos/etcd/clientv3" "github.com/coreos/etcd/embed" + "github.com/lightninglabs/aperture/lsat" "github.com/lightninglabs/aperture/mint" - "github.com/lightninglabs/loop/lsat" ) // etcdSetup is a helper that instantiates a new etcd cluster along with a diff --git a/services.go b/services.go index 128a473..d1d3d96 100644 --- a/services.go +++ b/services.go @@ -3,9 +3,9 @@ package aperture import ( "context" + "github.com/lightninglabs/aperture/lsat" "github.com/lightninglabs/aperture/mint" "github.com/lightninglabs/aperture/proxy" - "github.com/lightninglabs/loop/lsat" ) // staticServiceLimiter provides static restrictions for services.