mirror of
https://gitea.com/gitea/tea.git
synced 2024-12-04 14:46:40 -05:00
e6fbba3f80
update code.gitea.io/sdk/gitea to prerelease Co-authored-by: Norwin Roosen <git@nroo.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/252 Reviewed-by: 6543 <6543@obermui.de> Reviewed-by: 赵智超 <1012112796@qq.com> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-Authored-By: Norwin <noerw@noreply.gitea.io> Co-Committed-By: Norwin <noerw@noreply.gitea.io>
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.1
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|