Updated dependencies

This commit is contained in:
Marius Orcsik 2020-04-13 10:14:28 +02:00
parent 8f4d4286d3
commit 1ccf106616
No known key found for this signature in database
GPG key ID: 77618B618F79EB72

6
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-20200329162727-fba872da771b
github.com/go-ap/errors v0.0.0-20200327122229-53c42fe04723
github.com/go-ap/activitypub v0.0.0-20200412085704-8ff0e652dd7b
github.com/go-ap/errors v0.0.0-20200402124111-0e465c0b25bc
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
github.com/go-ap/storage v0.0.0-20200329163012-b81a75a9c4b0
github.com/go-ap/storage v0.0.0-20200413080935-1597f15d02c4
)