module github.com/dds/aoc2020 go 1.15 require ( github.com/alecthomas/kong v0.2.16 github.com/atotto/clipboard v0.1.4 github.com/gdamore/tcell/v2 v2.3.6 github.com/stretchr/testify v1.7.0 github.com/yourbasic/graph v0.0.0-20170921192928-40eb135c0b26 github.com/zellyn/kooky v0.0.0-20210408152652-87b89e95f98f )