more tag helpers.

This commit is contained in:
fiatjaf
2024-10-13 10:32:34 -03:00
parent 9069fb6743
commit 97ed96ef73
4 changed files with 50 additions and 13 deletions

8
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/nbd-wtf/go-nostr
go 1.23.0
go 1.23.1
require (
github.com/bluekeyes/go-gitdiff v0.7.1
@@ -24,10 +24,10 @@ require (
github.com/tursodatabase/go-libsql v0.0.0-20240916111504-922dfa87e1e6
github.com/tyler-smith/go-bip32 v1.0.0
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.27.0
golang.org/x/crypto v0.28.0
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
golang.org/x/net v0.21.0
golang.org/x/text v0.18.0
golang.org/x/text v0.19.0
modernc.org/sqlite v1.33.1
)
@@ -57,7 +57,7 @@ require (
github.com/tetratelabs/wazero v1.8.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/sys v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
modernc.org/libc v1.55.3 // indirect