2019-01-30 13:43:40 +02:00
|
|
|
module github.com/micro/go-micro
|
|
|
|
|
2019-10-01 20:09:29 +02:00
|
|
|
go 1.13
|
2019-06-07 14:42:39 +02:00
|
|
|
|
2019-01-30 13:43:40 +02:00
|
|
|
require (
|
2019-05-31 00:20:20 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2019-05-31 13:35:43 +02:00
|
|
|
github.com/beevik/ntp v0.2.0
|
2019-05-31 00:20:20 +02:00
|
|
|
github.com/bitly/go-simplejson v0.5.0
|
2019-11-09 17:44:52 +02:00
|
|
|
github.com/bwmarrin/discordgo v0.20.1
|
2019-10-12 13:04:55 +02:00
|
|
|
github.com/coreos/etcd v3.3.17+incompatible
|
2019-05-31 13:35:43 +02:00
|
|
|
github.com/forestgiant/sliceutil v0.0.0-20160425183142-94783f95db6c
|
2019-05-31 00:20:20 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
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
|
2019-10-11 17:24:25 +02:00
|
|
|
github.com/go-acme/lego/v3 v3.1.0
|
2019-12-18 17:06:25 +02:00
|
|
|
github.com/go-log/log v0.2.0
|
2019-11-09 17:44:52 +02:00
|
|
|
github.com/go-playground/locales v0.13.0 // indirect
|
2019-07-11 13:47:50 +02:00
|
|
|
github.com/golang/protobuf v1.3.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
|
2019-10-01 20:33:23 +02:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2019-05-31 00:20:20 +02:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2019-10-12 13:04:55 +02:00
|
|
|
github.com/imdario/mergo v0.3.8
|
2019-06-03 19:44:43 +02:00
|
|
|
github.com/joncalhoun/qson v0.0.0-20170526102502-8a9cab3a62b1
|
2019-11-09 17:44:52 +02:00
|
|
|
github.com/json-iterator/go v1.1.8
|
2019-11-01 16:13:47 +02:00
|
|
|
github.com/kr/pretty v0.1.0
|
2019-11-09 17:44:52 +02:00
|
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
2019-11-01 16:13:47 +02:00
|
|
|
github.com/lib/pq v1.2.0
|
2019-11-09 17:44:52 +02:00
|
|
|
github.com/lucas-clemente/quic-go v0.13.1
|
|
|
|
github.com/mholt/certmagic v0.8.3
|
2019-05-31 00:20:20 +02:00
|
|
|
github.com/micro/cli v0.2.0
|
2019-08-12 13:35:09 +02:00
|
|
|
github.com/micro/mdns v0.3.0
|
2019-11-16 12:55:11 +02:00
|
|
|
github.com/micro/protoc-gen-micro v1.0.0 // indirect
|
|
|
|
github.com/miekg/dns v1.1.22
|
2019-01-30 13:43:40 +02:00
|
|
|
github.com/mitchellh/hashstructure v1.0.0
|
2019-11-09 17:44:52 +02:00
|
|
|
github.com/nats-io/nats.go v1.9.1
|
2019-12-10 13:46:13 +02:00
|
|
|
github.com/nlopes/slack v0.6.1-0.20191106133607-d06c2a2b3249
|
2019-11-15 15:41:40 +02:00
|
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
2019-01-30 13:43:40 +02:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-11-23 16:13:17 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-12-13 05:22:05 +02:00
|
|
|
go.uber.org/zap v1.12.0
|
2019-11-09 17:44:52 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20191108234033-bd318be0434a
|
|
|
|
golang.org/x/net v0.0.0-20191109021931-daa7c04131f5
|
|
|
|
google.golang.org/grpc v1.25.1
|
2019-10-01 20:33:23 +02:00
|
|
|
gopkg.in/go-playground/validator.v9 v9.30.0
|
2019-08-07 23:11:52 +02:00
|
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
2019-05-31 13:35:43 +02:00
|
|
|
gopkg.in/telegram-bot-api.v4 v4.6.4
|
2019-05-31 16:07:27 +02:00
|
|
|
)
|