summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-27 08:28:44 +0000
committerLibravatar GitHub <noreply@github.com>2022-12-27 08:28:44 +0000
commitabd594b71f36c4a48ec1d9ea737cdd3feb63f32d (patch)
tree556522f7b64b7b7909bc7dd745c741b86866fbb7 /go.mod
parent[feature] For video attachments, store + return fps, bitrate, duration (#1282) (diff)
downloadgotosocial-abd594b71f36c4a48ec1d9ea737cdd3feb63f32d.tar.xz
[chore]: Bump codeberg.org/gruf/go-bytesize from 1.0.0 to 1.0.2 (#1285)
Bumps codeberg.org/gruf/go-bytesize from 1.0.0 to 1.0.2. --- updated-dependencies: - dependency-name: codeberg.org/gruf/go-bytesize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3a3615fa1..1dccd48cd 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/superseriousbusiness/gotosocial
go 1.19
require (
- codeberg.org/gruf/go-bytesize v1.0.0
+ codeberg.org/gruf/go-bytesize v1.0.2
codeberg.org/gruf/go-byteutil v1.0.2
codeberg.org/gruf/go-cache/v3 v3.2.0
codeberg.org/gruf/go-debug v1.2.0