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

18 lines
489 B
Modula-2
Raw Normal View History

2023-04-16 03:02:22 -04:00
module gitea.com/actions/release-action
go 1.20
require (
code.gitea.io/sdk/gitea v0.17.0
2023-04-16 03:02:22 -04:00
github.com/sethvargo/go-githubactions v1.1.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.5.0 // indirect
2023-04-16 03:02:22 -04:00
github.com/sethvargo/go-envconfig v0.8.0 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
2023-04-16 03:02:22 -04:00
)