2021-10-02 19:55:07 +03:00
|
|
|
module go.unistack.org/micro/v3
|
2019-01-30 14:43:40 +03:00
|
|
|
|
2021-02-17 23:38:32 +03:00
|
|
|
go 1.16
|
2019-06-07 15:42:39 +03:00
|
|
|
|
2019-01-30 14:43:40 +03:00
|
|
|
require (
|
2022-04-07 19:12:49 +03:00
|
|
|
github.com/google/gnostic v0.6.8 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
2022-06-25 23:28:02 +03:00
|
|
|
github.com/imdario/mergo v0.3.13
|
2022-04-07 19:12:49 +03:00
|
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2021-02-12 16:33:16 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2022-01-21 19:13:21 +03:00
|
|
|
github.com/silas/dag v0.0.0-20211117232152-9d50aa809f35
|
2022-03-07 13:11:59 +03:00
|
|
|
go.unistack.org/micro-proto/v3 v3.2.7
|
2022-04-07 19:12:49 +03:00
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2020-08-19 17:47:17 +03:00
|
|
|
)
|