diff options
author | mariusor | 2022-11-15 13:26:18 +0800 |
---|---|---|
committer | mariusor | 2022-11-15 13:26:18 +0800 |
commit | 716ebebd22df259793fd3009d1d1c5ff652b0d56 (patch) | |
tree | 31d3cb5003d1e82e768d599b35dacd60e361d804 | |
parent | f052192b39ff2f330d62bfa407da3f71ce651c4d (diff) |
Updated errors package
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.18 require ( git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 - github.com/go-ap/errors v0.0.0-20221104152707-ab7424daf0ae + github.com/go-ap/errors v0.0.0-20221115052505-8aaa26f930b4 github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73 github.com/valyala/fastjson v1.6.3 ) |