Skip to content

Commit ed340e9

Browse files
committed
Updated activitypub module
1 parent be1c4d5 commit ed340e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ go 1.23.0
44

55
require (
66
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
99
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
1111
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
1212
github.com/mattn/go-sqlite3 v1.14.30
1313
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
1515
modernc.org/sqlite v1.38.2
1616
)
1717

1818
require (
1919
git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 // indirect
2020
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
2222
github.com/dustin/go-humanize v1.0.1 // indirect
2323
github.com/google/uuid v1.6.0 // indirect
2424
github.com/jdkato/prose v1.2.1 // indirect
@@ -30,9 +30,9 @@ require (
3030
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
3131
github.com/spaolacci/murmur3 v1.1.0 // indirect
3232
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
3636
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
3737
modernc.org/libc v1.66.6 // indirect
3838
modernc.org/mathutil v1.7.1 // indirect

0 commit comments

Comments
 (0)