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