Skip to content

Commit 8691f8b

Browse files
committed
Updated filters module with improved authorized check
1 parent 9009b92 commit 8691f8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/go-ap/activitypub v0.0.0-20250124194921-d52b4c694e14
88
github.com/go-ap/cache v0.0.0-20250124200926-2c9bbefd884b
99
github.com/go-ap/errors v0.0.0-20250124135319-3da8adefd4a9
10-
github.com/go-ap/filters v0.0.0-20250126122444-86878f94a9e6
10+
github.com/go-ap/filters v0.0.0-20250128143727-4cb9a9d7db48
1111
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
12-
github.com/go-ap/processing v0.0.0-20250127153036-b91c54e23c42
12+
github.com/go-ap/processing v0.0.0-20250128143943-aba5b2e775bc
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.32.0
@@ -25,7 +25,7 @@ require (
2525
github.com/RoaringBitmap/roaring v1.9.4 // indirect
2626
github.com/bits-and-blooms/bitset v1.20.0 // indirect
2727
github.com/dustin/go-humanize v1.0.1 // indirect
28-
github.com/go-ap/client v0.0.0-20250127152558-684a99938132 // indirect
28+
github.com/go-ap/client v0.0.0-20250128143823-82049bed7555 // indirect
2929
github.com/go-chi/chi/v5 v5.2.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)