go-multiaddr/go.mod

9 lines
154 B
Modula-2
Raw Normal View History

2019-02-20 23:27:03 +01:00
module github.com/multiformats/go-multiaddr
require (
github.com/multiformats/go-multihash v0.0.10
github.com/multiformats/go-varint v0.0.1
)
go 1.13