@@ -4,13 +4,13 @@ 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-20250409143848-7113328b1f3d
8
- github.com/go-ap/auth v0.0.0-20250409144154-5b90f4f02389
9
- github.com/go-ap/cache v0.0.0-20250409143941-46ead8c57c50
10
- github.com/go-ap/errors v0.0.0-20250409143711-5686c11ae650
11
- github.com/go-ap/filters v0.0.0-20250409144015-c6cbbadeefe4
7
+ github.com/go-ap/activitypub v0.0.0-20250501090939-71edba4a7137
8
+ github.com/go-ap/auth v0.0.0-20250501100000-44e4c972966d
9
+ github.com/go-ap/cache v0.0.0-20250501092828-99a2a24bfbfe
10
+ github.com/go-ap/errors v0.0.0-20250501090840-cd50c6a0a4e6
11
+ github.com/go-ap/filters v0.0.0-20250501095843-df5e7d7967ec
12
12
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
13
- github.com/mattn/go-sqlite3 v1.14.27
13
+ github.com/mattn/go-sqlite3 v1.14.28
14
14
github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
15
15
golang.org/x/crypto v0.37.0
16
16
modernc.org/sqlite v1.37.0
@@ -42,7 +42,7 @@ require (
42
42
golang.org/x/sys v0.32.0 // indirect
43
43
golang.org/x/text v0.24.0 // indirect
44
44
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
45
- modernc.org/libc v1.62.1 // indirect
45
+ modernc.org/libc v1.65.0 // indirect
46
46
modernc.org/mathutil v1.7.1 // indirect
47
- modernc.org/memory v1.9.1 // indirect
47
+ modernc.org/memory v1.10.0 // indirect
48
48
)
0 commit comments