diff options
| author | 2023-04-06 13:19:55 +0200 | |
|---|---|---|
| committer | 2023-04-06 12:19:55 +0100 | |
| commit | c54510bc7407f22b58bd56ad65b2e3f60e8e4dc5 (patch) | |
| tree | 26b1650686a8be480cd3115e3c2d814aa50e91c0 /go.mod | |
| parent | [bugfix] Always serialize orderedItems as array (#1673) (diff) | |
| download | gotosocial-c54510bc7407f22b58bd56ad65b2e3f60e8e4dc5.tar.xz | |
[bugfix] Normalize status content (don't parse status content as IRI) (#1665)
* start fannying about
* finish up Normalize
* tidy up
* pin to tag
* move errors about just a little bit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ require ( github.com/spf13/cobra v1.6.1 github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.8.2 - github.com/superseriousbusiness/activity v1.2.1-gts + github.com/superseriousbusiness/activity v1.2.2-gts github.com/superseriousbusiness/exif-terminator v0.5.0 github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB.0.20230227143000-f4900831d6c8 github.com/tdewolff/minify/v2 v2.12.5 |
