mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
2f539d3bd2
Go ens needs to be updated to be compatible with the lastest geth version
11 lines
227 B
Modula-2
11 lines
227 B
Modula-2
module github.com/multiformats/go-multiaddr
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/ipfs/go-cid v0.0.7
|
|
github.com/libp2p/go-maddr-filter v0.1.0
|
|
github.com/multiformats/go-multihash v0.0.14
|
|
github.com/multiformats/go-varint v0.0.6
|
|
)
|