Files
multibase/go.mod
web3-bot 701f9d5222 chore!: bump go.mod to Go 1.24 and run go fix (#65)
BREAKING CHANGE: Updating the Go version to 1.24
2025-08-21 08:31:50 +01:00

10 lines
184 B
Modula-2

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