mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-03 07:06:30 +00:00
10 lines
173 B
Modula-2
10 lines
173 B
Modula-2
|
module code.gitea.io/sdk/gitea
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
code.gitea.io/gitea-vet v0.2.1 // indirect
|
||
|
github.com/hashicorp/go-version v1.2.1
|
||
|
github.com/stretchr/testify v1.4.0
|
||
|
)
|