Skip to content

Commit 3810729

Browse files
committed
Updated client module with fixed cache dependency
1 parent 1ceaf3a commit 3810729

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
@@ -9,23 +9,23 @@ require (
99
github.com/go-ap/errors v0.0.0-20241212155021-5a598b6bf467
1010
github.com/go-ap/filters v0.0.0-20250120192219-348d2d08111c
1111
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
12-
github.com/go-ap/processing v0.0.0-20250122150632-d975a9f28d13
12+
github.com/go-ap/processing v0.0.0-20250122170601-9cdffba7178e
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
1616
modernc.org/sqlite v1.34.5
1717
)
1818

1919
require (
20-
git.sr.ht/~mariusor/cache v0.0.0-20241212172633-e1563652acb4 // indirect
20+
git.sr.ht/~mariusor/cache v0.0.0-20250122165545-14c90d7a9de8 // indirect
2121
git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 // indirect
2222
git.sr.ht/~mariusor/lw v0.0.0-20250114195945-ba9c7bcca3c1 // indirect
2323
git.sr.ht/~mariusor/mask v0.0.0-20250114195353-98705a6977b7 // indirect
2424
git.sr.ht/~mariusor/ssm v0.0.0-20241220163816-32d18afe7b22 // indirect
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-20250122143826-6ddd0765f974 // indirect
28+
github.com/go-ap/client v0.0.0-20250122170329-4328b36804af // 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)