mirror of
https://github.com/celogeek/piwigo-cli.git
synced 2025-05-25 10:12:37 +02:00
12 lines
334 B
Modula-2
12 lines
334 B
Modula-2
module github.com/celogeek/piwigo-cli
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
|
github.com/jedib0t/go-pretty/v6 v6.2.4 // indirect
|
|
github.com/jessevdk/go-flags v1.5.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
|
|
)
|