1
0
mirror of https://github.com/celogeek/piwigo-cli.git synced 2025-06-19 13:29:55 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
4a2eb43b89
update go 1.24 2025-04-27 13:25:18 +02:00

2
go.mod

@ -1,6 +1,6 @@
module github.com/celogeek/piwigo-cli
go 1.22
go 1.24
require (
github.com/AlecAivazis/survey/v2 v2.3.7