mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
10 lines
239 B
TOML
10 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
|