~mariusor/fedbox

3f6b77a57a0cd669c937a16b9cb5f9e57d6259e5 — Marius Orcsik 2 months ago 3a09f1a
Updated processing module that uses ssm
1 files changed, 8 insertions(+), 7 deletions(-)

M go.mod
M go.mod => go.mod +8 -7
@@ 12,11 12,11 @@ require (
	github.com/go-ap/errors v0.0.0-20240304112515-6077fa9c17b0
	github.com/go-ap/filters v0.0.0-20240801112128-c16e26a892c4
	github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
	github.com/go-ap/processing v0.0.0-20240803123347-9d6c8c8868f2
	github.com/go-ap/storage-badger v0.0.0-20240801114622-4d730a7aea87
	github.com/go-ap/storage-boltdb v0.0.0-20240803123915-a133721967e9
	github.com/go-ap/storage-fs v0.0.0-20240803123436-43fd4521ee5a
	github.com/go-ap/storage-sqlite v0.0.0-20240803123516-e64a31bf814d
	github.com/go-ap/processing v0.0.0-20240805145957-a3a7e26f5144
	github.com/go-ap/storage-badger v0.0.0-20240805150957-51cb2199fe02
	github.com/go-ap/storage-boltdb v0.0.0-20240805150714-730dffff1baa
	github.com/go-ap/storage-fs v0.0.0-20240805150206-7b1a404ec0ae
	github.com/go-ap/storage-sqlite v0.0.0-20240805150522-c6ffacb83245
	github.com/go-chi/chi/v5 v5.1.0
	github.com/go-fed/httpsig v1.1.0
	github.com/joho/godotenv v1.5.1


@@ 28,7 28,8 @@ require (
require (
	git.sr.ht/~mariusor/cache v0.0.0-20240803161421-766939937a58 // indirect
	git.sr.ht/~mariusor/mask v0.0.0-20240327084502-ef2a9438457e // indirect
	golang.org/x/oauth2 v0.21.0 // indirect
	git.sr.ht/~mariusor/ssm v0.0.0-20240805114004-29e33df2bf80 // indirect
	golang.org/x/oauth2 v0.22.0 // indirect
)

require (


@@ 63,7 64,7 @@ require (
	go.etcd.io/bbolt v1.3.10 // indirect
	go.opencensus.io v0.24.0 // indirect
	golang.org/x/net v0.27.0 // indirect
	golang.org/x/sys v0.22.0 // indirect
	golang.org/x/sys v0.23.0 // indirect
	golang.org/x/term v0.22.0 // indirect
	golang.org/x/text v0.16.0 // indirect
	google.golang.org/protobuf v1.34.2 // indirect