21 lines
588 B
Modula-2
21 lines
588 B
Modula-2
module fluxer_marketing/scripts
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/chai2010/webp v1.4.0
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/gen2brain/avif v0.4.4
|
|
github.com/schollz/progressbar/v3 v3.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.8.3 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/tetratelabs/wazero v1.9.0 // indirect
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/term v0.28.0 // indirect
|
|
)
|