[Vendor] Fix Version Compare Lib (#12735)
* switch to patched fork * vendor * reference upstream lib and use replace in go.mod * reference upstream lib and use replace in go.mod * Apply suggestions from code review * vendor Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
67ec27150e
commit
f10d3ea803
5 changed files with 10 additions and 6 deletions
4
go.mod
4
go.mod
|
@ -51,7 +51,7 @@ require (
|
|||
github.com/google/uuid v1.1.1
|
||||
github.com/gorilla/context v1.1.1
|
||||
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
|
||||
github.com/hashicorp/go-version v1.2.1
|
||||
github.com/hashicorp/go-version v0.0.0-00010101000000-000000000000
|
||||
github.com/huandu/xstrings v1.3.0
|
||||
github.com/issue9/assert v1.3.2 // indirect
|
||||
github.com/issue9/identicon v1.0.1
|
||||
|
@ -117,3 +117,5 @@ require (
|
|||
xorm.io/builder v0.3.7
|
||||
xorm.io/xorm v1.0.4
|
||||
)
|
||||
|
||||
replace github.com/hashicorp/go-version => github.com/6543/go-version v1.2.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue