-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
37 lines (34 loc) · 1.44 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
module github.com/jdkato/pb
go 1.17
require (
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/adrg/xdg v0.3.4
github.com/cristalhq/aconfig v0.16.7
github.com/medium/medium-sdk-go v0.0.0-20171230201202-4daca056cf6a
github.com/mitchellh/mapstructure v1.4.2
github.com/olekukonko/tablewriter v0.0.5
github.com/pterm/pterm v0.12.32
github.com/spf13/pflag v1.0.5
github.com/yuin/goldmark v1.4.1
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
github.com/yuin/goldmark-meta v1.0.0
)
require (
github.com/abhinav/goldmark-toc v0.2.0 // indirect
github.com/alecthomas/chroma v0.9.4 // indirect
github.com/atomicgo/cursor v0.0.1 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/gookit/color v1.4.2 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mdigger/goldmark-images v0.0.0-20191226150935-49b26b7ee43c // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)