File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/mroth/bump
33go 1.13
44
55require (
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
Original file line number Diff line number Diff line change 11cloud.google.com/go v0.34.0 /go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw =
22github.com/Masterminds/semver v1.4.2 h1:WBLTQ37jOCzSLtXNdoo8bNM8876KhNqOKvrlGITgsTc =
33github.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 =
47github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs =
58github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 /go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs =
69github.com/alecthomas/gometalinter v2.0.11+incompatible /go.mod h1:qfIpQGGz3d+NmgyPBqv+LSh50emm1pt72EtcX2vKYQk =
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments