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.20200302023913-3e91c76504df
github.com/microcosm-cc/bluemonday v1.0.2
github.com/pelletier/go-toml v1.7.0
github.com/rivo/tview v0.0.0-20200404204604-ca37f83cb2e7
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
gopkg.in/ini.v1 v1.55.0
)