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.

23 lines
928 B

module github.com/RasmusLindroth/tut
go 1.16
require (
github.com/atotto/clipboard v0.1.4
github.com/gdamore/tcell/v2 v2.4.1-0.20210905002822-f057f0a857a1
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1
github.com/gobwas/glob v0.2.3
github.com/godbus/dbus/v5 v5.0.6 // indirect
github.com/gopherjs/gopherjs v0.0.0-20211111143520-d0d5ecc1a356 // indirect
github.com/icza/gox v0.0.0-20210726201659-cd40a3f8d324
github.com/mattn/go-mastodon v0.0.5-0.20211104150201-58c389181352
github.com/microcosm-cc/bluemonday v1.0.16
github.com/pelletier/go-toml/v2 v2.0.0-beta.4
github.com/rivo/tview v0.0.0-20211109175620-badfa0f0b301
github.com/rivo/uniseg v0.2.0
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.64.0
)