mirror of
https://github.com/waku-org/go-multiaddr.git
synced 2025-02-23 19:48:18 +00:00
* 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`.
9 lines
153 B
Modula-2
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
|