2023-11-16 15:26:24 +01:00
|
|
|
module git.velvettear.de/velvettear/slideshow
|
|
|
|
|
|
|
|
go 1.21
|
|
|
|
|
|
|
|
require git.velvettear.de/velvettear/loggo v0.0.0-20231113084149-980a00b4e084
|
2023-11-16 16:13:01 +01:00
|
|
|
|
2023-11-16 15:26:24 +01:00
|
|
|
require (
|
|
|
|
github.com/fatih/color v1.16.0 // indirect
|
2023-11-17 13:09:17 +01:00
|
|
|
github.com/kennykarnama/color-thief v0.0.0-20230222041546-c1bf65ec0808
|
2023-11-16 15:26:24 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
|
|
)
|