2023-05-07 19:38:45 +03:00
|
|
|
module go.unistack.org/micro-tracer-opentracing/v4
|
2022-03-05 19:10:19 +03:00
|
|
|
|
2023-05-07 19:38:45 +03:00
|
|
|
go 1.20
|
2022-03-05 19:10:19 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2023-10-17 00:03:46 +03:00
|
|
|
go.unistack.org/micro/v4 v4.0.13
|
2023-05-07 19:38:45 +03:00
|
|
|
)
|
|
|
|
|
2023-08-02 09:41:32 +03:00
|
|
|
require github.com/stretchr/testify v1.8.3 // indirect
|