1
0
Fork 0

Adding upstream version 0.0~git20250501.cd50c6a.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 22:31:57 +02:00
parent 947813c282
commit d8f2a7c92a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
16 changed files with 3363 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/go-ap/errors
go 1.20
require (
github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73
github.com/valyala/fastjson v1.6.4
)