Update dependency versions

This commit is contained in:
2024-06-07 02:00:36 -04:00
parent bf50e8c27a
commit 593a74924d
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -3,9 +3,9 @@ module git.tebibyte.media/tomo/nasin
go 1.20
require (
git.tebibyte.media/tomo/backend v0.2.0
git.tebibyte.media/tomo/objects v0.16.0
git.tebibyte.media/tomo/tomo v0.35.0
git.tebibyte.media/tomo/backend v0.3.0
git.tebibyte.media/tomo/objects v0.17.0
git.tebibyte.media/tomo/tomo v0.36.0
git.tebibyte.media/tomo/xdg v0.1.0
golang.org/x/image v0.11.0
)