Updated go-ap packages

This commit is contained in:
Marius Orcsik 2020-03-02 12:46:13 +01:00
parent d7c775f6bb
commit 49ede35464
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-20200114195742-78d2a53e63a5
github.com/go-ap/errors v0.0.0-20200114202328-a459186c3d11
github.com/go-ap/jsonld v0.0.0-20200114201544-564f952ab53f
github.com/go-ap/storage v0.0.0-20200114202519-6204769fdcb1
github.com/go-ap/activitypub v0.0.0-20200302113530-ef90082ea6d8
github.com/go-ap/errors v0.0.0-20200302114017-b6ee20a2b83e
github.com/go-ap/jsonld v0.0.0-20200302113640-5bd3bc85d72b
github.com/go-ap/storage v0.0.0-20200302114248-4a991207c62d
)