initial commit

This commit is contained in:
2025-10-29 01:34:11 +01:00
commit dd01f3b3b6
7 changed files with 315 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git.kapelle.org/niklas/steam-immich
go 1.24.6
require (
github.com/alexflint/go-arg v1.6.0 // indirect
github.com/alexflint/go-scalar v1.2.0 // indirect
)