mirror of
https://github.com/celogeek/piwigo-cli.git
synced 2025-05-25 02:02:37 +02:00
27 lines
969 B
Modula-2
27 lines
969 B
Modula-2
module github.com/celogeek/piwigo-cli
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.3.2
|
|
github.com/barasher/go-exiftool v1.7.0
|
|
github.com/grokify/html-strip-tags-go v0.0.1
|
|
github.com/jedib0t/go-pretty/v6 v6.2.4
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/schollz/progressbar/v3 v3.8.5
|
|
golang.org/x/text v0.3.7
|
|
)
|
|
|
|
require (
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
|
)
|