2022-03-05 19:10:19 +03:00
|
|
|
module go.unistack.org/micro-tracer-opentracing/v3
|
|
|
|
|
2023-09-01 08:08:34 +03:00
|
|
|
go 1.20
|
2022-03-05 19:10:19 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2023-09-01 08:08:34 +03:00
|
|
|
go.unistack.org/micro/v3 v3.10.25
|
2022-03-05 19:10:19 +03:00
|
|
|
)
|
2023-09-01 08:08:34 +03:00
|
|
|
|
|
|
|
require github.com/stretchr/testify v1.8.1 // indirect
|