Update dependencies

This commit is contained in:
2024-06-03 21:59:08 -04:00
parent 7511262309
commit 4bb7539718
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.1.1
git.tebibyte.media/tomo/objects v0.15.0
git.tebibyte.media/tomo/tomo v0.34.0
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/xdg v0.1.0
golang.org/x/image v0.11.0
)