Renovate Bot
6b07e08210
All checks were successful
Test binaries / test release-action (push) Successful in 24s
19 lines
455 B
Modula-2
19 lines
455 B
Modula-2
module gitea.com/actions/release-action
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.3
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.18.0
|
|
github.com/sethvargo/go-githubactions v1.2.0
|
|
)
|
|
|
|
require (
|
|
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/sethvargo/go-envconfig v0.8.0 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
)
|