9c81fa936f
update min go requrement & update required go-version lib use special version in notifications migrate to new version check function add predefined versions & comparsion function Co-authored-by: 6543 <6543@noreply.gitea.io> Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/442 Reviewed-by: Norwin <noerw@noreply.gitea.io> Reviewed-by: Andrew Thornton <art27@cantab.net> Co-Authored-By: 6543 <6543@obermui.de> Co-Committed-By: 6543 <6543@obermui.de>
8 lines
129 B
Modula-2
8 lines
129 B
Modula-2
module code.gitea.io/sdk/gitea
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/hashicorp/go-version v1.2.1
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|