File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/pluralsight-projects/golang-cli-playbook
3
3
go 1.13
4
4
5
5
require (
6
+ github.com/codemodus/kace v0.5.1 // indirect
6
7
github.com/nathan-osman/go-sunrise v1.1.0 // indirect
7
8
golang.org/x/tools v0.0.0-20200214225126-5916a50871fb // indirect
8
9
)
Original file line number Diff line number Diff line change
1
+ github.com/codemodus/kace v0.5.1 h1:4OCsBlE2c/rSJo375ggfnucv9eRzge/U5LrrOZd47HA =
2
+ github.com/codemodus/kace v0.5.1 /go.mod h1:coddaHoX1ku1YFSe4Ip0mL9kQjJvKkzb9CfIdG1YR04 =
1
3
github.com/nathan-osman/go-sunrise v1.1.0 h1:ZqZmtmtzs8Os/DGQYi0YMHpuUqR/iRoJK+wDO0wTCw8 =
2
4
github.com/nathan-osman/go-sunrise v1.1.0 /go.mod h1:RcWqhT+5ShCZDev79GuWLayetpJp78RSjSWxiDowmlM =
3
5
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
Original file line number Diff line number Diff line change @@ -2,4 +2,8 @@ module github.com/pluralsight-projects/golang-cli-playbook
2
2
3
3
go 1.13
4
4
5
- require golang.org/x/tools v0.0.0-20200214225126-5916a50871fb // indirect
5
+ require (
6
+ github.com/codemodus/kace v0.5.1 // indirect
7
+ github.com/nathan-osman/go-sunrise v1.1.0 // indirect
8
+ golang.org/x/tools v0.0.0-20200214225126-5916a50871fb // indirect
9
+ )
You can’t perform that action at this time.
0 commit comments