2021-10-26 23:47:53 +03:00
|
|
|
module go.unistack.org/micro-wrapper-requestid/v3
|
2020-12-16 14:05:53 +03:00
|
|
|
|
2025-01-16 17:29:56 +03:00
|
|
|
go 1.22.0
|
2020-12-16 14:05:53 +03:00
|
|
|
|
2024-12-13 19:04:06 +03:00
|
|
|
toolchain go1.23.4
|
|
|
|
|
2025-01-16 17:29:56 +03:00
|
|
|
require go.unistack.org/micro/v3 v3.11.37
|
2024-03-10 22:34:01 +03:00
|
|
|
|
|
|
|
require (
|
2025-01-16 17:29:56 +03:00
|
|
|
github.com/ash3in/uuidv8 v1.2.0 // indirect
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
|
|
github.com/matoous/go-nanoid v1.5.1 // indirect
|
2024-12-13 19:04:06 +03:00
|
|
|
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
|
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
2025-01-16 17:29:56 +03:00
|
|
|
golang.org/x/text v0.21.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect
|
|
|
|
google.golang.org/grpc v1.69.2 // indirect
|
|
|
|
google.golang.org/protobuf v1.36.1 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-03-10 22:34:01 +03:00
|
|
|
)
|