bump go.mod to Go 1.19 and run go fix

This commit is contained in:
web3-bot
2023-03-10 13:07:35 +00:00
committed by Rod Vagg
parent c442d70f87
commit 8170d966f8

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/multiformats/go-multibase
go 1.18
go 1.19
require (
github.com/mr-tron/base58 v1.1.0