2019-10-13 17:13:33 +02:00
|
|
|
module code.gitea.io/sdk/gitea
|
|
|
|
|
2020-12-01 06:07:23 +01:00
|
|
|
go 1.13
|
2020-02-07 14:53:15 +01:00
|
|
|
|
|
|
|
require (
|
2020-11-14 11:31:01 +01:00
|
|
|
github.com/hashicorp/go-version v1.2.1
|
2020-02-07 14:53:15 +01:00
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
)
|