File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.2
7
7
require (
8
8
filippo.io/edwards25519 v1.1.0
9
9
github.com/BurntSushi/toml v1.3.2
10
- github.com/Masterminds/semver v1.5.0
10
+ github.com/Masterminds/semver/v3 v3.3.1
11
11
github.com/go-sql-driver/mysql v1.7.1
12
12
github.com/goccy/go-json v0.10.2
13
13
github.com/google/uuid v1.3.0
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
2
2
filippo.io/edwards25519 v1.1.0 /go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4 =
3
3
github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8 =
4
4
github.com/BurntSushi/toml v1.3.2 /go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ =
5
- github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww =
6
- github.com/Masterminds/semver v1.5.0 /go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y =
5
+ github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4 =
6
+ github.com/Masterminds/semver/v3 v3.3.1 /go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM =
7
7
github.com/benbjohnson/clock v1.1.0 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
8
8
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
9
9
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
"time"
18
18
19
19
"filippo.io/edwards25519"
20
- "github.com/Masterminds/semver"
20
+ "github.com/Masterminds/semver/v3 "
21
21
"github.com/go-mysql-org/go-mysql/utils"
22
22
"github.com/pingcap/errors"
23
23
)
You can’t perform that action at this time.
0 commit comments