-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 1.04 KB
/
Copy pathgo.mod
File metadata and controls
29 lines (26 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/celogeek/piwigo-cli
go 1.25
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5
github.com/barasher/go-exiftool v1.10.0
github.com/daviddengcn/go-colortext v1.0.0
github.com/grokify/html-strip-tags-go v0.1.0
github.com/jedib0t/go-pretty/v6 v6.7.8
github.com/jessevdk/go-flags v1.6.1
github.com/schollz/progressbar/v3 v3.19.0
golang.org/x/text v0.33.0
)
require (
github.com/clipperhouse/stringish v0.1.1 // indirect
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.19 // 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.7 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.39.0 // indirect
)