From e8d9eb62aee492afa62afd7c3ad87ec665638268 Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Fri, 23 Feb 2024 18:23:45 +0100 Subject: [PATCH] Updated go-ap packages --- go.mod | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5ba7554..a14a918 100644 --- a/go.mod +++ b/go.mod @@ -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 ) -- 2.45.2