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.
35 lines
1.4 KiB
35 lines
1.4 KiB
module github.com/RasmusLindroth/tut |
|
|
|
go 1.18 |
|
|
|
require ( |
|
github.com/RasmusLindroth/go-mastodon v0.0.8 |
|
github.com/atotto/clipboard v0.1.4 |
|
github.com/gdamore/tcell/v2 v2.5.2 |
|
github.com/gen2brain/beeep v0.0.0-20220518085355-d7852edf42fc |
|
github.com/gobwas/glob v0.2.3 |
|
github.com/icza/gox v0.0.0-20220812133721-0fbf7a534d8e |
|
github.com/microcosm-cc/bluemonday v1.0.19 |
|
github.com/pelletier/go-toml/v2 v2.0.2 |
|
github.com/rivo/tview v0.0.0-20220812085834-0e6b21a48e96 |
|
github.com/rivo/uniseg v0.3.4 |
|
golang.org/x/net v0.0.0-20220812174116-3211cb980234 |
|
gopkg.in/ini.v1 v1.67.0 |
|
) |
|
|
|
require ( |
|
github.com/aymerick/douceur v0.2.0 // indirect |
|
github.com/gdamore/encoding v1.0.0 // indirect |
|
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect |
|
github.com/godbus/dbus/v5 v5.1.0 // indirect |
|
github.com/gorilla/css v1.0.0 // indirect |
|
github.com/gorilla/websocket v1.5.0 // indirect |
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect |
|
github.com/mattn/go-runewidth v0.0.13 // indirect |
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect |
|
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect |
|
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect |
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect |
|
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect |
|
golang.org/x/text v0.3.7 // indirect |
|
)
|
|
|