2019-12-04 20:07:27 +00:00
|
|
|
module git.bullercodeworks.com/brian/adventofcode
|
|
|
|
|
|
|
|
go 1.13
|
2018-12-03 18:11:38 +00:00
|
|
|
|
|
|
|
require (
|
2019-12-04 20:07:27 +00:00
|
|
|
github.com/fatih/color v1.7.0
|
|
|
|
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7
|
|
|
|
github.com/go-gl/glfw v0.0.0-20191125211704-12ad95a8df72
|
|
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.7 // indirect
|
2019-12-05 14:50:28 +00:00
|
|
|
github.com/nlopes/slack v0.6.0 // indirect
|
2019-12-04 20:07:27 +00:00
|
|
|
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317
|
2018-12-03 18:11:38 +00:00
|
|
|
)
|