1
1
module github.com/fiatjaf/njump
2
2
3
- go 1.22
4
-
5
- toolchain go1.22.4
3
+ go 1.23.0
6
4
7
5
require (
8
6
github.com/Kagami/go-avif v0.1.0
9
7
github.com/PuerkitoBio/goquery v1.8.1
10
8
github.com/a-h/templ v0.2.771
11
9
github.com/bytesparadise/libasciidoc v0.8.0
12
10
github.com/dgraph-io/badger/v4 v4.2.0
13
- github.com/fiatjaf/eventstore v0.7.1
14
- github.com/fiatjaf/khatru v0.4.2
11
+ github.com/fiatjaf/eventstore v0.9.0
12
+ github.com/fiatjaf/khatru v0.8.1
15
13
github.com/fogleman/gg v1.3.0
16
14
github.com/go-text/typesetting v0.0.0-20231221124458-48cc05a56658
17
15
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
18
16
github.com/gomarkdown/markdown v0.0.0-20231115200524-a660076da3fd
19
17
github.com/kelseyhightower/envconfig v1.4.0
20
18
github.com/microcosm-cc/bluemonday v1.0.24
21
19
github.com/nbd-wtf/emoji v0.0.3
22
- github.com/nbd-wtf/go-nostr v0.34.5
23
- github.com/nbd-wtf/nostr-sdk v0.5.2
20
+ github.com/nbd-wtf/go-nostr v0.36.1
24
21
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
25
22
github.com/pelletier/go-toml v1.9.5
26
23
github.com/pemistahl/lingua-go v1.4.0
27
- github.com/puzpuzpuz/xsync/v3 v3.0.2
24
+ github.com/puzpuzpuz/xsync/v3 v3.4.0
28
25
github.com/rs/cors v1.11.0
29
26
github.com/rs/zerolog v1.29.1
30
27
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
@@ -40,13 +37,13 @@ require (
40
37
github.com/andybalholm/brotli v1.1.0 // indirect
41
38
github.com/andybalholm/cascadia v1.3.1 // indirect
42
39
github.com/aymerick/douceur v0.2.0 // indirect
43
- github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
40
+ github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
44
41
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
45
- github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
42
+ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
46
43
github.com/cespare/xxhash/v2 v2.3.0 // indirect
47
44
github.com/davecgh/go-spew v1.1.1 // indirect
48
- github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
49
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
45
+ github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
46
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
50
47
github.com/dgraph-io/ristretto v0.1.1 // indirect
51
48
github.com/dlclark/regexp2 v1.4.0 // indirect
52
49
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -55,7 +52,7 @@ require (
55
52
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
56
53
github.com/gobwas/httphead v0.1.0 // indirect
57
54
github.com/gobwas/pool v0.2.1 // indirect
58
- github.com/gobwas/ws v1.3.1 // indirect
55
+ github.com/gobwas/ws v1.4.0 // indirect
59
56
github.com/gogo/protobuf v1.3.2 // indirect
60
57
github.com/golang/glog v1.2.1 // indirect
61
58
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -74,24 +71,22 @@ require (
74
71
github.com/onsi/ginkgo/v2 v2.1.3 // indirect
75
72
github.com/pkg/errors v0.9.1 // indirect
76
73
github.com/pmezard/go-difflib v1.0.0 // indirect
77
- github.com/rogpeppe/go-internal v1.12.0 // indirect
78
74
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
79
- github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect
80
75
github.com/shopspring/decimal v1.3.1 // indirect
81
76
github.com/sirupsen/logrus v1.7.0 // indirect
82
- github.com/tidwall/gjson v1.17.0 // indirect
77
+ github.com/tidwall/gjson v1.17.3 // indirect
83
78
github.com/tidwall/match v1.1.1 // indirect
84
79
github.com/tidwall/pretty v1.2.1 // indirect
85
80
github.com/valyala/bytebufferpool v1.0.0 // indirect
86
81
github.com/valyala/fasthttp v1.51.0 // indirect
87
82
go.opencensus.io v0.24.0 // indirect
88
- golang.org/x/exp v0.0.0-20231226003508-02704c960a9b // indirect
89
- golang.org/x/mod v0.20 .0 // indirect
90
- golang.org/x/net v0.28 .0 // indirect
83
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
84
+ golang.org/x/mod v0.21 .0 // indirect
85
+ golang.org/x/net v0.29 .0 // indirect
91
86
golang.org/x/sync v0.8.0 // indirect
92
- golang.org/x/sys v0.23 .0 // indirect
93
- golang.org/x/text v0.17 .0 // indirect
94
- golang.org/x/tools v0.24 .0 // indirect
87
+ golang.org/x/sys v0.25 .0 // indirect
88
+ golang.org/x/text v0.18 .0 // indirect
89
+ golang.org/x/tools v0.25 .0 // indirect
95
90
google.golang.org/protobuf v1.34.2 // indirect
96
91
gopkg.in/yaml.v2 v2.4.0 // indirect
97
92
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments