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