@@ -4,12 +4,12 @@ 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-20241123145931-b72f8292c65b
8
- github.com/go-ap/cache v0.0.0-20241123150045-5ee1d68664a4
7
+ github.com/go-ap/activitypub v0.0.0-20241124171425-a40ea88b2b60
8
+ github.com/go-ap/cache v0.0.0-20241124171712-276b1115f907
9
9
github.com/go-ap/errors v0.0.0-20240910140019-1e9d33cc1568
10
- github.com/go-ap/filters v0.0.0-20241123185521-adc45b30dfb3
10
+ github.com/go-ap/filters v0.0.0-20241124171755-74a8e212382e
11
11
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
12
- github.com/go-ap/processing v0.0.0-20241123185921-294fb9c9b985
12
+ github.com/go-ap/processing v0.0.0-20241124172506-e01e280f90d5
13
13
github.com/mattn/go-sqlite3 v1.14.24
14
14
github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
15
15
golang.org/x/crypto v0.29.0
@@ -25,7 +25,7 @@ require (
25
25
github.com/RoaringBitmap/roaring v1.9.4 // indirect
26
26
github.com/bits-and-blooms/bitset v1.16.0 // indirect
27
27
github.com/dustin/go-humanize v1.0.1 // indirect
28
- github.com/go-ap/client v0.0.0-20241123150455-030e6d4f1054 // indirect
28
+ github.com/go-ap/client v0.0.0-20241124171814-fdaae75e78ba // indirect
29
29
github.com/go-chi/chi/v5 v5.1.0 // indirect
30
30
github.com/go-fed/httpsig v1.1.0 // indirect
31
31
github.com/google/uuid v1.6.0 // indirect
0 commit comments