Upgrade objects, x

This commit is contained in:
2024-05-13 19:56:07 -04:00
parent 573ab6bcdc
commit ac51d3dc9f
2 changed files with 6 additions and 6 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.10.0
git.tebibyte.media/tomo/objects v0.11.0
git.tebibyte.media/tomo/tomo v0.31.0
git.tebibyte.media/tomo/x v0.7.2
git.tebibyte.media/tomo/x v0.7.3
git.tebibyte.media/tomo/xdg v0.1.0
golang.org/x/image v0.11.0
)