diff options
author | Marius Orcsik | 2022-07-03 14:34:09 +0200 |
---|---|---|
committer | Marius Orcsik | 2022-07-03 14:34:09 +0200 |
commit | 9f77adaa0b7c56958a5f8eedfdbb692813fcdfff (patch) | |
tree | 425263e41554b97e6ab7e4a619aec764213169c5 | |
parent | 48208c70483b2629dee32f2b3962010f06c0ce84 (diff) |
Updated errors and xsd-duration packages
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ module github.com/go-ap/activitypub go 1.18 require ( - git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20200411073322-f0bcc40f0bf2 - github.com/go-ap/errors v0.0.0-20220615144307-e8bc4a40ae9f + git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 + github.com/go-ap/errors v0.0.0-20220618122732-319f41ac54e1 github.com/go-ap/jsonld v0.0.0-20220615144122-1d862b15410d github.com/valyala/fastjson v1.6.3 ) |