just move imports around.

This commit is contained in:
fiatjaf
2024-07-30 11:43:14 -03:00
parent a36142604d
commit 928c73513c
14 changed files with 13 additions and 15 deletions

2
key.go
View File

@@ -11,10 +11,10 @@ import (
"github.com/btcsuite/btcd/btcec/v2"
"github.com/btcsuite/btcd/btcec/v2/schnorr/musig2"
"github.com/decred/dcrd/dcrec/secp256k1/v4"
"github.com/fiatjaf/cli/v3"
"github.com/nbd-wtf/go-nostr"
"github.com/nbd-wtf/go-nostr/nip19"
"github.com/nbd-wtf/go-nostr/nip49"
"github.com/fiatjaf/cli/v3"
)
var key = &cli.Command{