Updated jsonld package with better @context

This commit is contained in:
mariusor 2022-06-15 16:44:28 +02:00
parent 4c61caf651
commit 48208c7048
No known key found for this signature in database
GPG key ID: DBF5E47F5DBC4D21

4
go.mod
View file

@ -4,7 +4,7 @@ go 1.18
require (
git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20200411073322-f0bcc40f0bf2
github.com/go-ap/errors v0.0.0-20220529131844-4c7dbeabb369
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
github.com/go-ap/errors v0.0.0-20220615144307-e8bc4a40ae9f
github.com/go-ap/jsonld v0.0.0-20220615144122-1d862b15410d
github.com/valyala/fastjson v1.6.3
)