2020-08-19 17:47:17 +03:00
|
|
|
module github.com/unistack-org/micro/v3
|
2019-01-30 14:43:40 +03:00
|
|
|
|
2020-08-20 12:37:40 +03:00
|
|
|
go 1.15
|
2019-06-07 15:42:39 +03:00
|
|
|
|
2019-01-30 14:43:40 +03:00
|
|
|
require (
|
2019-05-31 01:20:20 +03:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/bitly/go-simplejson v0.5.0
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
2020-07-16 16:13:38 +03:00
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
2020-05-13 17:00:13 +03:00
|
|
|
github.com/caddyserver/certmagic v0.10.6
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/coreos/bbolt v0.0.0-00010101000000-000000000000 // indirect
|
2019-12-27 23:08:46 +03:00
|
|
|
github.com/coreos/etcd v3.3.18+incompatible
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
2020-04-07 14:53:22 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-02-03 11:16:02 +03:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-03-18 19:39:36 +03:00
|
|
|
github.com/ef-ds/deque v1.0.4-0.20190904040645-54cb57c252a1
|
2020-03-27 10:59:31 +03:00
|
|
|
github.com/evanphx/json-patch/v5 v5.0.0
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2019-11-09 18:44:52 +03:00
|
|
|
github.com/fsouza/go-dockerclient v1.6.0
|
2019-05-31 01:20:20 +03:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-05-13 17:00:13 +03:00
|
|
|
github.com/go-acme/lego/v3 v3.4.0
|
2020-04-02 12:13:04 +03:00
|
|
|
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
2020-04-02 12:13:04 +03:00
|
|
|
github.com/gobwas/ws v1.0.3
|
2020-08-11 18:51:58 +03:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2019-03-28 20:01:56 +03:00
|
|
|
github.com/google/uuid v1.1.1
|
2019-08-08 00:11:52 +03:00
|
|
|
github.com/gorilla/handlers v1.4.2
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.1 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
2019-05-31 01:20:20 +03:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2020-04-01 16:40:15 +03:00
|
|
|
github.com/hpcloud/tail v1.0.0
|
2020-05-29 14:32:11 +03:00
|
|
|
github.com/imdario/mergo v0.3.9
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/jonboulle/clockwork v0.2.0 // indirect
|
2020-08-11 18:51:58 +03:00
|
|
|
github.com/kr/pretty v0.2.0
|
2020-08-18 18:19:53 +03:00
|
|
|
github.com/lib/pq v1.7.0
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/lucas-clemente/quic-go v0.18.0
|
2020-01-19 16:35:23 +03:00
|
|
|
github.com/miekg/dns v1.1.27
|
2019-01-30 14:43:40 +03:00
|
|
|
github.com/mitchellh/hashstructure v1.0.0
|
2020-08-18 18:19:53 +03:00
|
|
|
github.com/nats-io/nats-streaming-server v0.18.0 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.10.0
|
|
|
|
github.com/nats-io/stan.go v0.7.0
|
2019-11-15 16:41:40 +03:00
|
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
2020-03-03 16:35:49 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-01-19 16:35:23 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-18 10:27:50 +03:00
|
|
|
github.com/prometheus/client_golang v1.7.0
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/soheilhy/cmux v0.1.4 // indirect
|
2020-08-11 18:51:58 +03:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-07-02 15:40:40 +03:00
|
|
|
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966 // indirect
|
2020-08-19 12:55:54 +03:00
|
|
|
github.com/xanzy/go-gitlab v0.35.1
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
|
2020-08-18 18:19:53 +03:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2019-12-27 23:08:46 +03:00
|
|
|
go.uber.org/zap v1.13.0
|
2020-08-11 18:51:58 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
2020-08-20 12:37:40 +03:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
2020-08-11 18:51:58 +03:00
|
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
|
2020-08-20 12:37:40 +03:00
|
|
|
google.golang.org/grpc v1.29.1
|
2020-08-11 18:51:58 +03:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-08-18 12:31:49 +03:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
|
2020-08-20 12:37:40 +03:00
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
2019-05-31 17:07:27 +03:00
|
|
|
)
|
2020-08-11 18:51:58 +03:00
|
|
|
|
2020-08-19 17:47:17 +03:00
|
|
|
replace (
|
2020-08-20 12:37:40 +03:00
|
|
|
github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.3
|
2020-08-19 17:47:17 +03:00
|
|
|
github.com/coreos/etcd => github.com/ozonru/etcd v3.3.20-grpc1.27-origmodule+incompatible
|
|
|
|
github.com/imdario/mergo => github.com/imdario/mergo v0.3.8
|
|
|
|
google.golang.org/grpc => google.golang.org/grpc v1.27.0
|
|
|
|
)
|