Replace HSV color functionality with that of goutil

This commit is contained in:
2024-09-10 18:24:50 -04:00
parent 177167510b
commit 6f2a31cd60
4 changed files with 13 additions and 178 deletions

9
go.mod
View File

@@ -1,5 +1,10 @@
module git.tebibyte.media/tomo/objects
go 1.20
go 1.21.0
require git.tebibyte.media/tomo/tomo v0.46.1
toolchain go1.23.1
require (
git.tebibyte.media/sashakoshka/goutil v0.3.0
git.tebibyte.media/tomo/tomo v0.46.1
)