summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-09-26 19:50:08 +0000
committerLibravatar GitHub <noreply@github.com>2024-09-26 19:50:08 +0000
commit58af95a1d5e24950c0a1ab4389289ca70f594ba2 (patch)
tree8709fd97a5641fc070a91f7c7852908971d6bde2 /go.mod
parent[chore] update go-sched pkg (#3357) (diff)
downloadgotosocial-58af95a1d5e24950c0a1ab4389289ca70f594ba2.tar.xz
[chore] bump go-byteutil v1.2.0 -> v1.3.0 (#3356)
* bump go-byteutil v1.2.0 -> v1.3.0 which has safer (as in long-term API consistency) byte <-> string conversions * fix test relying on byteutil exported type no longer existing
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 a9e392ddb..d404415a0 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.9-concurre
require (
codeberg.org/gruf/go-bytes v1.0.2
codeberg.org/gruf/go-bytesize v1.0.3
- codeberg.org/gruf/go-byteutil v1.2.0
+ codeberg.org/gruf/go-byteutil v1.3.0
codeberg.org/gruf/go-cache/v3 v3.5.7
codeberg.org/gruf/go-debug v1.3.0
codeberg.org/gruf/go-errors/v2 v2.3.2