ipld-eth-server/vendor/github.com/ipfs/go-log/go.mod
Elizabeth Engelman 36533f7c3f Update vendor directory and make necessary code changes
Fixes for new geth version
2019-09-25 16:32:27 -05:00

11 lines
345 B
Modula-2

module github.com/ipfs/go-log
require (
github.com/gogo/protobuf v1.2.1
github.com/mattn/go-colorable v0.1.1
github.com/opentracing/opentracing-go v1.0.2
github.com/stretchr/testify v1.3.0 // indirect
github.com/whyrusleeping/go-logging v0.0.0-20170515211332-0457bb6b88fc
golang.org/x/net v0.0.0-20190227160552-c95aed5357e7 // indirect
)