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 44
55require (
66 github.com/Masterminds/semver/v3 v3.1.1
7- github.com/cavaliercoder /grab v1 .0.1-0.20201108051000-98a5bfe305ec
7+ github.com/cavaliergopher /grab/v3 v3 .0.1
88 github.com/hashicorp/go-hclog v1.1.0
99 github.com/hashicorp/go-plugin v1.4.3
1010 github.com/schollz/progressbar/v3 v3.8.5
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24
6969github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
7070github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
7171github.com/bgentry/speakeasy v0.1.0 /go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs =
72- github.com/cavaliercoder /grab v1 .0.1-0.20201108051000-98a5bfe305ec h1:4XvMn0XuV7qxCH22gbnR79r+xTUaLOSA0GW/egpO3SQ =
73- github.com/cavaliercoder /grab v1 .0.1-0.20201108051000-98a5bfe305ec /go.mod h1:NbXoa59CCAGqtRm7kRrcZIk2dTCJMRVF8QI3BOD7isY =
72+ github.com/cavaliergopher /grab/v3 v3 .0.1 h1:4z7TkBfmPjmLAAmkkAZNX/6QJ1nNFdv3SdIHXju0Fr4 =
73+ github.com/cavaliergopher /grab/v3 v3 .0.1/go.mod h1:1U/KNnD+Ft6JJiYoYBAimKH2XrYptb8Kl3DFGmsjpq4 =
7474github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
7575github.com/census-instrumentation/opencensus-proto v0.3.0 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
7676github.com/cespare/xxhash v1.1.0 /go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc =
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717 "time"
1818
1919 "github.com/Masterminds/semver/v3"
20- "github.com/cavaliercoder /grab"
20+ "github.com/cavaliergopher /grab/v3 "
2121 "github.com/go-semantic-release/semantic-release/v2/pkg/analyzer"
2222 "github.com/go-semantic-release/semantic-release/v2/pkg/condition"
2323 "github.com/go-semantic-release/semantic-release/v2/pkg/config"
You can’t perform that action at this time.
0 commit comments