36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module github.com/ankitpokhrel/jira-cli
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.2.12
|
|
github.com/alecthomas/chroma v0.9.4 // indirect
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/briandowns/spinner v1.16.0
|
|
github.com/charmbracelet/glamour v0.3.0
|
|
github.com/cli/safeexec v1.0.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/fatih/color v1.12.0
|
|
github.com/gdamore/tcell/v2 v2.3.11
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/kentaro-m/blackfriday-confluence v0.0.0-20210619074151-1628b53c6f29
|
|
github.com/kr/text v0.2.0
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.16 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/termenv v0.9.0 // indirect
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
|
|
github.com/rivo/tview v0.0.0-20210217110421-8a8f78a6dd01
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/viper v1.8.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/yuin/goldmark v1.4.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
golang.org/x/net v0.0.0-20211029160332-540bb53d3b2e // indirect
|
|
golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
|
|
)
|