mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
7 lines
133 B
Modula-2
7 lines
133 B
Modula-2
|
module github.com/multiformats/go-multibase
|
||
|
|
||
|
require (
|
||
|
github.com/mr-tron/base58 v1.1.0
|
||
|
github.com/multiformats/go-base32 v0.0.3
|
||
|
)
|