|
1 | 1 | module github.com/infraboard/mcube |
2 | 2 |
|
3 | | -go 1.12 |
| 3 | +go 1.13 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833 |
7 | | - github.com/coreos/bbolt v1.3.3 // indirect |
8 | | - github.com/coreos/etcd v3.3.18+incompatible // indirect |
9 | 7 | github.com/coreos/go-semver v0.3.0 // indirect |
10 | | - github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect |
11 | | - github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect |
12 | | - github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect |
13 | | - github.com/go-redis/redis v6.15.6+incompatible |
| 8 | + github.com/go-redis/redis v6.15.7+incompatible |
14 | 9 | github.com/gogo/protobuf v1.3.1 // indirect |
15 | | - github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect |
16 | | - github.com/google/btree v1.0.0 // indirect |
17 | 10 | github.com/google/uuid v1.1.1 // indirect |
18 | | - github.com/gorilla/websocket v1.4.1 // indirect |
19 | | - github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect |
20 | | - github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect |
21 | | - github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect |
22 | | - github.com/jonboulle/clockwork v0.1.0 // indirect |
23 | 11 | github.com/julienschmidt/httprouter v1.3.0 |
24 | | - github.com/onsi/ginkgo v1.11.0 // indirect |
25 | | - github.com/onsi/gomega v1.8.1 // indirect |
26 | | - github.com/pkg/errors v0.8.1 |
27 | | - github.com/prometheus/client_golang v1.3.0 // indirect |
28 | | - github.com/soheilhy/cmux v0.1.4 // indirect |
29 | | - github.com/stretchr/testify v1.4.0 |
30 | | - github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect |
31 | | - github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect |
32 | | - go.etcd.io/bbolt v1.3.3 // indirect |
33 | | - go.etcd.io/etcd v3.3.18+incompatible |
34 | | - go.mongodb.org/mongo-driver v1.2.0 |
35 | | - go.uber.org/zap v1.13.0 |
36 | | - golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 |
37 | | - golang.org/x/sys v0.0.0-20191220220014-0732a990476f |
38 | | - golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect |
39 | | - google.golang.org/grpc v1.26.0 // indirect |
40 | | - sigs.k8s.io/yaml v1.1.0 // indirect |
| 12 | + github.com/onsi/ginkgo v1.12.0 // indirect |
| 13 | + github.com/onsi/gomega v1.9.0 // indirect |
| 14 | + github.com/pkg/errors v0.9.1 |
| 15 | + github.com/stretchr/testify v1.5.1 |
| 16 | + go.etcd.io/etcd v0.0.0-20200425165423-262c93980547 |
| 17 | + go.mongodb.org/mongo-driver v1.3.3 |
| 18 | + go.uber.org/zap v1.15.0 |
| 19 | + golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 |
| 20 | + golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 |
| 21 | + google.golang.org/grpc v1.29.1 // indirect |
41 | 22 | ) |
0 commit comments