multi: run gosimports

This commit is contained in:
Oliver Gugger
2022-02-07 13:58:21 +01:00
parent d1b512ff92
commit dfdc2bff8b
44 changed files with 50 additions and 95 deletions

View File

@@ -9,7 +9,6 @@ import (
"time"
"google.golang.org/grpc/peer"
"gopkg.in/macaroon-bakery.v2/bakery/checkers"
macaroon "gopkg.in/macaroon.v2"
)

View File

@@ -6,9 +6,8 @@ import (
"testing"
"time"
"github.com/stretchr/testify/require"
"github.com/lightningnetwork/lnd/macaroons"
"github.com/stretchr/testify/require"
macaroon "gopkg.in/macaroon.v2"
)

View File

@@ -8,10 +8,9 @@ import (
"io"
"sync"
"github.com/lightningnetwork/lnd/kvdb"
"github.com/btcsuite/btcwallet/snacl"
"github.com/btcsuite/btcwallet/walletdb"
"github.com/lightningnetwork/lnd/kvdb"
)
const (

View File

@@ -7,10 +7,9 @@ import (
"path"
"testing"
"github.com/btcsuite/btcwallet/snacl"
"github.com/lightningnetwork/lnd/kvdb"
"github.com/lightningnetwork/lnd/macaroons"
"github.com/btcsuite/btcwallet/snacl"
"github.com/stretchr/testify/require"
)