2020-01-30 14:39:00 +03:00
|
|
|
module github.com/micro/go-micro/v2
|
2019-01-30 14:43:40 +03:00
|
|
|
|
2019-10-01 21:09:29 +03:00
|
|
|
go 1.13
|
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
|
2019-05-31 14:35:43 +03:00
|
|
|
github.com/beevik/ntp v0.2.0
|
2019-05-31 01:20:20 +03:00
|
|
|
github.com/bitly/go-simplejson v0.5.0
|
2020-02-04 02:29:44 +03:00
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
2019-12-27 23:08:46 +03:00
|
|
|
github.com/bwmarrin/discordgo v0.20.2
|
2020-02-04 02:29:44 +03:00
|
|
|
github.com/coreos/bbolt v1.3.3 // indirect
|
2019-12-27 23:08:46 +03:00
|
|
|
github.com/coreos/etcd v3.3.18+incompatible
|
2020-02-04 02:29:44 +03: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-03-12 16:41:30 +03:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
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
|
2019-05-31 14:35:43 +03:00
|
|
|
github.com/forestgiant/sliceutil v0.0.0-20160425183142-94783f95db6c
|
2019-05-31 01:20:20 +03:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
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-01-19 16:35:23 +03:00
|
|
|
github.com/go-acme/lego/v3 v3.3.0
|
2020-01-30 13:33:40 +03:00
|
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
2020-02-04 02:29:44 +03:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
|
2020-01-30 13:33:40 +03:00
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
2019-07-11 14:47:50 +03:00
|
|
|
github.com/golang/protobuf v1.3.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
|
2019-10-01 21:33:23 +03:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2020-02-04 02:29:44 +03:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
|
2020-03-13 11:55:23 +03:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
|
2019-05-31 01:20:20 +03:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2019-10-12 14:04:55 +03:00
|
|
|
github.com/imdario/mergo v0.3.8
|
2020-03-13 11:55:23 +03:00
|
|
|
github.com/jonboulle/clockwork v0.1.0 // indirect
|
2019-06-03 20:44:43 +03:00
|
|
|
github.com/joncalhoun/qson v0.0.0-20170526102502-8a9cab3a62b1
|
2020-03-24 18:37:30 +03:00
|
|
|
github.com/json-iterator/go v1.1.9 // indirect
|
2019-11-01 17:13:47 +03:00
|
|
|
github.com/kr/pretty v0.1.0
|
2020-02-04 02:29:44 +03:00
|
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
2019-12-27 23:08:46 +03:00
|
|
|
github.com/lib/pq v1.3.0
|
|
|
|
github.com/lucas-clemente/quic-go v0.14.1
|
2020-02-23 23:47:44 +03:00
|
|
|
github.com/mholt/certmagic v0.9.3
|
|
|
|
github.com/micro/cli/v2 v2.1.2
|
2019-08-12 14:35:09 +03:00
|
|
|
github.com/micro/mdns v0.3.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-02-23 23:47:44 +03:00
|
|
|
github.com/nats-io/nats-server/v2 v2.1.4
|
2019-11-09 18:44:52 +03:00
|
|
|
github.com/nats-io/nats.go v1.9.1
|
2020-01-16 00:22:07 +03:00
|
|
|
github.com/nlopes/slack v0.6.1-0.20191106133607-d06c2a2b3249
|
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-03-13 11:55:23 +03:00
|
|
|
github.com/soheilhy/cmux v0.1.4 // indirect
|
2019-11-23 17:13:17 +03:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-02-04 02:29:44 +03:00
|
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
2020-01-30 13:33:40 +03:00
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
|
2020-03-13 11:55:23 +03:00
|
|
|
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
|
|
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
2019-12-27 23:08:46 +03:00
|
|
|
go.uber.org/zap v1.13.0
|
2020-02-23 23:47:44 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
|
|
|
|
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0
|
2020-02-04 02:29:44 +03:00
|
|
|
golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 // indirect
|
2019-12-27 23:08:46 +03:00
|
|
|
google.golang.org/grpc v1.26.0
|
2020-02-04 02:29:44 +03:00
|
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
2019-12-27 23:08:46 +03:00
|
|
|
gopkg.in/go-playground/validator.v9 v9.31.0
|
2019-08-08 00:11:52 +03:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
2019-05-31 14:35:43 +03:00
|
|
|
gopkg.in/telegram-bot-api.v4 v4.6.4
|
2020-03-13 11:55:23 +03:00
|
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
2019-05-31 17:07:27 +03:00
|
|
|
)
|