2020-01-30 13:39:00 +02:00
|
|
|
module github.com/micro/go-micro/v2
|
2019-01-30 13:43:40 +02:00
|
|
|
|
2019-10-01 20:09:29 +02:00
|
|
|
go 1.13
|
2019-06-07 14:42:39 +02:00
|
|
|
|
2020-05-29 13:32:11 +02:00
|
|
|
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.8
|
|
|
|
|
2019-01-30 13:43:40 +02:00
|
|
|
require (
|
2019-05-31 00:20:20 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/bitly/go-simplejson v0.5.0
|
2020-05-29 13:32:11 +02:00
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
2020-05-13 16:00:13 +02:00
|
|
|
github.com/caddyserver/certmagic v0.10.6
|
2020-05-29 13:32:11 +02:00
|
|
|
github.com/coreos/bbolt v1.3.3 // indirect
|
2019-12-27 22:08:46 +02:00
|
|
|
github.com/coreos/etcd v3.3.18+incompatible
|
2020-05-29 13:32:11 +02:00
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
|
|
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
2020-04-10 20:55:45 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2020-04-07 13:53:22 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-02-03 10:16:02 +02:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-03-18 18:39:36 +02:00
|
|
|
github.com/ef-ds/deque v1.0.4-0.20190904040645-54cb57c252a1
|
2020-03-27 09:59:31 +02:00
|
|
|
github.com/evanphx/json-patch/v5 v5.0.0
|
2020-12-12 20:59:40 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2019-11-09 17:44:52 +02:00
|
|
|
github.com/fsouza/go-dockerclient v1.6.0
|
2019-05-31 00:20:20 +02:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-05-13 16:00:13 +02:00
|
|
|
github.com/go-acme/lego/v3 v3.4.0
|
2020-05-29 13:32:11 +02:00
|
|
|
github.com/go-git/go-git/v5 v5.1.0
|
2020-04-02 11:13:04 +02:00
|
|
|
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee
|
|
|
|
github.com/gobwas/pool v0.2.0 // indirect
|
|
|
|
github.com/gobwas/ws v1.0.3
|
2020-04-10 20:55:45 +02:00
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
2020-12-12 20:59:40 +02:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2019-03-28 19:01:56 +02:00
|
|
|
github.com/google/uuid v1.1.1
|
2019-08-07 23:11:52 +02:00
|
|
|
github.com/gorilla/handlers v1.4.2
|
2020-05-29 13:32:11 +02:00
|
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
2020-04-15 16:50:51 +02:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
|
2019-05-31 00:20:20 +02:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2020-04-01 15:40:15 +02:00
|
|
|
github.com/hpcloud/tail v1.0.0
|
2020-05-29 13:32:11 +02:00
|
|
|
github.com/imdario/mergo v0.3.9
|
|
|
|
github.com/jonboulle/clockwork v0.1.0 // indirect
|
2020-04-10 20:55:45 +02:00
|
|
|
github.com/json-iterator/go v1.1.9 // indirect
|
2019-11-01 16:13:47 +02:00
|
|
|
github.com/kr/pretty v0.1.0
|
2019-12-27 22:08:46 +02:00
|
|
|
github.com/lib/pq v1.3.0
|
2020-12-12 20:59:40 +02:00
|
|
|
github.com/lucas-clemente/quic-go v0.19.3
|
2020-02-23 22:47:44 +02:00
|
|
|
github.com/micro/cli/v2 v2.1.2
|
2020-01-19 15:35:23 +02:00
|
|
|
github.com/miekg/dns v1.1.27
|
2019-01-30 13:43:40 +02:00
|
|
|
github.com/mitchellh/hashstructure v1.0.0
|
2020-04-11 21:37:29 +02:00
|
|
|
github.com/nats-io/nats-server/v2 v2.1.6 // indirect
|
2020-04-11 02:51:26 +02:00
|
|
|
github.com/nats-io/nats.go v1.9.2
|
2019-11-15 15:41:40 +02:00
|
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
2020-03-03 15:35:49 +02:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-01-19 15:35:23 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-05-29 13:32:11 +02:00
|
|
|
github.com/soheilhy/cmux v0.1.4 // indirect
|
2019-11-23 16:13:17 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-04-10 20:55:45 +02:00
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
|
2020-05-29 13:32:11 +02:00
|
|
|
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
|
2020-04-07 13:53:22 +02:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2019-12-27 22:08:46 +02:00
|
|
|
go.uber.org/zap v1.13.0
|
2020-12-12 20:59:40 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
2020-12-21 16:34:59 +02:00
|
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
|
2020-05-29 13:32:11 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
|
2020-04-10 20:55:45 +02:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
2020-04-15 12:39:53 +02:00
|
|
|
google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1
|
2019-12-27 22:08:46 +02:00
|
|
|
google.golang.org/grpc v1.26.0
|
2020-05-29 13:32:11 +02:00
|
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
2019-05-31 16:07:27 +02:00
|
|
|
)
|