micro-tracer-opentracing/go.mod

12 lines
286 B
Modula-2
Raw Normal View History

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