status-go/vendor/github.com/multiformats/go-multibase/go.mod

10 lines
184 B
Modula-2
Raw Normal View History

2019-06-09 07:24:20 +00:00
module github.com/multiformats/go-multibase
go 1.11
2019-06-09 07:24:20 +00:00
require (
github.com/mr-tron/base58 v1.1.0
github.com/multiformats/go-base32 v0.0.3
github.com/multiformats/go-base36 v0.1.0
2019-06-09 07:24:20 +00:00
)