Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 26 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,50 +6,56 @@ require (
github.com/barasher/go-exiftool v1.10.0
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/pterm/pterm v0.12.80
github.com/pterm/pterm v0.12.83
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0
gopkg.in/djherbis/times.v1 v1.3.0
)

require (
github.com/BurntSushi/toml v1.5.0
github.com/OneOfOne/xxhash v1.2.2
github.com/BurntSushi/toml v1.6.0
github.com/OneOfOne/xxhash v1.2.8
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/djherbis/times v1.6.0
github.com/jessevdk/go-flags v1.6.1
github.com/jinzhu/copier v0.4.0
github.com/lmittmann/tint v1.1.2
github.com/lmittmann/tint v1.1.3
github.com/maja42/goval v1.6.0
github.com/maruel/natural v1.1.1
github.com/mattn/go-isatty v0.0.20
github.com/nicksnyder/go-i18n/v2 v2.6.0
github.com/olekukonko/tablewriter v0.0.5
github.com/sebdah/goldie/v2 v2.5.5
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v3 v3.4.1
github.com/maruel/natural v1.3.0
github.com/mattn/go-isatty v0.0.22
github.com/nicksnyder/go-i18n/v2 v2.6.1
github.com/olekukonko/tablewriter v1.1.4
github.com/sebdah/goldie/v2 v2.8.0
github.com/stretchr/testify v1.11.1
github.com/urfave/cli/v3 v3.9.0
go.withmatt.com/size v0.0.0-20250220224316-11aee5773e67
golang.org/x/sync v0.20.0
golang.org/x/sync v0.21.0
)

require (
atomicgo.dev/cursor v0.2.0 // indirect
atomicgo.dev/keyboard v0.2.9 // indirect
atomicgo.dev/schedule v0.1.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/containerd/console v1.0.4 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/clipperhouse/displaywidth v0.10.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/containerd/console v1.0.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/gookit/color v1.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/lithammer/fuzzysearch v1.1.8 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-runewidth v0.0.20 // indirect
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
github.com/olekukonko/errors v1.2.0 // indirect
github.com/olekukonko/ll v0.1.6 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/term v0.32.0 // indirect
golang.org/x/term v0.40.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading
Loading