~mariusor/fedbox

5304c8aeefcbaf6083d83f3a9121bea8debccaea — Marius Orcsik 2 months ago 614e5d3
Updated go-ap dependencies
1 files changed, 10 insertions(+), 9 deletions(-)

M go.mod
M go.mod => go.mod +10 -9
@@ 6,17 6,17 @@ require (
	git.sr.ht/~mariusor/lw v0.0.0-20240323171419-d538df4af052
	git.sr.ht/~mariusor/wrapper v0.0.0-20240519120935-f877e4d97def
	github.com/go-ap/activitypub v0.0.0-20240408091739-ba76b44c2594
	github.com/go-ap/auth v0.0.0-20240408093715-7b70def65ccb
	github.com/go-ap/auth v0.0.0-20240711151403-05c8f24b3bbe
	github.com/go-ap/cache v0.0.0-20240408093337-846e6272444d
	github.com/go-ap/client v0.0.0-20240408093509-f0721baa55c2
	github.com/go-ap/client v0.0.0-20240710145250-eec2de3441ed
	github.com/go-ap/errors v0.0.0-20240304112515-6077fa9c17b0
	github.com/go-ap/filters v0.0.0-20240504174315-e65fd9aa38c4
	github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
	github.com/go-ap/processing v0.0.0-20240408154734-b62555dbaf98
	github.com/go-ap/storage-badger v0.0.0-20240408155053-4b98c0bd6b3d
	github.com/go-ap/storage-boltdb v0.0.0-20240408155023-44d05a4f8f55
	github.com/go-ap/storage-fs v0.0.0-20240408094148-b3bc562af831
	github.com/go-ap/storage-sqlite v0.0.0-20240408155002-b9609c5c7d14
	github.com/go-ap/processing v0.0.0-20240711151444-52671176887c
	github.com/go-ap/storage-badger v0.0.0-20240711151836-f90c012ebd12
	github.com/go-ap/storage-boltdb v0.0.0-20240711151746-77edf4192d2f
	github.com/go-ap/storage-fs v0.0.0-20240711151543-26125218f0df
	github.com/go-ap/storage-sqlite v0.0.0-20240711151659-d36f6bcb0871
	github.com/go-chi/chi/v5 v5.1.0
	github.com/go-fed/httpsig v1.1.0
	github.com/joho/godotenv v1.5.1


@@ 26,6 26,7 @@ require (
)

require (
	git.sr.ht/~mariusor/cache v0.0.0-20240710145102-0547ec402138 // indirect
	git.sr.ht/~mariusor/mask v0.0.0-20240327084502-ef2a9438457e // indirect
	golang.org/x/oauth2 v0.21.0 // indirect
)


@@ 38,7 39,7 @@ require (
	github.com/dgraph-io/ristretto v0.1.1 // indirect
	github.com/dustin/go-humanize v1.0.1 // indirect
	github.com/gogo/protobuf v1.3.2 // indirect
	github.com/golang/glog v1.2.1 // indirect
	github.com/golang/glog v1.2.2 // indirect
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
	github.com/golang/protobuf v1.5.4 // indirect
	github.com/golang/snappy v0.0.4 // indirect


@@ 67,7 68,7 @@ require (
	golang.org/x/text v0.16.0 // indirect
	google.golang.org/protobuf v1.34.2 // indirect
	modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
	modernc.org/libc v1.54.3 // indirect
	modernc.org/libc v1.54.4 // indirect
	modernc.org/mathutil v1.6.0 // indirect
	modernc.org/memory v1.8.0 // indirect
	modernc.org/sqlite v1.30.1 // indirect