Skip to content

Commit

Permalink
chore(deps): bump github.com/Masterminds/semver from 1.4.2 to 3.0.1
Browse files Browse the repository at this point in the history
This is a major version upgrade, so doing it myself, sorry dependabot.
  • Loading branch information
mroth committed Sep 15, 2019
1 parent 5929e38 commit de3907f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/mroth/bump
go 1.13

require (
github.com/Masterminds/semver v1.4.2
github.com/Masterminds/semver/v3 v3.0.1
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/google/go-github/v25 v25.1.3
github.com/manifoldco/promptui v0.3.2
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/Masterminds/semver v1.4.2 h1:WBLTQ37jOCzSLtXNdoo8bNM8876KhNqOKvrlGITgsTc=
github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
github.com/Masterminds/semver/v3 v3.0.1 h1:2kKm5lb7dKVrt5TYUiAavE6oFc1cFT0057UVGT+JqLk=
github.com/Masterminds/semver/v3 v3.0.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7/go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs=
github.com/alecthomas/gometalinter v2.0.11+incompatible/go.mod h1:qfIpQGGz3d+NmgyPBqv+LSh50emm1pt72EtcX2vKYQk=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"time"

"github.com/Masterminds/semver"
"github.com/Masterminds/semver/v3"
"github.com/google/go-github/v25/github"
"github.com/pkg/browser"
)
Expand Down
2 changes: 1 addition & 1 deletion prompter.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/Masterminds/semver"
"github.com/Masterminds/semver/v3"
"github.com/chzyer/readline"
"github.com/manifoldco/promptui"
)
Expand Down

0 comments on commit de3907f

Please sign in to comment.