Removed unneeded storage dependency

This commit is contained in:
Marius Orcsik 2019-06-12 17:22:04 +02:00
parent ebe0f799f1
commit c791831e61
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

5
go.mod
View file

@ -2,7 +2,6 @@ module github.com/go-ap/activitypub
require (
github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd
github.com/go-ap/activitystreams v0.0.0-20190530184402-5829d059925a
github.com/go-ap/jsonld v0.0.0-20190306111347-fbb94302fe92
github.com/go-ap/storage v0.0.0-20190531125723-e0cad53055b4
github.com/go-ap/activitystreams v0.0.0-20190611160839-f644b75e8b37
github.com/go-ap/jsonld v0.0.0-20190611133029-f14cb36cc09c
)