update go-nostr and sdk to standalone module.

This commit is contained in:
fiatjaf
2023-11-08 00:13:28 -03:00
parent 6f72d3c133
commit 5722061bf3
4 changed files with 46 additions and 29 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/nbd-wtf/go-nostr"
"github.com/nbd-wtf/go-nostr/nip19"
"github.com/nbd-wtf/go-nostr/sdk"
sdk "github.com/nbd-wtf/nostr-sdk"
"github.com/urfave/cli/v2"
)