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.
13 lines
380 B
13 lines
380 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.6.0 |
|
github.com/rivo/tview v0.0.0-20200219210816-cd38d7432498 |
|
golang.org/x/net v0.0.0-20200320220750-118fecf932d8 |
|
)
|
|
|