diff options
| author | bndw <ben@bdw.to> | 2026-02-14 12:03:21 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-14 12:03:21 -0800 |
| commit | 4fc493e6d8cc20137f920f8647e39fc5051bb245 (patch) | |
| tree | 69055d7da89ca909e33c66de7a883fdbe2ccbb97 /go.mod | |
| parent | 3e0ddc90c8f4ae7658cc07fb183aa0a7ecc338b7 (diff) | |
refactor: remove frivolous comments from auth validation/credentials
Also removed internal/nostr package - now using northwest.io/nostr library.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -4,7 +4,6 @@ go 1.24.0 | |||
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | connectrpc.com/connect v1.19.1 | 6 | connectrpc.com/connect v1.19.1 |
| 7 | github.com/btcsuite/btcd/btcec/v2 v2.3.2 | ||
| 8 | github.com/klauspost/compress v1.18.4 | 7 | github.com/klauspost/compress v1.18.4 |
| 9 | github.com/prometheus/client_golang v1.23.2 | 8 | github.com/prometheus/client_golang v1.23.2 |
| 10 | golang.org/x/net v0.50.0 | 9 | golang.org/x/net v0.50.0 |
| @@ -13,10 +12,14 @@ require ( | |||
| 13 | google.golang.org/protobuf v1.36.11 | 12 | google.golang.org/protobuf v1.36.11 |
| 14 | gopkg.in/yaml.v3 v3.0.1 | 13 | gopkg.in/yaml.v3 v3.0.1 |
| 15 | modernc.org/sqlite v1.45.0 | 14 | modernc.org/sqlite v1.45.0 |
| 15 | northwest.io/nostr v0.0.0-00010101000000-000000000000 | ||
| 16 | ) | 16 | ) |
| 17 | 17 | ||
| 18 | replace northwest.io/nostr => ../nwio_nostr | ||
| 19 | |||
| 18 | require ( | 20 | require ( |
| 19 | github.com/beorn7/perks v1.0.1 // indirect | 21 | github.com/beorn7/perks v1.0.1 // indirect |
| 22 | github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect | ||
| 20 | github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect | 23 | github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect |
| 21 | github.com/cespare/xxhash/v2 v2.3.0 // indirect | 24 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 22 | github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect | 25 | github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect |
