Updated jsonparser package

This commit is contained in:
Marius Orcsik 2020-03-02 12:35:30 +01:00
parent 46100f4f82
commit ef90082ea6
No known key found for this signature in database
GPG key ID: 77618B618F79EB72

2
go.mod
View file

@ -3,6 +3,6 @@ module github.com/go-ap/activitypub
go 1.13
require (
github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd
github.com/buger/jsonparser v0.0.0-20191204142016-1a29609e0929
github.com/go-ap/jsonld v0.0.0-20191123195936-1e43eac08b0c
)