forked from Bios-Marcel/cordless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.25 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/Bios-Marcel/cordless
go 1.12
require (
github.com/Bios-Marcel/discordemojimap v1.0.1
github.com/Bios-Marcel/discordgo v0.20.4-0.20191103003547-0699c2def4b0
github.com/Bios-Marcel/femto v0.0.0-20191123155547-99f32baf0a56
github.com/Bios-Marcel/goclipimg v0.0.0-20191117180634-d0f7b06fbe82
github.com/Bios-Marcel/shortnotforlong v1.0.0
github.com/Bios-Marcel/tview v0.0.0-20191123154653-6e8b01439555
github.com/alecthomas/chroma v0.6.6
github.com/atotto/clipboard v0.1.2
github.com/gdamore/tcell v1.3.1-0.20191115014413-b6a97de0c118
github.com/gen2brain/beeep v0.0.0-20190317152856-aa3d7c1499fd
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/google/go-github/v28 v28.1.1
github.com/gopherjs/gopherwasm v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.6
github.com/mdp/qrterminal/v3 v3.0.0
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pkg/errors v0.8.1
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
rsc.io/qr v0.2.0
)