update go.mod, go.sum
All checks were successful
CI / test (push) Successful in 36s
Renovate / renovate (push) Successful in 1m17s

This commit is contained in:
2025-11-17 19:22:42 +09:00
parent 6253506a16
commit e305dc20b9
2 changed files with 27 additions and 53 deletions

11
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/ssig33/teatea
go 1.21
go 1.23.0
require (
code.gitea.io/sdk/gitea v0.22.1
@@ -8,11 +8,12 @@ require (
)
require (
github.com/42wim/httpsig v1.2.3 // indirect
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/sys v0.33.0 // indirect
)