micro-tracer-opentracing/go.mod

15 lines
297 B
Modula-2
Raw Normal View History

module go.unistack.org/micro-tracer-opentracing/v4
go 1.20
require (
github.com/opentracing/opentracing-go v1.2.0
go.unistack.org/micro/v4 v4.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.5.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)