mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
9 lines
173 B
Modula-2
9 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
|
|
)
|