mirror of
https://gitea.com/gitea/tea.git
synced 2024-10-27 05:20:23 -04:00
c8cbd6b0ee
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>
9 lines
129 B
Modula-2
9 lines
129 B
Modula-2
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
|
|
)
|