Organizing the versions is becoming a bit tricky

This commit is contained in:
Marius Orcsik 2019-01-24 11:09:02 +01:00
parent 09557994a6
commit 3a8b2a4401
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

4
go.mod
View file

@ -2,6 +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-20190122151949-ac1e941c8736
github.com/go-ap/jsonld v0.0.0-20190122152743-fe4e38313f3a
github.com/go-ap/activitystreams v0.0.0-20190124100817-101226ff0f1f
github.com/go-ap/jsonld v0.0.0-20190123115832-5b5b5a026f1a
)