2020-08-19 17:47:17 +03:00
|
|
|
module github.com/unistack-org/micro/v3
|
2019-01-30 14:43:40 +03:00
|
|
|
|
2020-08-20 12:37:40 +03:00
|
|
|
go 1.15
|
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
|
2020-07-16 16:13:38 +03:00
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
2020-05-13 17:00:13 +03:00
|
|
|
github.com/caddyserver/certmagic v0.10.6
|
2020-08-28 11:52:51 +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
|
2020-03-27 10:59:31 +03:00
|
|
|
github.com/evanphx/json-patch/v5 v5.0.0
|
2019-05-31 01:20:20 +03:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-05-13 17:00:13 +03:00
|
|
|
github.com/go-acme/lego/v3 v3.4.0
|
2020-04-02 12:13:04 +03:00
|
|
|
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee
|
|
|
|
github.com/gobwas/ws v1.0.3
|
2020-08-11 18:51:58 +03:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2019-03-28 20:01:56 +03:00
|
|
|
github.com/google/uuid v1.1.1
|
2019-05-31 01:20:20 +03:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2020-08-28 11:52:51 +03:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2020-08-28 10:57:42 +03:00
|
|
|
github.com/micro/cli/v2 v2.1.2
|
2020-01-19 16:35:23 +03:00
|
|
|
github.com/miekg/dns v1.1.27
|
2020-08-28 11:52:51 +03:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
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-08-11 18:51:58 +03:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-08-28 11:52:51 +03:00
|
|
|
github.com/unistack-org/micro-codec-bytes v0.0.0-20200827104921-3616a69473a6
|
2020-08-28 10:57:42 +03:00
|
|
|
github.com/unistack-org/micro-config-cmd v0.0.0-20200828075439-d859b9d7265b
|
2020-08-11 18:51:58 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
2020-08-20 12:37:40 +03:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
2020-08-11 18:51:58 +03:00
|
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
|
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-08-28 11:52:51 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2020-08-19 17:47:17 +03:00
|
|
|
)
|