@@ -4,15 +4,15 @@ go 1.23
4
4
5
5
require (
6
6
github.com/carlmjohnson/be v0.23.2
7
- github.com/go-ap/activitypub v0.0.0-20250124194921-d52b4c694e14
8
- github.com/go-ap/cache v0.0.0-20250124200926-2c9bbefd884b
7
+ github.com/go-ap/activitypub v0.0.0-20250212090640-aeb6499ba581
8
+ github.com/go-ap/cache v0.0.0-20250212092834-8063df8eb5ff
9
9
github.com/go-ap/errors v0.0.0-20250124135319-3da8adefd4a9
10
- github.com/go-ap/filters v0.0.0-20250128143727-4cb9a9d7db48
10
+ github.com/go-ap/filters v0.0.0-20250212093317-ca1dc66cad4e
11
11
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
12
- github.com/go-ap/processing v0.0.0-20250131093610-01a9626bd2b9
12
+ github.com/go-ap/processing v0.0.0-20250213142423-9ac245433c76
13
13
github.com/mattn/go-sqlite3 v1.14.24
14
14
github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
15
- golang.org/x/crypto v0.32 .0
15
+ golang.org/x/crypto v0.33 .0
16
16
modernc.org/sqlite v1.34.5
17
17
)
18
18
@@ -25,8 +25,8 @@ require (
25
25
github.com/RoaringBitmap/roaring v1.9.4 // indirect
26
26
github.com/bits-and-blooms/bitset v1.20.0 // indirect
27
27
github.com/dustin/go-humanize v1.0.1 // indirect
28
- github.com/go-ap/client v0.0.0-20250131093345-c5680a9e664b // indirect
29
- github.com/go-chi/chi/v5 v5.2.0 // indirect
28
+ github.com/go-ap/client v0.0.0-20250212093435-5abaf05c43c3 // indirect
29
+ github.com/go-chi/chi/v5 v5.2.1 // indirect
30
30
github.com/go-fed/httpsig v1.1.0 // indirect
31
31
github.com/google/uuid v1.6.0 // indirect
32
32
github.com/jdkato/prose v1.2.1 // indirect
@@ -41,12 +41,12 @@ require (
41
41
github.com/rs/zerolog v1.33.0 // indirect
42
42
github.com/spaolacci/murmur3 v1.1.0 // indirect
43
43
github.com/valyala/fastjson v1.6.4 // indirect
44
- golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
45
- golang.org/x/oauth2 v0.25 .0 // indirect
46
- golang.org/x/sys v0.29 .0 // indirect
47
- golang.org/x/text v0.21 .0 // indirect
44
+ golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
45
+ golang.org/x/oauth2 v0.26 .0 // indirect
46
+ golang.org/x/sys v0.30 .0 // indirect
47
+ golang.org/x/text v0.22 .0 // indirect
48
48
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
49
- modernc.org/libc v1.61.10 // indirect
49
+ modernc.org/libc v1.61.13 // indirect
50
50
modernc.org/mathutil v1.7.1 // indirect
51
51
modernc.org/memory v1.8.2 // indirect
52
52
)
0 commit comments