module github.com/dds/aoc2020 go 1.15 require ( github.com/alecthomas/kong v0.2.11 github.com/atotto/clipboard v0.1.2 github.com/gdamore/tcell/v2 v2.0.0 github.com/stretchr/testify v1.6.1 github.com/yourbasic/graph v0.0.0-20170921192928-40eb135c0b26 )