aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormariusor2022-11-15 13:26:18 +0800
committermariusor2022-11-15 13:26:18 +0800
commit716ebebd22df259793fd3009d1d1c5ff652b0d56 (patch)
tree31d3cb5003d1e82e768d599b35dacd60e361d804
parentf052192b39ff2f330d62bfa407da3f71ce651c4d (diff)
Updated errors package
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4212faf..f851793 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)