You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fastgallery/go.mod

21 lines
694 B
Modula-2

module fastgallery
4 years ago
go 1.16
require (
github.com/alexflint/go-arg v1.3.0
github.com/cheggaaa/pb/v3 v3.0.6
github.com/davidbyttow/govips/v2 v2.5.0
3 years ago
github.com/fatih/color v1.10.0 // indirect
github.com/kr/pretty v0.2.1
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/stretchr/testify v1.6.1
golang.org/x/image v0.0.0-20210216034530-4410531fe030 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210219172841-57ea560cfca1 // indirect
golang.org/x/text v0.3.5 // indirect
3 years ago
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)