-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathgo.mod
89 lines (85 loc) · 4.54 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
module github.com/cloudwan/gohan
require (
github.com/Juniper/go-netconf v0.1.1
github.com/Masterminds/semver v1.4.3-0.20180410205147-3c5608371304
github.com/Masterminds/squirrel v1.1.0
github.com/braintree/manners v0.0.0-20150503212558-0b5e6b2c2843
github.com/cloudwan/goose v0.0.0-20170411125245-c2d7eac2343d
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.18+incompatible
github.com/coreos/go-semver v0.2.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190204112023-081494f7ee4f // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/cyberdelia/go-metrics-graphite v0.0.0-20161219230853-39f87cc3b432
github.com/ddliu/motto v0.3.0
github.com/deathowl/go-metrics-prometheus v0.0.0-20200518174047-74482eab5bfb
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/drone/routes v0.0.0-20130816182705-853bef2b2311
github.com/flosch/pongo2 v0.0.0-20180611110828-67f4ff8560df
github.com/getkin/kin-openapi v0.2.0
github.com/go-martini/martini v0.0.0-20160404082044-b174c4f35f9f
github.com/go-sql-driver/mysql v1.4.0
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/golang/mock v1.3.0
github.com/google/btree v1.0.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/gophercloud/gophercloud v0.0.0-20190126172459-c818fa66e4c8
github.com/gorilla/websocket v1.4.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.7.0 // indirect
github.com/jmoiron/sqlx v0.0.0-20180614180643-0dae4fefe7c0
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68 // indirect
github.com/juju/loggo v0.0.0-20180524022052-584905176618 // indirect
github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect
github.com/lestrrat/go-server-starter v0.0.0-20180220115249-6ac0b358431b
github.com/lib/pq v1.0.0 // indirect
github.com/martini-contrib/staticbin v0.0.0-20140517153916-b9631fb8c188
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/mattn/go-sqlite3 v1.9.0
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/myesui/uuid v1.0.0 // indirect
github.com/nullbio/inflect v0.0.0-20170731032957-3edb4592a77b // indirect
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84
github.com/onsi/ginkgo v1.6.0
github.com/onsi/gomega v1.4.2
github.com/op/go-logging v0.0.0-20160211212156-b2cb9fa56473
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/robfig/cron v1.2.0
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/twinj/uuid v1.0.0
github.com/tylerb/gls v0.0.0-20150407001822-e606233f194d
github.com/tylerb/is v2.1.3+incompatible // indirect
github.com/urfave/cli v1.20.0
github.com/vattle/sqlboiler v2.5.0+incompatible
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
github.com/ziutek/telnet v0.0.0-20180329124119-c3b780dc415b // indirect
go.etcd.io/bbolt v1.3.2 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
google.golang.org/appengine v1.6.2 // indirect
google.golang.org/grpc v1.26.0
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
gopkg.in/yaml.v2 v2.2.2
sigs.k8s.io/yaml v1.1.0 // indirect
)
replace github.com/onsi/ginkgo => github.com/cloudwan/ginkgo v1.6.1-0.20190213151947-95174e8d10cd
replace github.com/coreos/etcd => github.com/cloudwan/etcd_for_gohan v3.3.19-0.20200824122433-788f26348f7b+incompatible
go 1.13