File: go.mod

package info (click to toggle)
golang-github-opentracing-contrib-go-stdlib 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 136 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (2)
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
)