bump code.gitea.io/sdk/gitea from untaged to 0.11.0 (#92)

bump code.gitea.io/sdk/gitea from untaged to 0.11.0

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/92
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
6543
2020-02-07 13:53:15 +00:00
committed by techknowlogick
parent 8d61d8beec
commit c8cbd6b0ee
23 changed files with 1459 additions and 54 deletions

View File

@ -1,3 +1,8 @@
module code.gitea.io/sdk/gitea
go 1.12
require (
github.com/hashicorp/go-version v1.2.0
github.com/stretchr/testify v1.4.0
)