Skip to content

Commit db9136f

Browse files
committed
Updated client with unified credentials package
1 parent a076440 commit db9136f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/go-ap/errors v0.0.0-20241212155021-5a598b6bf467
1010
github.com/go-ap/filters v0.0.0-20241228091325-b92f78983bb6
1111
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
12-
github.com/go-ap/processing v0.0.0-20241228091655-8f33f4bd24e0
12+
github.com/go-ap/processing v0.0.0-20250104102953-9cc882c4c2f4
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.31.0
@@ -25,7 +25,7 @@ require (
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-20241228091406-581647f214a8 // indirect
28+
github.com/go-ap/client v0.0.0-20250103161204-b38446bde73b // 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
@@ -42,15 +42,15 @@ require (
4242
github.com/rs/zerolog v1.33.0 // indirect
4343
github.com/spaolacci/murmur3 v1.1.0 // indirect
4444
github.com/valyala/fastjson v1.6.4 // indirect
45-
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
45+
golang.org/x/exp v0.0.0-20250103183323-7d7fa50e5329 // indirect
4646
golang.org/x/oauth2 v0.24.0 // indirect
4747
golang.org/x/sys v0.28.0 // indirect
4848
golang.org/x/text v0.21.0 // indirect
4949
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
5050
modernc.org/gc/v3 v3.0.0-20241223112719-96e2e1e4408d // indirect
51-
modernc.org/libc v1.61.5 // indirect
51+
modernc.org/libc v1.61.6 // indirect
5252
modernc.org/mathutil v1.7.1 // indirect
53-
modernc.org/memory v1.8.0 // indirect
54-
modernc.org/strutil v1.2.0 // indirect
53+
modernc.org/memory v1.8.1 // indirect
54+
modernc.org/strutil v1.2.1 // indirect
5555
modernc.org/token v1.1.0 // indirect
5656
)

0 commit comments

Comments
 (0)