diff options
author | Anthony Wang | 2022-09-23 17:29:00 +0000 |
---|---|---|
committer | Anthony Wang | 2022-09-23 17:29:00 +0000 |
commit | d347f3e9879d00fb8a0e2a84a05e58a877d45194 (patch) | |
tree | 105b8215469cfbcdf3d20486cc08d937172fb881 | |
parent | ee7ec91cd818e68c1be340c9c9f737c3952d0c8a (diff) | |
parent | e4e7018838c0cd37badf0d08450fd401d691020f (diff) |
Merge remote-tracking branch 'upstream/master'
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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-20220618122732-319f41ac54e1 - github.com/go-ap/jsonld v0.0.0-20220615144122-1d862b15410d + github.com/go-ap/errors v0.0.0-20220917143055-4283ea5dae18 + github.com/go-ap/jsonld v0.0.0-20220917142617-76bf51585778 github.com/valyala/fastjson v1.6.3 ) |