2021-01-20 13:54:31 +00:00
|
|
|
module github.com/asim/go-micro/v3
|
2019-01-30 11:43:40 +00:00
|
|
|
|
2019-10-01 19:09:29 +01:00
|
|
|
go 1.13
|
2019-06-07 13:42:39 +01:00
|
|
|
|
2020-05-29 13:32:11 +02:00
|
|
|
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.8
|
|
|
|
|
2019-01-30 11:43:40 +00:00
|
|
|
require (
|
2021-05-17 15:16:52 +08:00
|
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
|
|
github.com/Microsoft/hcsshim v0.8.17 // indirect
|
2019-05-30 23:20:20 +01:00
|
|
|
github.com/bitly/go-simplejson v0.5.0
|
2021-05-17 15:16:52 +08:00
|
|
|
github.com/docker/docker v20.10.6+incompatible // indirect
|
|
|
|
github.com/ef-ds/deque v1.0.4
|
|
|
|
github.com/evanphx/json-patch/v5 v5.3.0
|
|
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
2020-12-12 18:59:40 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2021-05-17 15:16:52 +08:00
|
|
|
github.com/fsouza/go-dockerclient v1.7.2
|
|
|
|
github.com/go-acme/lego/v3 v3.9.0
|
|
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
|
|
github.com/go-git/go-git/v5 v5.3.0
|
|
|
|
github.com/gobwas/httphead v0.1.0
|
2020-12-29 16:29:58 +00:00
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
2021-05-17 15:16:52 +08:00
|
|
|
github.com/gobwas/ws v1.0.4
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
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/kevinburke/ssh_config v1.1.0 // indirect
|
2020-02-23 23:47:44 +03:00
|
|
|
github.com/micro/cli/v2 v2.1.2
|
2021-05-17 15:16:52 +08:00
|
|
|
github.com/miekg/dns v1.1.42
|
|
|
|
github.com/nxadm/tail v1.4.8
|
|
|
|
github.com/opencontainers/runc v1.0.0-rc94 // indirect
|
2019-11-15 13:41:40 +00:00
|
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
2020-03-03 13:35:49 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-01-19 13:35:23 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-05-17 15:16:52 +08:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
go.opencensus.io v0.23.0 // indirect
|
|
|
|
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
|
|
|
|
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
|
2019-05-31 15:07:27 +01:00
|
|
|
)
|