mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
35 lines
1.2 KiB
Modula-2
35 lines
1.2 KiB
Modula-2
module github.com/asim/go-micro/v3
|
|
|
|
go 1.13
|
|
|
|
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.8
|
|
|
|
require (
|
|
github.com/Shopify/sarama v1.19.0
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/ef-ds/deque v1.0.4-0.20190904040645-54cb57c252a1
|
|
github.com/evanphx/json-patch/v5 v5.0.0
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/fsouza/go-dockerclient v1.6.0
|
|
github.com/go-acme/lego/v3 v3.4.0
|
|
github.com/go-git/go-git/v5 v5.1.0
|
|
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.0.3
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/hpcloud/tail v1.0.0
|
|
github.com/imdario/mergo v0.3.9
|
|
github.com/lucas-clemente/quic-go v0.19.3
|
|
github.com/micro/cli/v2 v2.1.2
|
|
github.com/miekg/dns v1.1.27
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
|
)
|