@@ -4,21 +4,21 @@ go 1.23.0
4
4
5
5
require (
6
6
github.com/carlmjohnson/be v0.23.2
7
- github.com/go-ap/activitypub v0.0.0-20250707121747-61ebb8da72cd
8
- github.com/go-ap/cache v0.0.0-20250707121823-a03eabe94686
7
+ github.com/go-ap/activitypub v0.0.0-20250810115208-cb73b20a1742
8
+ github.com/go-ap/cache v0.0.0-20250810115305-0742a12ab1a1
9
9
github.com/go-ap/errors v0.0.0-20250527110557-c8db454e53fd
10
- github.com/go-ap/filters v0.0.0-20250707122225-29d0a210d866
10
+ github.com/go-ap/filters v0.0.0-20250810115343-b996bd3d3865
11
11
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
12
12
github.com/mattn/go-sqlite3 v1.14.30
13
13
github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
14
- golang.org/x/crypto v0.40 .0
14
+ golang.org/x/crypto v0.41 .0
15
15
modernc.org/sqlite v1.38.2
16
16
)
17
17
18
18
require (
19
19
git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 // indirect
20
20
github.com/RoaringBitmap/roaring v1.9.4 // indirect
21
- github.com/bits-and-blooms/bitset v1.22 .0 // indirect
21
+ github.com/bits-and-blooms/bitset v1.24 .0 // indirect
22
22
github.com/dustin/go-humanize v1.0.1 // indirect
23
23
github.com/google/uuid v1.6.0 // indirect
24
24
github.com/jdkato/prose v1.2.1 // indirect
@@ -30,9 +30,9 @@ require (
30
30
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
31
31
github.com/spaolacci/murmur3 v1.1.0 // indirect
32
32
github.com/valyala/fastjson v1.6.4 // indirect
33
- golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
34
- golang.org/x/sys v0.34 .0 // indirect
35
- golang.org/x/text v0.27 .0 // indirect
33
+ golang.org/x/exp v0.0.0-20250808145144-a408d31f581a // indirect
34
+ golang.org/x/sys v0.35 .0 // indirect
35
+ golang.org/x/text v0.28 .0 // indirect
36
36
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
37
37
modernc.org/libc v1.66.6 // indirect
38
38
modernc.org/mathutil v1.7.1 // indirect
0 commit comments