mirror of
https://github.com/status-im/status-go.git
synced 2025-02-22 11:48:31 +00:00
11 lines
221 B
Modula-2
11 lines
221 B
Modula-2
module github.com/multiformats/go-multiaddr
|
|
|
|
go 1.16
|
|
|
|
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
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|