@@ 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
)