-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
132 lines (128 loc) · 6.23 KB
/
go.mod
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
module github.com/tooploox/oya
go 1.14
require (
cloud.google.com/go v0.44.3 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.4.7 // indirect
git.apache.org/thrift.git v0.12.0 // indirect
github.com/Azure/azure-sdk-for-go v26.4.0+incompatible // indirect
github.com/Azure/go-autorest v11.5.2+incompatible // indirect
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.18.0+incompatible
github.com/aws/aws-sdk-go v1.16.28
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/blang/semver v3.5.1+incompatible
github.com/cheggaaa/pb v2.0.6+incompatible // indirect
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v3.3.15+incompatible // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/cosiner/argv v0.0.1 // indirect
github.com/cucumber/godog v0.9.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/cucumber/messages-go/v9 v9.0.3 // indirect
github.com/derekparker/delve v1.1.0 // indirect
github.com/dimchansky/utfbom v1.1.0 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/fako1024/topo v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/go-delve/delve v1.1.0 // indirect
github.com/go-distributed/gog v0.0.0-20150108052914-831f302c7b3c
github.com/go-kit/kit v0.9.0 // indirect
github.com/go-test/deep v1.0.1
github.com/gobuffalo/helpers v0.2.2 // indirect
github.com/gobuffalo/logger v1.0.1 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/gobuffalo/packr/v2 v2.5.2 // indirect
github.com/gobuffalo/plush v3.8.2+incompatible
github.com/gobwas/glob v0.2.3
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/google/uuid v1.1.0 // indirect
github.com/goware/prefixer v0.0.0-20160118172347-395022866408 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.6 // indirect
github.com/hashicorp/go-cleanhttp v0.5.0
github.com/hashicorp/go-getter v1.0.2
github.com/hashicorp/go-safetemp v1.0.0
github.com/hashicorp/go-version v1.1.0
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/hcl v1.0.0
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/kr/pty v1.1.8
github.com/lib/pq v1.0.0 // indirect
github.com/magefile/mage v0.0.0-20180920151403-1426fb6b9761
github.com/magiconair/properties v1.8.1
github.com/markbates/inflect v1.0.4 // indirect
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2 // indirect
github.com/markbates/safe v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.0.0
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/mozilla-services/yaml v0.0.0-20180922153656-28ffe5d0cafb // indirect
github.com/mozilla/mig v0.0.0-20190703170622-33eefe9c974e
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/openzipkin/zipkin-go v0.1.3 // indirect
github.com/pelletier/go-toml v1.4.0
github.com/peterh/liner v1.1.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/rogpeppe/go-internal v1.3.0
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/sanity-io/litter v0.0.0-20181009143221-cdb60d0035dc
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/sosedoff/gitkit v0.2.0
github.com/spf13/afero v1.2.2
github.com/spf13/cast v1.3.0
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/src-d/go-git v4.7.0+incompatible
github.com/stretchr/objx v0.2.0 // indirect
github.com/ugorji/go v1.1.7 // indirect
github.com/ulikunitz/xz v0.5.5
github.com/xeoncross/goworkqueue v0.0.0-20180512210549-cc56da012079
github.com/ziutek/kasia.go v0.0.0-20150722135753-be46c452e867
go.etcd.io/bbolt v1.3.3 // indirect
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect
go.mozilla.org/sops v0.0.0-20190313223743-c3c3b7c76d4d // indirect
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/mobile v0.0.0-20190814143026-e8b3e6111d02 // indirect
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20190826234050-71894ab67ee3 // indirect
google.golang.org/api v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
google.golang.org/grpc v1.23.0 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/ini.v1 v1.42.0 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.0
gopkg.in/src-d/go-git-fixtures.v3 v3.3.0 // indirect
gopkg.in/src-d/go-git.v4 v4.9.1
gopkg.in/yaml.v2 v2.2.8
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
k8s.io/apimachinery v0.0.0-20181015213631-60666be32c5d
k8s.io/helm v2.12.3+incompatible
mvdan.cc/sh v2.6.5-0.20190408145316-ee3cf905f3a4+incompatible
mvdan.cc/sh/v3 v3.0.0-alpha2.0.20190827105346-6af96bc17993
)
replace github.com/gobuffalo/plush => github.com/bart84ek/plush v3.8.2-oya+incompatible
replace gopkg.in/urfave/cli.v1 => github.com/urfave/cli v1.20.0