woodpecker/vendor/code.gitea.io/sdk/gitea/go.mod
6543 d06dfc86b4
Allow gitea dev version (#914)
* update gitea sdk to latest
* As before try to autodetect gitea version, if this does not work, assume it's latest version (v1.17.0 atm)
2022-05-14 17:34:40 +02:00

9 lines
129 B
Modula-2

module code.gitea.io/sdk/gitea
go 1.13
require (
github.com/hashicorp/go-version v1.4.0
github.com/stretchr/testify v1.7.0
)