mirror of
https://gitea.com/gitea/tea.git
synced 2025-09-03 02:18:30 +02:00
If gitea version is not detected, just fall back to last supported one and print warning (#538)
close #531 Reviewed-on: https://gitea.com/gitea/tea/pulls/538 Reviewed-by: John Olheiser <john+gitea@jolheiser.com> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
2
go.mod
2
go.mod
@ -4,7 +4,7 @@ go 1.18
|
||||
|
||||
require (
|
||||
code.gitea.io/gitea-vet v0.2.1
|
||||
code.gitea.io/sdk/gitea v0.15.1-0.20220927025037-8f846bdb9bbe
|
||||
code.gitea.io/sdk/gitea v0.15.1-0.20230402213053-7511c6d3cd04
|
||||
gitea.com/noerw/unidiff-comments v0.0.0-20220822113322-50f4daa0e35c
|
||||
github.com/AlecAivazis/survey/v2 v2.3.6
|
||||
github.com/adrg/xdg v0.4.0
|
||||
|
Reference in New Issue
Block a user