change template

This commit is contained in:
2025-08-27 00:05:04 +02:00
parent 2c109b945e
commit 83b3a23fe4
9 changed files with 66 additions and 25 deletions

4
go.mod
View File

@@ -1,9 +1,9 @@
module downloadhub
go 1.22
go 1.25
require (
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/chi/v5 v5.2.2
github.com/google/subcommands v1.2.0
github.com/google/uuid v1.6.0
)