forked from profclems/glab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (38 loc) · 1.53 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
module github.com/profclems/glab
go 1.13
require (
github.com/AlecAivazis/survey/v2 v2.2.8
github.com/MakeNowJust/heredoc v1.0.0
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/briandowns/spinner v1.12.0
github.com/charmbracelet/glamour v0.2.1-0.20200724174618-1246d13c1684
github.com/dustin/go-humanize v1.0.0
github.com/gdamore/tcell/v2 v2.2.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/renameio v0.1.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gosuri/uilive v0.0.4
github.com/hashicorp/go-version v1.2.1
github.com/jarcoal/httpmock v1.0.8
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lunixbochs/vtclean v1.0.0
github.com/mattn/go-colorable v0.1.8
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-runewidth v0.0.10
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/mitchellh/go-homedir v1.1.0
github.com/otiai10/copy v1.5.0
github.com/pkg/errors v0.9.1
github.com/rivo/tview v0.0.0-20210117162420-745e4ceeb711
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/tidwall/pretty v1.1.0
github.com/xanzy/go-gitlab v0.44.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)