mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module go-micro.dev/v4
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/ef-ds/deque v1.0.4
|
|
github.com/evanphx/json-patch/v5 v5.5.0
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/fsouza/go-dockerclient v1.7.3
|
|
github.com/go-acme/lego/v4 v4.4.0
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
github.com/gobwas/httphead v0.1.0
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.0.4
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/m3o/m3o-go/client v0.0.0-20210421144725-8bfd7992ada3
|
|
github.com/miekg/dns v1.1.43
|
|
github.com/nxadm/tail v1.4.8
|
|
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.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|