module github.com/dds/aoc2020 go 1.15 require ( github.com/alecthomas/kong v0.2.17 github.com/atotto/clipboard v0.1.4 github.com/gdamore/tcell/v2 v2.3.10 github.com/stretchr/testify v1.7.0 github.com/yourbasic/graph v0.0.0-20210606180040-8ecfec1c2869 github.com/zellyn/kooky v0.0.0-20210408152652-87b89e95f98f )