forked from quackduck/devzat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
44 lines (41 loc) · 1.86 KB
/
go.mod
File metadata and controls
44 lines (41 loc) · 1.86 KB
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
module devchat
go 1.18
require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/alecthomas/chroma v0.10.0
github.com/dghubble/go-twitter v0.0.0-20220319054129-995614af6514
github.com/dghubble/oauth1 v0.7.1
github.com/gliderlabs/ssh v0.3.3
github.com/jwalton/gchalk v1.2.1
github.com/mattn/go-sixel v0.0.1
github.com/quackduck/go-term-markdown v0.13.0
github.com/quackduck/term v0.0.0-20220217011143-d10974b5f140
github.com/shurcooL/tictactoe v0.0.0-20210613024444-e573ff1376a3
github.com/slack-go/slack v0.10.2
)
require (
github.com/MichaelMure/go-term-text v0.3.1 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/dghubble/sling v1.4.0 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/eliukblau/pixterm v1.3.1 // indirect
github.com/fatih/color v1.11.0 // indirect
github.com/gomarkdown/markdown v0.0.0-20210514010506-3b9f47219fe7 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jwalton/go-supportscolor v1.1.0 // indirect
github.com/kyokomi/emoji/v2 v2.2.8 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/rivo/uniseg v0.1.0 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/image v0.0.0-20191206065243-da761ea9ff43 // indirect
golang.org/x/net v0.0.0-20210521195947-fe42d452be8f // indirect
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)