2020 Day 13 Complete!

This commit is contained in:
2020-12-13 10:42:32 -06:00
parent 3d518b7034
commit 54aa1b1bf1
9 changed files with 172 additions and 9 deletions

7
go.mod
View File

@@ -3,20 +3,13 @@ module git.bullercodeworks.com/brian/adventofcode
go 1.13
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/br0xen/termbox-screen v0.0.0-20190712162752-c91f70ac38c6
github.com/br0xen/termbox-util v0.0.0-20190325151025-c168c0df31ca
github.com/br0xen/user-config v0.0.0-20170914134719-16e743ec93a2 // indirect
github.com/casimir/xdg-go v0.0.0-20160329195404-372ccc2180da // indirect
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/google/uuid v1.1.1 // indirect
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect
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
github.com/nanobox-io/golang-scribble v0.0.0-20190309225732-aa3e7c118975 // indirect
github.com/nlopes/slack v0.6.0 // indirect
github.com/nsf/termbox-go v0.0.0-20190817171036-93860e161317
)