2021-01-20 15:54:31 +02:00
|
|
|
module github.com/asim/go-micro/v3
|
2019-01-30 13:43:40 +02:00
|
|
|
|
2019-10-01 20:09:29 +02:00
|
|
|
go 1.13
|
2019-06-07 14:42:39 +02:00
|
|
|
|
2020-05-29 13:32:11 +02:00
|
|
|
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.8
|
|
|
|
|
2019-01-30 13:43:40 +02:00
|
|
|
require (
|
2021-01-20 23:01:10 +02:00
|
|
|
github.com/Shopify/sarama v1.19.0
|
2019-05-31 00:20:20 +02:00
|
|
|
github.com/bitly/go-simplejson v0.5.0
|
2020-03-18 18:39:36 +02:00
|
|
|
github.com/ef-ds/deque v1.0.4-0.20190904040645-54cb57c252a1
|
2020-03-27 09:59:31 +02:00
|
|
|
github.com/evanphx/json-patch/v5 v5.0.0
|
2020-12-12 20:59:40 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2019-11-09 17:44:52 +02:00
|
|
|
github.com/fsouza/go-dockerclient v1.6.0
|
2020-05-13 16:00:13 +02:00
|
|
|
github.com/go-acme/lego/v3 v3.4.0
|
2020-05-29 13:32:11 +02:00
|
|
|
github.com/go-git/go-git/v5 v5.1.0
|
2020-04-02 11:13:04 +02:00
|
|
|
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee
|
2020-12-29 18:29:58 +02:00
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
2020-04-02 11:13:04 +02:00
|
|
|
github.com/gobwas/ws v1.0.3
|
2020-12-12 20:59:40 +02:00
|
|
|
github.com/golang/protobuf v1.4.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
|
2020-04-01 15:40:15 +02:00
|
|
|
github.com/hpcloud/tail v1.0.0
|
2020-05-29 13:32:11 +02:00
|
|
|
github.com/imdario/mergo v0.3.9
|
2020-12-12 20:59:40 +02:00
|
|
|
github.com/lucas-clemente/quic-go v0.19.3
|
2020-02-23 22:47:44 +02:00
|
|
|
github.com/micro/cli/v2 v2.1.2
|
2020-01-19 15:35:23 +02:00
|
|
|
github.com/miekg/dns v1.1.27
|
2019-11-15 15:41:40 +02:00
|
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
2020-03-03 15:35:49 +02:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-01-19 15:35:23 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-11-23 16:13:17 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-12-12 20:59:40 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
2020-12-26 17:32:45 +02:00
|
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
2019-05-31 16:07:27 +02:00
|
|
|
)
|