Files
multibase/go.mod
web3-bot 766dbc86ae chore!: bump go.mod to Go 1.23 and run go fix (#63)
BREAKING CHANGE: Updating the Go version to 1.23
2025-02-16 21:01:37 +01:00

10 lines
184 B
Modula-2

module github.com/multiformats/go-multibase
go 1.23
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
)