@@ -3,6 +3,7 @@ module github.com/wabarc/wayback
3
3
// +heroku goVersion go1.21
4
4
5
5
go 1.21
6
+ toolchain go1.23.7
6
7
7
8
require (
8
9
github.com/PuerkitoBio/goquery v1.9.0
@@ -12,13 +13,13 @@ require (
12
13
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d
13
14
github.com/dghubble/oauth1 v0.7.1
14
15
github.com/dstotijn/go-notion v0.11.0
15
- github.com/dustin/go-humanize v1.0.0
16
+ github.com/dustin/go-humanize v1.0.1
16
17
github.com/gabriel-vasile/mimetype v1.4.2
17
18
github.com/go-shiori/go-readability v0.0.0-20220215145315-dd6828d2f09b
18
19
github.com/go-shiori/obelisk v0.0.0-20230316095823-42f6a2f99d9d
19
20
github.com/goccy/go-json v0.10.3
20
21
github.com/google/go-github/v40 v40.0.0
21
- github.com/google/uuid v1.3 .0
22
+ github.com/google/uuid v1.6 .0
22
23
github.com/gookit/color v1.5.3
23
24
github.com/gorilla/mux v1.8.0
24
25
github.com/gorilla/websocket v1.5.3
@@ -27,7 +28,7 @@ require (
27
28
github.com/ipsn/go-libtor v1.0.380
28
29
github.com/jedib0t/go-pretty/v6 v6.4.0
29
30
github.com/mattn/go-mastodon v0.0.5-0.20210515144304-86627ec7d635
30
- github.com/nbd-wtf/go-nostr v0.17.1-0.20230426111250-32ca737acf77
31
+ github.com/nbd-wtf/go-nostr v0.51.3
31
32
github.com/phf/go-queue v0.0.0-20170504031614-9abe38d0371d
32
33
github.com/pkg/errors v0.9.1
33
34
github.com/prometheus/client_golang v1.19.1
@@ -50,8 +51,8 @@ require (
50
51
github.com/wabarc/telegra.ph v0.0.0-20230318134541-a0922e1ace3a
51
52
github.com/wabarc/warcraft v0.3.1-0.20230308125707-3daa5592ba52
52
53
go.etcd.io/bbolt v1.3.6
53
- golang.org/x/net v0.28 .0
54
- golang.org/x/sync v0.8 .0
54
+ golang.org/x/net v0.37 .0
55
+ golang.org/x/sync v0.12 .0
55
56
gopkg.in/irc.v4 v4.0.0
56
57
gopkg.in/telebot.v3 v3.0.0-20220130115853-f0291132d3c3
57
58
maunium.net/go/mautrix v0.12.0
@@ -61,28 +62,32 @@ require (
61
62
)
62
63
63
64
require (
65
+ github.com/ImVexed/fasturl v0.0.0-20230304231329-4e41488060f3 // indirect
64
66
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403 // indirect
65
- github.com/SaveTheRbtz/generic-sync-map-go v0.0.0-20230201052002-6c5833b989be // indirect
66
67
github.com/VividCortex/ewma v1.2.0 // indirect
67
- github.com/andybalholm/brotli v1.1.0 // indirect
68
+ github.com/andybalholm/brotli v1.1.1 // indirect
68
69
github.com/andybalholm/cascadia v1.3.2 // indirect
69
70
github.com/benbjohnson/clock v1.3.5 // indirect
70
71
github.com/beorn7/perks v1.0.1 // indirect
71
72
github.com/bitly/go-simplejson v0.5.0 // indirect
72
- github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
73
- github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
74
- github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
73
+ github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
74
+ github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
75
+ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
76
+ github.com/bytedance/sonic v1.13.1 // indirect
77
+ github.com/bytedance/sonic/loader v0.2.4 // indirect
75
78
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
76
79
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
77
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
80
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
78
81
github.com/cheggaaa/pb/v3 v3.0.8 // indirect
79
82
github.com/chromedp/cdproto v0.0.0-20240202021202-6d0b6a386732 // indirect
80
83
github.com/chromedp/chromedp v0.9.5 // indirect
81
84
github.com/chromedp/sysutil v1.0.0 // indirect
82
85
github.com/cloudflare/circl v1.3.7 // indirect
86
+ github.com/cloudwego/base64x v0.1.5 // indirect
87
+ github.com/coder/websocket v1.8.12 // indirect
83
88
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
84
- github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
85
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
89
+ github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
90
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4 .0 // indirect
86
91
github.com/dghubble/sling v1.3.0 // indirect
87
92
github.com/dlclark/regexp2 v1.7.0 // indirect
88
93
github.com/dop251/goja v0.0.0-20221115122301-6c0d9883792e // indirect
@@ -108,14 +113,14 @@ require (
108
113
github.com/kallydev/telegraph-go v1.0.1-0.20230318133700-df034d9eed50 // indirect
109
114
github.com/kennygrant/sanitize v1.2.4 // indirect
110
115
github.com/kkdai/youtube/v2 v2.7.18 // indirect
111
- github.com/klauspost/compress v1.17.7 // indirect
112
- github.com/klauspost/cpuid/v2 v2.2.6 // indirect
116
+ github.com/klauspost/compress v1.18.0 // indirect
117
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
113
118
github.com/kr/pretty v0.3.1 // indirect
114
119
github.com/kr/text v0.2.0 // indirect
115
120
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
116
121
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
117
122
github.com/libp2p/go-libp2p v0.32.2 // indirect
118
- github.com/mailru/easyjson v0.7.7 // indirect
123
+ github.com/mailru/easyjson v0.9.0 // indirect
119
124
github.com/mattn/go-colorable v0.1.13 // indirect
120
125
github.com/mattn/go-isatty v0.0.20 // indirect
121
126
github.com/mattn/go-runewidth v0.0.14 // indirect
@@ -137,6 +142,7 @@ require (
137
142
github.com/onsi/gomega v1.33.1 // indirect
138
143
github.com/prometheus/client_model v0.5.0 // indirect
139
144
github.com/prometheus/procfs v0.12.0 // indirect
145
+ github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
140
146
github.com/quic-go/quic-go v0.45.0 // indirect
141
147
github.com/refraction-networking/utls v1.6.3 // indirect
142
148
github.com/rivo/uniseg v0.4.3 // indirect
@@ -146,23 +152,25 @@ require (
146
152
github.com/spaolacci/murmur3 v1.1.0 // indirect
147
153
github.com/spf13/pflag v1.0.5 // indirect
148
154
github.com/tdewolff/parse/v2 v2.6.5 // indirect
149
- github.com/tidwall/gjson v1.14.1 // indirect
155
+ github.com/tidwall/gjson v1.18.0 // indirect
150
156
github.com/tidwall/match v1.1.1 // indirect
151
- github.com/tidwall/pretty v1.2.0 // indirect
157
+ github.com/tidwall/pretty v1.2.1 // indirect
152
158
github.com/tidwall/sjson v1.2.4 // indirect
153
159
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
160
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
154
161
github.com/wabarc/memento v0.0.0-20221023035729-e42d0fe1cefb // indirect
155
162
github.com/whyrusleeping/tar-utils v0.0.0-20201201191210-20a61371de5b // indirect
156
163
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
157
164
github.com/ybbus/httpretry v1.0.2 // indirect
158
- golang.org/x/crypto v0.26.0 // indirect
159
- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
160
- golang.org/x/mod v0.18.0 // indirect
161
- golang.org/x/sys v0.24.0 // indirect
162
- golang.org/x/text v0.17.0 // indirect
165
+ golang.org/x/arch v0.15.0 // indirect
166
+ golang.org/x/crypto v0.36.0 // indirect
167
+ golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
168
+ golang.org/x/mod v0.24.0 // indirect
169
+ golang.org/x/sys v0.31.0 // indirect
170
+ golang.org/x/text v0.23.0 // indirect
163
171
golang.org/x/time v0.5.0 // indirect
164
- golang.org/x/tools v0.22 .0 // indirect
165
- google.golang.org/protobuf v1.34 .2 // indirect
172
+ golang.org/x/tools v0.31 .0 // indirect
173
+ google.golang.org/protobuf v1.36 .2 // indirect
166
174
gopkg.in/sourcemap.v1 v1.0.5 // indirect
167
175
gopkg.in/yaml.v2 v2.4.0 // indirect
168
176
lukechampine.com/blake3 v1.2.1 // indirect
0 commit comments