From 1d1199041754b973c610011e96b053118db2e080 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Mon, 4 Apr 2022 14:13:59 +0000 Subject: [PATCH] bump go.mod to Go 1.17 and run go fix --- go.mod | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 20bfaf2..6e3b580 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,17 @@ require ( github.com/multiformats/go-multibase v0.0.3 github.com/multiformats/go-multihash v0.0.15 github.com/multiformats/go-varint v0.0.6 - golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect ) -go 1.16 +require ( + github.com/klauspost/cpuid/v2 v2.0.4 // indirect + github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect + github.com/minio/sha256-simd v1.0.0 // indirect + github.com/mr-tron/base58 v1.2.0 // indirect + github.com/multiformats/go-base32 v0.0.3 // indirect + github.com/multiformats/go-base36 v0.1.0 // indirect + golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect + golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect +) + +go 1.17