diff options
| author | 2022-02-08 12:17:18 +0100 | |
|---|---|---|
| committer | 2022-02-08 12:17:18 +0100 | |
| commit | 4c294a596a9e0524f89b80e1608c3411f4fcf679 (patch) | |
| tree | 23851533a5f1adb5442fd7c3c034578c34cd3f0d /go.mod | |
| parent | update outdated comment (diff) | |
| parent | [chore] Drone config update (#383) (diff) | |
| download | gotosocial-4c294a596a9e0524f89b80e1608c3411f4fcf679.tar.xz | |
Merge branch 'main' into media_refactor
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,7 @@ module github.com/superseriousbusiness/gotosocial go 1.17 require ( + codeberg.org/gruf/go-errors v1.0.5 codeberg.org/gruf/go-runners v1.2.0 codeberg.org/gruf/go-store v1.3.3 github.com/ReneKroon/ttlcache v1.7.0 @@ -46,7 +47,6 @@ require ( require ( codeberg.org/gruf/go-bytes v1.0.2 // indirect - codeberg.org/gruf/go-errors v1.0.5 // indirect codeberg.org/gruf/go-fastpath v1.0.2 // indirect codeberg.org/gruf/go-format v1.0.3 // indirect codeberg.org/gruf/go-hashenc v1.0.1 // indirect |
