-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
24 lines (22 loc) · 1.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/sachaos/go-life
require (
github.com/gdamore/tcell v1.1.0
github.com/gobuffalo/packr v1.19.0
github.com/urfave/cli v1.20.0
)
require (
github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635 // indirect
github.com/gobuffalo/envy v1.6.7 // indirect
github.com/gobuffalo/packd v0.0.0-20181031195726-c82734870264 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/lucasb-eyer/go-colorful v0.0.0-20180709185858-c7842319cf3a // indirect
github.com/markbates/oncer v0.0.0-20181014194634-05fccaae8fc4 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
golang.org/x/text v0.3.8 // indirect
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
)