File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/giannimassi/git-checkout-branch
22
3- go 1.13
3+ go 1.14
44
55require (
66 github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807
77 github.com/fatih/color v1.9.0
8- github.com/giannimassi/git-checkout-interactive v0.1.0 // indirect
98 github.com/gosuri/uilive v0.0.4
9+ github.com/mattn/go-isatty v0.0.12 // indirect
10+ golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
1011)
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807 h1:jdjd5e68T4R/j
22github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807 /go.mod h1:Xoiu5VdKMvbRgHuY7+z64lhu/7lvax/22nzASF6GrO8 =
33github.com/fatih/color v1.9.0 h1:8xPHl4/q1VyqGIPif1F+1V3Y3lSmrq01EabUW3CoW5s =
44github.com/fatih/color v1.9.0 /go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU =
5- github.com/giannimassi/git-checkout-interactive v0.1.0 h1:gbbTur4bHop1U1M9uZCy78d4nBLds9Ubh0dDOxuzJ5k =
6- github.com/giannimassi/git-checkout-interactive v0.1.0 /go.mod h1:2LarWkJjtMJ4kh97ySkJ7zR2CTP2TKe1hCkxieHbsWQ =
75github.com/gosuri/uilive v0.0.4 h1:hUEBpQDj8D8jXgtCdBu7sWsy5sbW/5GhuO8KBwJ2jyY =
86github.com/gosuri/uilive v0.0.4 /go.mod h1:V/epo5LjjlDE5RJUcqx8dbw+zc93y5Ya3yg8tfZ74VI =
97github.com/mattn/go-colorable v0.1.4 h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA =
You can’t perform that action at this time.
0 commit comments