Updated go-ap packages

This commit is contained in:
Marius Orcsik 2020-03-29 18:32:05 +02:00
parent 6fecf05b73
commit a3773c88ca
No known key found for this signature in database
GPG key ID: 77618B618F79EB72

8
go.mod
View file

@ -3,8 +3,8 @@ module github.com/go-ap/handlers
go 1.13
require (
github.com/go-ap/activitypub v0.0.0-20200326182444-611ae1db291f
github.com/go-ap/errors v0.0.0-20200326183058-e94bf619ed84
github.com/go-ap/jsonld v0.0.0-20200326183007-52af1cf0a929
github.com/go-ap/storage v0.0.0-20200326183238-166b13b62e81
github.com/go-ap/activitypub v0.0.0-20200329162727-fba872da771b
github.com/go-ap/errors v0.0.0-20200327122229-53c42fe04723
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
github.com/go-ap/storage v0.0.0-20200329163012-b81a75a9c4b0
)