forked from profclems/glab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (38 loc) · 1.45 KB
/
go.mod
File metadata and controls
40 lines (38 loc) · 1.45 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
module github.com/profclems/glab
go 1.13
require (
github.com/AlecAivazis/survey/v2 v2.2.2
github.com/MakeNowJust/heredoc v1.0.0
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/charmbracelet/glamour v0.2.0
github.com/cli/safeexec v1.0.0
github.com/dustin/go-humanize v1.0.0
github.com/gdamore/tcell v1.4.0
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.6
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.9
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/gomega v1.10.2 // indirect
github.com/otiai10/copy v1.2.0
github.com/pkg/errors v0.9.1
github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92
github.com/spf13/cobra v1.1.1
github.com/rivo/uniseg v0.1.0
github.com/spf13/cast v1.3.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
github.com/tcnksm/go-gitconfig v0.1.2
github.com/xanzy/go-gitlab v0.39.0
github.com/yuin/goldmark v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)