mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 12:43:30 +02:00
32 lines
1.3 KiB
Modula-2
32 lines
1.3 KiB
Modula-2
module github.com/Kuchenm0nster/jira
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.21.0+incompatible
|
|
github.com/coryb/figtree v1.0.1-0.20190907170512-58176d03ef0d
|
|
github.com/coryb/kingpeon v0.0.0-20180107011214-9a669f143f2e
|
|
github.com/coryb/oreo v0.0.0-20180804211640-3e1b88fc08f1
|
|
github.com/go-jira/jira v1.0.22
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/huandu/xstrings v1.2.0 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
|
|
github.com/olekukonko/tablewriter v0.0.3
|
|
github.com/pkg/browser v0.0.0-20170505125900-c90ca0c84f15
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/stretchr/testify v1.2.2
|
|
github.com/tidwall/gjson v0.0.0-20180711011033-ba784d767ac7
|
|
github.com/tmc/keyring v0.0.0-20171121202319-839169085ae1
|
|
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb
|
|
golang.org/x/net v0.0.0-20171102191033-01c190206fbd
|
|
gopkg.in/AlecAivazis/survey.v1 v1.6.1
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/coryb/yaml.v2 v2.0.0-20180616071044-0e40e46f7153
|
|
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
|
|
)
|