Upgrade backend, objects

This commit is contained in:
2024-06-26 10:53:54 -04:00
parent 26179d8ff7
commit 52330f2941
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -3,8 +3,8 @@ module git.tebibyte.media/tomo/nasin
go 1.20
require (
git.tebibyte.media/tomo/backend v0.4.0
git.tebibyte.media/tomo/objects v0.18.1
git.tebibyte.media/tomo/backend v0.4.1
git.tebibyte.media/tomo/objects v0.19.0
git.tebibyte.media/tomo/tomo v0.38.0
git.tebibyte.media/tomo/xdg v0.1.0
golang.org/x/image v0.11.0