-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathgo.mod
22 lines (20 loc) · 1019 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/mikepea/go-jira-ui
go 1.14
require (
github.com/coryb/optigo v0.0.0-20170510052407-6f3f720fe67b
github.com/guelfey/go.dbus v0.0.0-20131113121618-f6a3a2366cc3 // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/maruel/panicparse v1.5.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/go-wordwrap v1.0.0
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/tmc/keyring v0.0.0-20171121202319-839169085ae1 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
gopkg.in/Netflix-Skunkworks/go-jira.v0 v0.1.15
gopkg.in/coryb/yaml.v2 v2.0.0
gopkg.in/gizak/termui.v2 v2.3.0
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
)