2022-03-05 19:10:19 +03:00
|
|
|
module go.unistack.org/micro-tracer-opentracing/v3
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2023-02-27 06:23:11 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-03-05 19:10:19 +03:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2023-02-27 06:23:11 +03:00
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2023-03-16 05:59:32 +03:00
|
|
|
go.unistack.org/micro/v3 v3.10.17
|
2022-06-27 05:40:57 +03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-03-05 19:10:19 +03:00
|
|
|
)
|