Files
multibase/go.mod

11 lines
217 B
Modula-2
Raw Permalink Normal View History

module github.com/multiformats/go-multibase
go 1.11
require (
github.com/mr-tron/base58 v1.1.0
github.com/multiformats/go-base32 v0.0.3
2020-05-23 03:37:18 +02:00
github.com/multiformats/go-base36 v0.1.0
2021-05-06 09:48:17 -04:00
github.com/urfave/cli/v2 v2.3.0
)