Skip to content

Commit 7809599

Browse files
committed
Updated dependencies and go version
1 parent d42dff2 commit 7809599

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
module github.com/go-ap/storage-sqlite
22

3-
go 1.23
3+
go 1.23.0
44

55
require (
66
github.com/carlmjohnson/be v0.23.2
77
github.com/go-ap/activitypub v0.0.0-20250212090640-aeb6499ba581
8-
github.com/go-ap/auth v0.0.0-20250313174208-1fe284554dd0
8+
github.com/go-ap/auth v0.0.0-20250327125140-728f6078848a
99
github.com/go-ap/cache v0.0.0-20250212092834-8063df8eb5ff
1010
github.com/go-ap/errors v0.0.0-20250124135319-3da8adefd4a9
11-
github.com/go-ap/filters v0.0.0-20250313173721-b110d9e58d05
11+
github.com/go-ap/filters v0.0.0-20250327124545-0df3f4a5cc88
1212
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
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.36.0
16-
modernc.org/sqlite v1.36.0
16+
modernc.org/sqlite v1.36.2
1717
)
1818

1919
require (
2020
git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 // indirect
21-
git.sr.ht/~mariusor/lw v0.0.0-20250114195945-ba9c7bcca3c1 // indirect
21+
git.sr.ht/~mariusor/lw v0.0.0-20250325163623-1639f3fb0e0d // indirect
2222
git.sr.ht/~mariusor/mask v0.0.0-20250114195353-98705a6977b7 // indirect
2323
github.com/RoaringBitmap/roaring v1.9.4 // indirect
2424
github.com/bits-and-blooms/bitset v1.22.0 // indirect
@@ -35,7 +35,7 @@ require (
3535
github.com/pborman/uuid v1.2.1 // indirect
3636
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
3737
github.com/rs/xid v1.6.0 // indirect
38-
github.com/rs/zerolog v1.33.0 // indirect
38+
github.com/rs/zerolog v1.34.0 // indirect
3939
github.com/spaolacci/murmur3 v1.1.0 // indirect
4040
github.com/valyala/fastjson v1.6.4 // indirect
4141
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
@@ -44,5 +44,5 @@ require (
4444
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
4545
modernc.org/libc v1.61.13 // indirect
4646
modernc.org/mathutil v1.7.1 // indirect
47-
modernc.org/memory v1.8.2 // indirect
47+
modernc.org/memory v1.9.1 // indirect
4848
)

0 commit comments

Comments
 (0)