~mariusor/activitypub-client-example

e8d9eb62aee492afa62afd7c3ad87ec665638268 — Marius Orcsik 6 months ago 0660968 master
Updated go-ap packages
1 files changed, 8 insertions(+), 3 deletions(-)

M go.mod
M go.mod => go.mod +8 -3
@@ 3,7 3,12 @@ module loader
go 1.15

require (
	github.com/buger/jsonparser v1.0.0 // indirect
	github.com/go-ap/activitypub v0.0.0-20221127130659-597486971528
	github.com/go-ap/client v0.0.0-20221127131048-28d2b09e605b // indirect
	git.sr.ht/~mariusor/lw v0.0.0-20230317075520-07e173563bf8
	github.com/go-ap/activitypub v0.0.0-20240211124657-820024a66b78
	github.com/go-ap/client v0.0.0-20240211124832-961fcce8d438
	github.com/go-ap/handlers v0.0.0-20220529132534-5e6616a8d55b
	github.com/rs/zerolog v1.32.0 // indirect
	github.com/sirupsen/logrus v1.9.3
	golang.org/x/oauth2 v0.17.0
	google.golang.org/protobuf v1.32.0 // indirect
)