mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-02 21:13:12 +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
|