1
1
module github.com/fiatjaf/njump
2
2
3
- go 1.23 .1
3
+ go 1.24 .1
4
4
5
5
require (
6
6
fiatjaf.com/leafdb v0.0.7
7
7
github.com/PuerkitoBio/goquery v1.10.1
8
8
github.com/a-h/templ v0.3.833
9
9
github.com/bytesparadise/libasciidoc v0.8.0
10
10
github.com/dgraph-io/ristretto v1.0.0
11
- github.com/fiatjaf/eventstore v0.16.1
12
- github.com/fiatjaf/khatru v0.15.0
11
+ github.com/fiatjaf/eventstore v0.16.4
12
+ github.com/fiatjaf/khatru v0.17.5
13
13
github.com/fogleman/gg v1.3.0
14
14
github.com/go-text/typesetting v0.0.0-20231221124458-48cc05a56658
15
15
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
@@ -18,7 +18,7 @@ require (
18
18
github.com/kelseyhightower/envconfig v1.4.0
19
19
github.com/microcosm-cc/bluemonday v1.0.27
20
20
github.com/nbd-wtf/emoji v0.0.3
21
- github.com/nbd-wtf/go-nostr v0.50.0
21
+ github.com/nbd-wtf/go-nostr v0.51.8
22
22
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
23
23
github.com/pelletier/go-toml v1.9.5
24
24
github.com/puzpuzpuz/xsync/v3 v3.5.1
@@ -35,6 +35,7 @@ require (
35
35
36
36
require (
37
37
fiatjaf.com/lib v0.2.0 // indirect
38
+ github.com/ImVexed/fasturl v0.0.0-20230304231329-4e41488060f3 // indirect
38
39
github.com/PowerDNS/lmdb-go v1.9.3 // indirect
39
40
github.com/alecthomas/chroma/v2 v2.3.0 // indirect
40
41
github.com/andybalholm/brotli v1.1.1 // indirect
@@ -44,8 +45,11 @@ require (
44
45
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
45
46
github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
46
47
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
48
+ github.com/bytedance/sonic v1.13.2 // indirect
49
+ github.com/bytedance/sonic/loader v0.2.4 // indirect
47
50
github.com/cespare/xxhash/v2 v2.3.0 // indirect
48
- github.com/coder/websocket v1.8.12 // indirect
51
+ github.com/cloudwego/base64x v0.1.5 // indirect
52
+ github.com/coder/websocket v1.8.13 // indirect
49
53
github.com/davecgh/go-spew v1.1.1 // indirect
50
54
github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
51
55
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
@@ -59,10 +63,10 @@ require (
59
63
github.com/google/flatbuffers v24.12.23+incompatible // indirect
60
64
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
61
65
github.com/gorilla/css v1.0.1 // indirect
62
- github.com/graph-gophers/dataloader/v7 v7.1.0 // indirect
63
66
github.com/josharian/intern v1.0.0 // indirect
64
67
github.com/json-iterator/go v1.1.12 // indirect
65
- github.com/klauspost/compress v1.17.11 // indirect
68
+ github.com/klauspost/compress v1.18.0 // indirect
69
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
66
70
github.com/mailru/easyjson v0.9.0 // indirect
67
71
github.com/mattn/go-colorable v0.1.13 // indirect
68
72
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -77,16 +81,18 @@ require (
77
81
github.com/tidwall/gjson v1.18.0 // indirect
78
82
github.com/tidwall/match v1.1.1 // indirect
79
83
github.com/tidwall/pretty v1.2.1 // indirect
84
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
80
85
github.com/valyala/bytebufferpool v1.0.0 // indirect
81
- github.com/valyala/fasthttp v1.58 .0 // indirect
86
+ github.com/valyala/fasthttp v1.59 .0 // indirect
82
87
go.opencensus.io v0.24.0 // indirect
83
- golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
84
- golang.org/x/mod v0.23.0 // indirect
85
- golang.org/x/net v0.35.0 // indirect
86
- golang.org/x/sync v0.11.0 // indirect
87
- golang.org/x/sys v0.30.0 // indirect
88
- golang.org/x/text v0.22.0 // indirect
89
- golang.org/x/tools v0.30.0 // indirect
88
+ golang.org/x/arch v0.15.0 // indirect
89
+ golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
90
+ golang.org/x/mod v0.24.0 // indirect
91
+ golang.org/x/net v0.38.0 // indirect
92
+ golang.org/x/sync v0.12.0 // indirect
93
+ golang.org/x/sys v0.31.0 // indirect
94
+ golang.org/x/text v0.23.0 // indirect
95
+ golang.org/x/tools v0.31.0 // indirect
90
96
gopkg.in/yaml.v2 v2.4.0 // indirect
91
97
gopkg.in/yaml.v3 v3.0.1 // indirect
92
98
)
0 commit comments