This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
45 lines (43 loc) · 2.12 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module gitlab.com/diamondburned/6cord
go 1.12
require (
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046 // indirect
github.com/alecthomas/chroma v0.6.7
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/atotto/clipboard v0.1.2
github.com/davecgh/go-spew v1.1.1
github.com/diamondburned/discordgo v1.2.1
github.com/diamondburned/tcell v1.1.8
github.com/diamondburned/tview/v2 v2.4.0
github.com/disintegration/imaging v1.6.1
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/gen2brain/beeep v0.0.0-20190719094215-ece0cb67ca77
github.com/go-test/deep v1.0.3
github.com/gobwas/ws v1.0.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190915194858-d3ddacdb130f // indirect
github.com/gopherjs/gopherwasm v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.2 // indirect
github.com/jonas747/gojay v0.0.0-20190906102056-b3bd5c8fcd50
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-sixel v0.0.1
github.com/mattn/go-tty v0.0.0-20190424173100-523744f04859
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pelletier/go-toml v1.5.0 // indirect
github.com/sahilm/fuzzy v0.1.0
github.com/soniakeys/quant v1.0.0 // indirect
github.com/stevenroose/gonfig v0.1.4
github.com/stretchr/objx v0.2.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/valyala/fasttemplate v1.1.0
github.com/zalando/go-keyring v0.0.0-20190913082157-62750a1ff80d
gitlab.com/diamondburned/go-w3m v0.0.0-20190608163716-1b390b8a3d1f
gitlab.com/diamondburned/ueberzug-go v0.0.0-20190521043425-7c15a5f63b06
gitlab.com/shihoya-inc/ws v0.0.0-20190921174751-da4704c313d7 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
)