Codebase list golang-github-opentracing-contrib-go-stdlib / fresh-snapshots/main go.mod
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

go.mod @fresh-snapshots/mainraw · history · blame

1
2
3
4
5
6
7
module github.com/opentracing-contrib/go-stdlib

go 1.14

require (
	github.com/opentracing/opentracing-go v1.1.0
)