35 lines
1.4 KiB
Modula-2
35 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.2 // 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/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.13 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.14 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/pkg/browser v0.0.0-20210606212950-a7b7a6107d32
|
|
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.3.8 // indirect
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
|
|
)
|