Skip to content

Commit b44f177

Browse files
committed
Updated errors module
1 parent 41bb133 commit b44f177

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,13 +4,13 @@ go 1.23.0
44

55
require (
66
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
1212
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
1414
github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
1515
golang.org/x/crypto v0.37.0
1616
modernc.org/sqlite v1.37.0
@@ -42,7 +42,7 @@ require (
4242
golang.org/x/sys v0.32.0 // indirect
4343
golang.org/x/text v0.24.0 // indirect
4444
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
4646
modernc.org/mathutil v1.7.1 // indirect
47-
modernc.org/memory v1.9.1 // indirect
47+
modernc.org/memory v1.10.0 // indirect
4848
)

0 commit comments

Comments
 (0)