github.com/micro/go-micro/v2@v2.9.1/go.mod (about) 1 module github.com/micro/go-micro/v2 2 3 go 1.13 4 5 replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.8 6 7 require ( 8 github.com/BurntSushi/toml v0.3.1 9 github.com/bitly/go-simplejson v0.5.0 10 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect 11 github.com/bwmarrin/discordgo v0.20.2 12 github.com/caddyserver/certmagic v0.10.6 13 github.com/coreos/bbolt v1.3.3 // indirect 14 github.com/coreos/etcd v3.3.18+incompatible 15 github.com/coreos/go-semver v0.3.0 // indirect 16 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect 17 github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect 18 github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect 19 github.com/davecgh/go-spew v1.1.1 20 github.com/dgrijalva/jwt-go v3.2.0+incompatible 21 github.com/ef-ds/deque v1.0.4-0.20190904040645-54cb57c252a1 22 github.com/evanphx/json-patch/v5 v5.0.0 23 github.com/forestgiant/sliceutil v0.0.0-20160425183142-94783f95db6c 24 github.com/fsnotify/fsnotify v1.4.7 25 github.com/fsouza/go-dockerclient v1.6.0 26 github.com/ghodss/yaml v1.0.0 27 github.com/go-acme/lego/v3 v3.4.0 28 github.com/go-git/go-git/v5 v5.1.0 29 github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect 30 github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee 31 github.com/gobwas/pool v0.2.0 // indirect 32 github.com/gobwas/ws v1.0.3 33 github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect 34 github.com/golang/protobuf v1.4.0 35 github.com/google/uuid v1.1.1 36 github.com/gorilla/handlers v1.4.2 37 github.com/gorilla/websocket v1.4.1 // indirect 38 github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect 39 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect 40 github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect 41 github.com/hashicorp/hcl v1.0.0 42 github.com/hpcloud/tail v1.0.0 43 github.com/imdario/mergo v0.3.9 44 github.com/jonboulle/clockwork v0.1.0 // indirect 45 github.com/json-iterator/go v1.1.9 // indirect 46 github.com/kr/pretty v0.1.0 47 github.com/lib/pq v1.3.0 48 github.com/lucas-clemente/quic-go v0.14.1 49 github.com/micro/cli/v2 v2.1.2 50 github.com/miekg/dns v1.1.27 51 github.com/mitchellh/hashstructure v1.0.0 52 github.com/nats-io/nats-server/v2 v2.1.6 // indirect 53 github.com/nats-io/nats.go v1.9.2 54 github.com/nlopes/slack v0.6.1-0.20191106133607-d06c2a2b3249 55 github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c 56 github.com/patrickmn/go-cache v2.1.0+incompatible 57 github.com/pkg/errors v0.9.1 58 github.com/soheilhy/cmux v0.1.4 // indirect 59 github.com/stretchr/testify v1.4.0 60 github.com/technoweenie/multipartstreamer v1.0.1 // indirect 61 github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect 62 github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect 63 go.etcd.io/bbolt v1.3.4 64 go.uber.org/zap v1.13.0 65 golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 66 golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 67 golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect 68 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect 69 google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1 70 google.golang.org/grpc v1.26.0 71 google.golang.org/protobuf v1.22.0 72 gopkg.in/telegram-bot-api.v4 v4.6.4 73 sigs.k8s.io/yaml v1.1.0 // indirect 74 )