go-multiaddr/go.mod
Steven Allen 8af58b283a fix: minimal varint decoding
* Enforce minimal varint encoding when decoding multiaddrs.
* Ensure codecs fit in 32bit integers for compatibility. We can increase the
size, but we'd need to change the `Protocol.Codec` type from `int` to `uint64`.
2019-09-19 14:43:22 -07:00

9 lines
153 B
Modula-2

module github.com/multiformats/go-multiaddr
require (
github.com/multiformats/go-multihash v0.0.8
github.com/multiformats/go-varint v0.0.1
)
go 1.13