mirror of
https://github.com/status-im/status-go.git
synced 2025-01-16 09:47:13 +00:00
10 lines
185 B
Modula-2
10 lines
185 B
Modula-2
module github.com/multiformats/go-multiaddr
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ipfs/go-cid v0.0.7
|
|
github.com/multiformats/go-multihash v0.0.14
|
|
github.com/multiformats/go-varint v0.0.6
|
|
)
|