Organizing the versions is becoming a bit tricky

This commit is contained in:
Marius Orcsik 2019-01-24 11:08:17 +01:00
parent a494fae1c6
commit 101226ff0f
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/activitystreams
require (
github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd
github.com/go-ap/activitypub v0.0.0-20190122153846-b987bcf379f8
github.com/go-ap/jsonld v0.0.0-20190122152743-fe4e38313f3a
github.com/go-ap/activitypub v0.0.0-20190122155615-09557994a6e7
github.com/go-ap/jsonld v0.0.0-20190123115832-5b5b5a026f1a
)