2020-08-19 17:47:17 +03:00
|
|
|
module github.com/unistack-org/micro/v3
|
2019-01-30 14:43:40 +03:00
|
|
|
|
2020-09-10 00:06:29 +03:00
|
|
|
go 1.14
|
2019-06-07 15:42:39 +03:00
|
|
|
|
2019-01-30 14:43:40 +03:00
|
|
|
require (
|
2021-01-20 01:21:15 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-02-03 11:16:02 +03:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2021-01-19 16:26:00 +03:00
|
|
|
github.com/ef-ds/deque v1.0.4
|
2020-11-03 02:02:32 +03:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2021-02-09 01:08:45 +03:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-01-21 02:20:06 +03:00
|
|
|
github.com/imdario/mergo v0.3.11
|
2020-12-08 00:38:37 +03:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2021-02-09 01:08:45 +03:00
|
|
|
github.com/miekg/dns v1.1.38
|
2020-12-08 00:38:37 +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
|
2021-01-19 16:26:00 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-01-20 01:21:15 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
2021-02-09 01:08:45 +03:00
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
2021-01-20 01:21:15 +03:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
2020-08-11 18:51:58 +03:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-12-08 00:38:37 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2020-08-19 17:47:17 +03:00
|
|
|
)
|