switches to go.mod
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
module gitea.com/actions/release-action
|
||||||
|
|
||||||
|
go 1.20
|
||||||
|
|
||||||
|
require (
|
||||||
|
code.gitea.io/sdk/gitea v0.15.1
|
||||||
|
github.com/sethvargo/go-githubactions v1.1.0
|
||||||
|
)
|
||||||
|
|
||||||
|
require (
|
||||||
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
||||||
|
github.com/sethvargo/go-envconfig v0.8.0 // indirect
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user