Skip to content

Commit ea95a9f

Browse files
6543zeripath
andauthored
Update go-version v1.2.3 -> v1.2.4 (#13169) (#13172)
Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net>
1 parent 2ec50b9 commit ea95a9f

File tree

6 files changed

+17
-11
lines changed

6 files changed

+17
-11
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ require (
123123
xorm.io/xorm v1.0.5
124124
)
125125

126-
replace github.com/hashicorp/go-version => github.com/6543/go-version v1.2.3
126+
replace github.com/hashicorp/go-version => github.com/6543/go-version v1.2.4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ gitea.com/macaron/toolbox v0.0.0-20190822013122-05ff0fc766b7 h1:N9QFoeNsUXLhl14m
4848
gitea.com/macaron/toolbox v0.0.0-20190822013122-05ff0fc766b7/go.mod h1:kgsbFPPS4P+acDYDOPDa3N4IWWOuDJt5/INKRUz7aks=
4949
gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a h1:lSA0F4e9A2NcQSqGqTOXqu2aRi/XEQxDCBwM8yJtE6s=
5050
gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a/go.mod h1:EXuID2Zs0pAQhH8yz+DNjUbjppKQzKFAn28TMYPB6IU=
51-
github.com/6543/go-version v1.2.3 h1:uF30BawMhoQLzqBeCwhFcWM6HVxlzMHe/zXbzJeKP+o=
52-
github.com/6543/go-version v1.2.3/go.mod h1:fcfWh4zkneEgGXe8JJptiGwp8l6JgJJgS7oTw6P83So=
51+
github.com/6543/go-version v1.2.4 h1:MPsSnqNrM0HwA9tnmWNnsMdQMg4/u4fflARjwomoof4=
52+
github.com/6543/go-version v1.2.4/go.mod h1:oqFAHCwtLVUTLdhQmVZWYvaHXTdsbB4SY85at64SQEo=
5353
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
5454
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
5555
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=

vendor/github.com/hashicorp/go-version/README.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/go-version/go.mod

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hashicorp/go-version/version.go

+8-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ github.com/hashicorp/go-cleanhttp
426426
# github.com/hashicorp/go-retryablehttp v0.6.7
427427
## explicit
428428
github.com/hashicorp/go-retryablehttp
429-
# github.com/hashicorp/go-version v1.2.1 => github.com/6543/go-version v1.2.3
429+
# github.com/hashicorp/go-version v1.2.1 => github.com/6543/go-version v1.2.4
430430
## explicit
431431
github.com/hashicorp/go-version
432432
# github.com/hashicorp/hcl v1.0.0
@@ -978,4 +978,4 @@ xorm.io/xorm/log
978978
xorm.io/xorm/names
979979
xorm.io/xorm/schemas
980980
xorm.io/xorm/tags
981-
# github.com/hashicorp/go-version => github.com/6543/go-version v1.2.3
981+
# github.com/hashicorp/go-version => github.com/6543/go-version v1.2.4

0 commit comments

Comments
 (0)