You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
586 B

module github.com/RasmusLindroth/tut
go 1.14
require (
github.com/atotto/clipboard v0.1.4
github.com/gdamore/tcell/v2 v2.3.11
github.com/gobwas/glob v0.2.3
github.com/icza/gox v0.0.0-20200702115100-7dc3510ae515
github.com/kyoh86/xdg v1.2.0
github.com/mattn/go-mastodon v0.0.5-0.20210629151305-d39c10ba5e94
github.com/microcosm-cc/bluemonday v1.0.3
github.com/pelletier/go-toml v1.8.0
github.com/rivo/tview v0.0.0-20210623194135-452d97725245
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381
gopkg.in/ini.v1 v1.57.0
)