diff options
author | mariusor | 2022-05-24 11:23:04 +0200 |
---|---|---|
committer | mariusor | 2022-05-24 11:23:04 +0200 |
commit | 2923d5ac4f6bbd8d5787d3eeda8293e477142979 (patch) | |
tree | 1c89e10679fb0a4861371451a87c0afc3506883f | |
parent | ffbd88a5f0d4b7b09b7566f5b9e07e5b49bac37e (diff) |
Updated activitypub package with better Equals methods
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,10 +3,10 @@ module github.com/go-ap/handlers go 1.18 require ( - github.com/go-ap/activitypub v0.0.0-20220420091113-4837641dc83b + github.com/go-ap/activitypub v0.0.0-20220524090340-a60c25cc5c1c github.com/go-ap/errors v0.0.0-20220522120501-423698972a61 github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660 - github.com/go-ap/storage v0.0.0-20220420091247-5a9edd34862b + github.com/go-ap/storage v0.0.0-20220524091957-c5e24760b101 ) require ( |