gitee.com/liuxuezhan/go-micro-v1.18.0@v1.0.0/go.mod (about) 1 module gitee.com/liuxuezhan/go-micro-v1.18.0 2 3 go 1.13 4 5 require ( 6 github.com/BurntSushi/toml v0.3.1 7 github.com/beevik/ntp v0.2.0 8 github.com/bitly/go-simplejson v0.5.0 9 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect 10 github.com/bwmarrin/discordgo v0.20.1 11 github.com/coreos/bbolt v1.3.3 // indirect 12 github.com/coreos/etcd v3.3.17+incompatible 13 github.com/coreos/go-semver v0.3.0 // indirect 14 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect 15 github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect 16 github.com/forestgiant/sliceutil v0.0.0-20160425183142-94783f95db6c 17 github.com/fsnotify/fsnotify v1.4.7 18 github.com/fsouza/go-dockerclient v1.6.0 19 github.com/ghodss/yaml v1.0.0 20 github.com/go-acme/lego/v3 v3.1.0 21 github.com/go-log/log v0.1.0 22 github.com/go-playground/locales v0.13.0 // indirect 23 github.com/go-playground/universal-translator v0.16.0 // indirect 24 github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect 25 github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect 26 github.com/golang/protobuf v1.3.2 27 github.com/google/uuid v1.1.1 28 github.com/gorilla/handlers v1.4.2 29 github.com/gorilla/websocket v1.4.1 30 github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect 31 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect 32 github.com/hashicorp/hcl v1.0.0 33 github.com/imdario/mergo v0.3.8 34 github.com/jonboulle/clockwork v0.1.0 // indirect 35 github.com/joncalhoun/qson v0.0.0-20170526102502-8a9cab3a62b1 36 github.com/json-iterator/go v1.1.8 37 github.com/kr/pretty v0.1.0 38 github.com/leodido/go-urn v1.2.0 // indirect 39 github.com/lib/pq v1.2.0 40 github.com/lucas-clemente/quic-go v0.13.1 41 github.com/mholt/certmagic v0.8.3 42 github.com/micro/cli v0.2.0 43 github.com/micro/mdns v0.3.0 44 github.com/miekg/dns v1.1.22 45 github.com/mitchellh/hashstructure v1.0.0 46 github.com/nats-io/nats-server/v2 v2.1.0 // indirect 47 github.com/nats-io/nats.go v1.9.1 48 github.com/nlopes/slack v0.6.0 49 github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c 50 github.com/pkg/errors v0.8.1 51 github.com/soheilhy/cmux v0.1.4 // indirect 52 github.com/stretchr/testify v1.4.0 53 github.com/technoweenie/multipartstreamer v1.0.1 // indirect 54 github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect 55 github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect 56 go.etcd.io/bbolt v1.3.3 // indirect 57 go.uber.org/zap v1.12.0 // indirect 58 golang.org/x/crypto v0.0.0-20191108234033-bd318be0434a 59 golang.org/x/net v0.0.0-20191109021931-daa7c04131f5 60 golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 // indirect 61 google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect 62 google.golang.org/grpc v1.25.1 63 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect 64 gopkg.in/go-playground/validator.v9 v9.30.0 65 gopkg.in/src-d/go-git.v4 v4.13.1 66 gopkg.in/telegram-bot-api.v4 v4.6.4 67 sigs.k8s.io/yaml v1.1.0 // indirect 68 )