-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
82 lines (80 loc) · 3.53 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
module github.com/ustackq/indagate
require (
cloud.google.com/go v0.36.0 // indirect
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
github.com/coreos/bbolt v1.3.2
github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289
github.com/ghodss/yaml v1.0.0
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-kit/kit v0.8.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/go-openapi/errors v0.17.2
github.com/go-openapi/loads v0.18.0
github.com/go-openapi/runtime v0.18.0
github.com/go-openapi/spec v0.17.2
github.com/go-openapi/strfmt v0.18.0
github.com/go-openapi/swag v0.17.2
github.com/go-openapi/validate v0.17.2
github.com/go-sql-driver/mysql v1.4.1
github.com/go-stack/stack v1.6.0 // indirect
github.com/go-xorm/builder v0.3.4 // indirect
github.com/go-xorm/core v0.6.2
github.com/go-xorm/xorm v0.7.1
github.com/gogo/protobuf v1.1.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/go-msgpack v0.5.3 // indirect
github.com/hashicorp/raft v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/influxdata/influxdb v1.7.4
github.com/issue9/assert v1.3.2 // indirect
github.com/issue9/identicon v1.0.1
github.com/jessevdk/go-flags v1.4.0
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.5
github.com/jsternberg/zap-logfmt v1.2.0
github.com/juju/ratelimit v1.0.1
github.com/julienschmidt/httprouter v0.0.0-20170430222011-975b5c4c7c21
github.com/lib/pq v1.0.0
github.com/mattn/go-isatty v0.0.6
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mattn/go-sqlite3 v1.10.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.7.2 // indirect
github.com/nats-io/go-nats-streaming v0.4.2
github.com/nats-io/nats-streaming-server v0.12.2
github.com/nats-io/nkeys v0.0.2 // indirect
github.com/nats-io/nuid v1.0.0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/olekukonko/tablewriter v0.0.1
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/rs/cors v1.6.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf
go.etcd.io/bbolt v1.3.2 // indirect
go.opencensus.io v0.18.0
go.uber.org/zap v1.9.1
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480
golang.org/x/net v0.0.0-20190419010253-1f3472d942ba
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190418153312-f0ce4c0180be // indirect
golang.org/x/tools v0.0.0-20190418235243-4796d4bd3df0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/yaml.v2 v2.2.2
k8s.io/klog v0.2.0
)
replace github.com/ustackq/indagate => ../indagate