File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/mroth/bump
3
3
go 1.13
4
4
5
5
require (
6
- github.com/Masterminds/semver v1.4.2
6
+ github.com/Masterminds/semver/v3 v3.0.1
7
7
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
8
8
github.com/google/go-github/v25 v25.1.3
9
9
github.com/manifoldco/promptui v0.3.2
Original file line number Diff line number Diff line change 1
1
cloud.google.com/go v0.34.0 /go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw =
2
2
github.com/Masterminds/semver v1.4.2 h1:WBLTQ37jOCzSLtXNdoo8bNM8876KhNqOKvrlGITgsTc =
3
3
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 =
4
7
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs =
5
8
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 /go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs =
6
9
github.com/alecthomas/gometalinter v2.0.11+incompatible /go.mod h1:qfIpQGGz3d+NmgyPBqv+LSh50emm1pt72EtcX2vKYQk =
Original file line number Diff line number Diff line change 9
9
"strings"
10
10
"time"
11
11
12
- "github.com/Masterminds/semver"
12
+ "github.com/Masterminds/semver/v3 "
13
13
"github.com/google/go-github/v25/github"
14
14
"github.com/pkg/browser"
15
15
)
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- "github.com/Masterminds/semver"
7
+ "github.com/Masterminds/semver/v3 "
8
8
"github.com/chzyer/readline"
9
9
"github.com/manifoldco/promptui"
10
10
)
You can’t perform that action at this time.
0 commit comments