2024-06-04 22:40:43 +02:00
|
|
|
module go-micro.dev/v5
|
2019-01-30 13:43:40 +02:00
|
|
|
|
2022-10-20 13:00:50 +02:00
|
|
|
go 1.18
|
2020-05-29 13:32:11 +02:00
|
|
|
|
2019-01-30 13:43:40 +02:00
|
|
|
require (
|
2019-05-31 00:20:20 +02:00
|
|
|
github.com/bitly/go-simplejson v0.5.0
|
2023-04-26 02:19:52 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0
|
2024-06-04 21:23:15 +02:00
|
|
|
github.com/golang/protobuf v1.5.4
|
2023-03-07 18:28:22 +02:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-05-17 09:16:52 +02:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2021-06-29 14:40:54 +02:00
|
|
|
github.com/miekg/dns v1.1.43
|
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
|
2023-03-07 18:28:22 +02:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2023-10-09 11:33:57 +02:00
|
|
|
github.com/urfave/cli/v2 v2.25.7
|
2024-04-19 14:56:58 +02:00
|
|
|
golang.org/x/crypto v0.21.0
|
|
|
|
golang.org/x/net v0.23.0
|
2023-03-07 18:28:22 +02:00
|
|
|
golang.org/x/sync v0.1.0
|
2024-06-04 21:23:15 +02:00
|
|
|
google.golang.org/protobuf v1.33.0
|
2019-05-31 16:07:27 +02:00
|
|
|
)
|
2021-11-11 16:03:34 +02:00
|
|
|
|
2023-03-07 18:04:20 +02:00
|
|
|
require (
|
2024-07-07 23:38:11 +02:00
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
2023-10-09 11:33:57 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2021-11-11 16:03:34 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-07-07 23:38:11 +02:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2023-03-07 18:28:22 +02:00
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
2021-11-11 16:03:34 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-10-09 11:33:57 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2024-04-19 14:56:58 +02:00
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2024-07-07 23:38:11 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2023-03-07 18:28:22 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-11-11 16:03:34 +02:00
|
|
|
)
|