Skip to content

Commit 1e97078

Browse files
committed
go.mod: update go version and tidy
1 parent 5687794 commit 1e97078

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
module github.com/giannimassi/git-checkout-branch
22

3-
go 1.13
3+
go 1.14
44

55
require (
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
)

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807 h1:jdjd5e68T4R/j
22
github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807/go.mod h1:Xoiu5VdKMvbRgHuY7+z64lhu/7lvax/22nzASF6GrO8=
33
github.com/fatih/color v1.9.0 h1:8xPHl4/q1VyqGIPif1F+1V3Y3lSmrq01EabUW3CoW5s=
44
github.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=
75
github.com/gosuri/uilive v0.0.4 h1:hUEBpQDj8D8jXgtCdBu7sWsy5sbW/5GhuO8KBwJ2jyY=
86
github.com/gosuri/uilive v0.0.4/go.mod h1:V/epo5LjjlDE5RJUcqx8dbw+zc93y5Ya3yg8tfZ74VI=
97
github.com/mattn/go-colorable v0.1.4 h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA=

0 commit comments

Comments
 (0)