@@ -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.6
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.50.0
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.34 .0
55
+ golang.org/x/sync v0.10 .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
@@ -62,27 +63,27 @@ require (
62
63
63
64
require (
64
65
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
66
github.com/VividCortex/ewma v1.2.0 // indirect
67
67
github.com/andybalholm/brotli v1.1.0 // indirect
68
68
github.com/andybalholm/cascadia v1.3.2 // indirect
69
69
github.com/benbjohnson/clock v1.3.5 // indirect
70
70
github.com/beorn7/perks v1.0.1 // indirect
71
71
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
72
+ github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
73
+ github.com/btcsuite/btcd/btcutil v1.1.5 // indirect
74
+ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
75
75
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
76
76
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
77
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
77
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
78
78
github.com/cheggaaa/pb/v3 v3.0.8 // indirect
79
79
github.com/chromedp/cdproto v0.0.0-20240202021202-6d0b6a386732 // indirect
80
80
github.com/chromedp/chromedp v0.9.5 // indirect
81
81
github.com/chromedp/sysutil v1.0.0 // indirect
82
82
github.com/cloudflare/circl v1.3.7 // indirect
83
+ github.com/coder/websocket v1.8.12 // indirect
83
84
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
85
+ github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
86
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
86
87
github.com/dghubble/sling v1.3.0 // indirect
87
88
github.com/dlclark/regexp2 v1.7.0 // indirect
88
89
github.com/dop251/goja v0.0.0-20221115122301-6c0d9883792e // indirect
@@ -108,7 +109,7 @@ require (
108
109
github.com/kallydev/telegraph-go v1.0.1-0.20230318133700-df034d9eed50 // indirect
109
110
github.com/kennygrant/sanitize v1.2.4 // indirect
110
111
github.com/kkdai/youtube/v2 v2.7.18 // indirect
111
- github.com/klauspost/compress v1.17.7 // indirect
112
+ github.com/klauspost/compress v1.17.11 // indirect
112
113
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
113
114
github.com/kr/pretty v0.3.1 // indirect
114
115
github.com/kr/text v0.2.0 // indirect
@@ -137,6 +138,7 @@ require (
137
138
github.com/onsi/gomega v1.33.1 // indirect
138
139
github.com/prometheus/client_model v0.5.0 // indirect
139
140
github.com/prometheus/procfs v0.12.0 // indirect
141
+ github.com/puzpuzpuz/xsync/v3 v3.4.0 // indirect
140
142
github.com/quic-go/quic-go v0.45.0 // indirect
141
143
github.com/refraction-networking/utls v1.6.3 // indirect
142
144
github.com/rivo/uniseg v0.4.3 // indirect
@@ -146,23 +148,23 @@ require (
146
148
github.com/spaolacci/murmur3 v1.1.0 // indirect
147
149
github.com/spf13/pflag v1.0.5 // indirect
148
150
github.com/tdewolff/parse/v2 v2.6.5 // indirect
149
- github.com/tidwall/gjson v1.14.1 // indirect
151
+ github.com/tidwall/gjson v1.18.0 // indirect
150
152
github.com/tidwall/match v1.1.1 // indirect
151
- github.com/tidwall/pretty v1.2.0 // indirect
153
+ github.com/tidwall/pretty v1.2.1 // indirect
152
154
github.com/tidwall/sjson v1.2.4 // indirect
153
155
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
154
156
github.com/wabarc/memento v0.0.0-20221023035729-e42d0fe1cefb // indirect
155
157
github.com/whyrusleeping/tar-utils v0.0.0-20201201191210-20a61371de5b // indirect
156
158
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
157
159
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
160
+ golang.org/x/crypto v0.32 .0 // indirect
161
+ golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
162
+ golang.org/x/mod v0.22 .0 // indirect
163
+ golang.org/x/sys v0.29 .0 // indirect
164
+ golang.org/x/text v0.21 .0 // indirect
163
165
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
166
+ golang.org/x/tools v0.28 .0 // indirect
167
+ google.golang.org/protobuf v1.36 .2 // indirect
166
168
gopkg.in/sourcemap.v1 v1.0.5 // indirect
167
169
gopkg.in/yaml.v2 v2.4.0 // indirect
168
170
lukechampine.com/blake3 v1.2.1 // indirect
0 commit comments