micro/go.mod

77 lines
3.5 KiB
Modula-2
Raw Normal View History

2019-01-30 14:43:40 +03:00
module github.com/micro/go-micro
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
2019-06-06 22:05:33 +03:00
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
2019-05-31 14:35:43 +03:00
github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668
github.com/bwmarrin/discordgo v0.19.0
2019-06-06 22:05:33 +03:00
github.com/coreos/bbolt v1.3.2 // indirect
2019-05-31 14:35:43 +03:00
github.com/coreos/etcd v3.3.13+incompatible
2019-06-06 22:05:33 +03:00
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
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-05-31 14:35:43 +03:00
github.com/fsouza/go-dockerclient v1.4.1
2019-06-06 22:05:33 +03:00
github.com/garyburd/redigo v1.6.0 // indirect
2019-05-31 01:20:20 +03:00
github.com/ghodss/yaml v1.0.0
2019-02-13 16:32:55 +03:00
github.com/go-log/log v0.1.0
2019-06-05 12:22:28 +03:00
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
2019-05-31 14:35:43 +03:00
github.com/go-redsync/redsync v1.2.0
2019-06-06 22:05:33 +03:00
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
2019-03-28 20:01:56 +03:00
github.com/golang/protobuf v1.3.1
2019-05-31 14:35:43 +03:00
github.com/gomodule/redigo v2.0.0+incompatible
2019-03-28 20:01:56 +03:00
github.com/google/uuid v1.1.1
2019-06-03 20:44:43 +03:00
github.com/gorilla/handlers v1.4.0
github.com/gorilla/websocket v1.4.0
2019-06-06 22:05:33 +03:00
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
2019-05-22 19:11:06 +03:00
github.com/hashicorp/consul/api v1.1.0
2019-05-31 01:20:20 +03:00
github.com/hashicorp/hcl v1.0.0
2019-05-22 19:11:06 +03:00
github.com/hashicorp/memberlist v0.1.4
2019-05-31 01:20:20 +03:00
github.com/imdario/mergo v0.3.7
2019-06-06 22:05:33 +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
github.com/json-iterator/go v1.1.6
2019-06-05 12:22:28 +03:00
github.com/leodido/go-urn v1.1.0 // indirect
2019-06-03 21:07:21 +03:00
github.com/lucas-clemente/quic-go v0.11.2
2019-06-06 22:05:33 +03:00
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect
2019-05-31 01:20:20 +03:00
github.com/micro/cli v0.2.0
2019-01-30 14:43:40 +03:00
github.com/micro/mdns v0.1.0
github.com/mitchellh/hashstructure v1.0.0
2019-06-05 12:22:28 +03:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
2019-06-06 22:05:33 +03:00
github.com/nats-io/nats-server/v2 v2.0.0 // indirect
2019-06-05 12:22:28 +03:00
github.com/nats-io/nats.go v1.8.1
2019-05-31 14:35:43 +03:00
github.com/nlopes/slack v0.5.0
2019-05-31 01:20:20 +03:00
github.com/pborman/uuid v1.2.0
2019-01-30 14:43:40 +03:00
github.com/pkg/errors v0.8.1
2019-06-05 12:22:28 +03:00
github.com/prometheus/client_golang v0.9.3 // indirect
2019-06-06 22:05:33 +03:00
github.com/soheilhy/cmux v0.1.4 // indirect
2019-06-05 12:22:28 +03:00
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
2019-06-06 22:05:33 +03:00
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.etcd.io/bbolt v1.3.2 // indirect
2019-05-31 14:35:43 +03:00
go.etcd.io/etcd v3.3.13+incompatible
2019-06-06 22:05:33 +03:00
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
2019-06-03 20:44:43 +03:00
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
2019-06-05 12:22:28 +03:00
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/grpc v1.21.1
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
2019-06-06 22:05:33 +03:00
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
2019-06-03 20:44:43 +03:00
gopkg.in/go-playground/validator.v9 v9.29.0
2019-05-31 14:35:43 +03:00
gopkg.in/redis.v3 v3.6.4
gopkg.in/src-d/go-git.v4 v4.11.0
gopkg.in/telegram-bot-api.v4 v4.6.4
2019-05-31 17:07:27 +03:00
)