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 (
|
2020-05-13 17:00:13 +03:00
|
|
|
github.com/caddyserver/certmagic v0.10.6
|
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-05-13 17:00:13 +03:00
|
|
|
github.com/go-acme/lego/v3 v3.4.0
|
2020-11-03 02:02:32 +03:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-09-05 02:11:29 +03:00
|
|
|
github.com/google/uuid v1.1.2
|
2020-12-08 00:38:37 +03:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2020-09-05 02:11:29 +03:00
|
|
|
github.com/miekg/dns v1.1.31
|
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
|
2020-08-11 18:51:58 +03:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-09-05 02:11:29 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
|
|
|
golang.org/x/net v0.0.0-20200904194848-62affa334b73
|
2020-12-08 00:38:37 +03:00
|
|
|
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // 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
|
|
|
|
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
2020-08-19 17:47:17 +03:00
|
|
|
)
|