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.

15 lines
459 B

module github.com/RasmusLindroth/tut
go 1.14
require (
github.com/gdamore/tcell v1.3.0
github.com/kyoh86/xdg v1.2.0
github.com/mattn/go-mastodon v0.0.5-0.20200727014106-315df7d9162e
github.com/microcosm-cc/bluemonday v1.0.3
github.com/pelletier/go-toml v1.8.0
github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381
gopkg.in/ini.v1 v1.57.0
)