Skip to content

Commit 2e1ce50

Browse files
committed
Updated activitypub with fixed string value encoding
1 parent ea7a72d commit 2e1ce50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.23
44

55
require (
66
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
99
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
1111
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
1313
github.com/mattn/go-sqlite3 v1.14.24
1414
github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
1515
golang.org/x/crypto v0.29.0
@@ -25,7 +25,7 @@ require (
2525
github.com/RoaringBitmap/roaring v1.9.4 // indirect
2626
github.com/bits-and-blooms/bitset v1.16.0 // indirect
2727
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
2929
github.com/go-chi/chi/v5 v5.1.0 // indirect
3030
github.com/go-fed/httpsig v1.1.0 // indirect
3131
github.com/google/uuid v1.6.0 // indirect

0 commit comments

Comments
 (0)