Update objects, x backend

This commit is contained in:
2024-05-17 15:19:48 -04:00
parent 0be749c8bd
commit fcac15ac4d
3 changed files with 7 additions and 7 deletions

4
go.mod
View File

@@ -3,9 +3,9 @@ module git.tebibyte.media/tomo/nasin
go 1.20
require (
git.tebibyte.media/tomo/objects v0.11.0
git.tebibyte.media/tomo/objects v0.12.0
git.tebibyte.media/tomo/tomo v0.31.0
git.tebibyte.media/tomo/x v0.7.4
git.tebibyte.media/tomo/x v0.7.5
git.tebibyte.media/tomo/xdg v0.1.0
golang.org/x/image v0.11.0
)