Skip to content

Commit f79a608

Browse files
committed
Compile and install packages using go install
1 parent 9594fd1 commit f79a608

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/pluralsight-projects/golang-cli-playbook
33
go 1.13
44

55
require (
6+
github.com/codemodus/kace v0.5.1 // indirect
67
github.com/nathan-osman/go-sunrise v1.1.0 // indirect
78
golang.org/x/tools v0.0.0-20200214225126-5916a50871fb // indirect
89
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
github.com/codemodus/kace v0.5.1 h1:4OCsBlE2c/rSJo375ggfnucv9eRzge/U5LrrOZd47HA=
2+
github.com/codemodus/kace v0.5.1/go.mod h1:coddaHoX1ku1YFSe4Ip0mL9kQjJvKkzb9CfIdG1YR04=
13
github.com/nathan-osman/go-sunrise v1.1.0 h1:ZqZmtmtzs8Os/DGQYi0YMHpuUqR/iRoJK+wDO0wTCw8=
24
github.com/nathan-osman/go-sunrise v1.1.0/go.mod h1:RcWqhT+5ShCZDev79GuWLayetpJp78RSjSWxiDowmlM=
35
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

module4/go.mod.copy

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ module github.com/pluralsight-projects/golang-cli-playbook
22

33
go 1.13
44

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+
)

0 commit comments

Comments
 (0)