summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-17 11:25:13 +0000
committerLibravatar GitHub <noreply@github.com>2023-01-17 11:25:13 +0000
commita6c6bdb34ab668ab810308e63325a891e404e434 (patch)
tree12be85a203123dbaa602e8173343c015d5149047 /go.mod
parent[bugfix] Parse video metadata more accurately; allow Range in fileserver (#1342) (diff)
downloadgotosocial-a6c6bdb34ab668ab810308e63325a891e404e434.tar.xz
[chore]: Bump codeberg.org/gruf/go-errors/v2 from 2.0.2 to 2.1.1 (#1346)
Bumps codeberg.org/gruf/go-errors/v2 from 2.0.2 to 2.1.1. --- updated-dependencies: - dependency-name: codeberg.org/gruf/go-errors/v2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 218dd6528..51f7cd0c2 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
codeberg.org/gruf/go-byteutil v1.0.2
codeberg.org/gruf/go-cache/v3 v3.2.2
codeberg.org/gruf/go-debug v1.2.0
- codeberg.org/gruf/go-errors/v2 v2.0.2
+ codeberg.org/gruf/go-errors/v2 v2.1.1
codeberg.org/gruf/go-kv v1.5.2
codeberg.org/gruf/go-logger/v2 v2.2.1
codeberg.org/gruf/go-mutexes v1.1.5