forked from kevadesu/forgejo
[Vendor] Switch go-version lib (#12719)
* vendor: switch from "mcuadros/go-version" to "hashicorp/go-version" * Adapt P1 * simplify * fix lint * adapt * fix lint & rm old code * no deadlock * rm RWMutex and check GoVersion only 1-time * Copyright header Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
9fdb4f887b
commit
bc11caff94
35 changed files with 1134 additions and 966 deletions
6
vendor/modules.txt
vendored
6
vendor/modules.txt
vendored
|
@ -423,6 +423,9 @@ github.com/hashicorp/go-cleanhttp
|
|||
# github.com/hashicorp/go-retryablehttp v0.6.6
|
||||
## explicit
|
||||
github.com/hashicorp/go-retryablehttp
|
||||
# github.com/hashicorp/go-version v1.2.1
|
||||
## explicit
|
||||
github.com/hashicorp/go-version
|
||||
# github.com/hashicorp/hcl v1.0.0
|
||||
github.com/hashicorp/hcl
|
||||
github.com/hashicorp/hcl/hcl/ast
|
||||
|
@ -547,9 +550,6 @@ github.com/mattn/go-runewidth
|
|||
github.com/mattn/go-sqlite3
|
||||
# github.com/matttproud/golang_protobuf_extensions v1.0.1
|
||||
github.com/matttproud/golang_protobuf_extensions/pbutil
|
||||
# github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75
|
||||
## explicit
|
||||
github.com/mcuadros/go-version
|
||||
# github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
|
||||
## explicit
|
||||
github.com/mgechev/dots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue