File: go.mod

package info (click to toggle)
golang-github-go-ap-errors 0.0~git20250501.cd50c6a-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 172 kB
  • sloc: makefile: 18
file content (8 lines) | stat: -rw-r--r-- 149 bytes parent folder | download
1
2
3
4
5
6
7
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
)