mirror of
https://github.com/celogeek/piwigo-cli.git
synced 2025-05-25 02:02:37 +02:00
27 lines
887 B
Modula-2
27 lines
887 B
Modula-2
module github.com/celogeek/piwigo-cli
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.3.6
|
|
github.com/barasher/go-exiftool v1.8.0
|
|
github.com/grokify/html-strip-tags-go v0.0.1
|
|
github.com/jedib0t/go-pretty/v6 v6.4.3
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/schollz/progressbar/v3 v3.13.0
|
|
golang.org/x/text v0.6.0
|
|
)
|
|
|
|
require (
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/term v0.4.0 // indirect
|
|
)
|