Skip to content

Commit de3907f

Browse files
committed
chore(deps): bump github.com/Masterminds/semver from 1.4.2 to 3.0.1
This is a major version upgrade, so doing it myself, sorry dependabot.
1 parent 5929e38 commit de3907f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/mroth/bump
33
go 1.13
44

55
require (
6-
github.com/Masterminds/semver v1.4.2
6+
github.com/Masterminds/semver/v3 v3.0.1
77
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
88
github.com/google/go-github/v25 v25.1.3
99
github.com/manifoldco/promptui v0.3.2

go.sum

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
22
github.com/Masterminds/semver v1.4.2 h1:WBLTQ37jOCzSLtXNdoo8bNM8876KhNqOKvrlGITgsTc=
33
github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
4+
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
5+
github.com/Masterminds/semver/v3 v3.0.1 h1:2kKm5lb7dKVrt5TYUiAavE6oFc1cFT0057UVGT+JqLk=
6+
github.com/Masterminds/semver/v3 v3.0.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
47
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=
58
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7/go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs=
69
github.com/alecthomas/gometalinter v2.0.11+incompatible/go.mod h1:qfIpQGGz3d+NmgyPBqv+LSh50emm1pt72EtcX2vKYQk=

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"strings"
1010
"time"
1111

12-
"github.com/Masterminds/semver"
12+
"github.com/Masterminds/semver/v3"
1313
"github.com/google/go-github/v25/github"
1414
"github.com/pkg/browser"
1515
)

prompter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
"github.com/Masterminds/semver"
7+
"github.com/Masterminds/semver/v3"
88
"github.com/chzyer/readline"
99
"github.com/manifoldco/promptui"
1010
)

0 commit comments

Comments
 (0)