This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
release-action/go.mod
Renovate Bot cc4abb4c99
All checks were successful
Test binaries / test release-action (push) Successful in 43s
fix(deps): update module github.com/sethvargo/go-githubactions to v1.2.0
2024-01-18 17:00:45 +00:00

20 lines
455 B
Modula-2

module gitea.com/actions/release-action
go 1.21
toolchain go1.21.3
require (
code.gitea.io/sdk/gitea v0.17.1
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.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)