Files
multibase/go.mod
web3-bot 02ed95de81 ci: uci/update-go (#59)
* chore: bump go.mod to Go 1.21 and run go fix

* chore: run go mod tidy
2024-03-14 12:25:52 +01:00

10 lines
184 B
Modula-2

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