forked from cerc-io/plugeth
11 lines
239 B
TOML
11 lines
239 B
TOML
|
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
|
||
|
# for detailed Gopkg.toml documentation.
|
||
|
|
||
|
[[constraint]]
|
||
|
name = "github.com/opentracing/opentracing-go"
|
||
|
version = "1.0.2"
|
||
|
|
||
|
[prune]
|
||
|
go-tests = true
|
||
|
unused-packages = true
|