mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-10 19:11:08 +00:00
d06dfc86b4
* 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)
8 lines
129 B
Modula-2
8 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
|
|
)
|