Skip to content

Commit

Permalink
bump go.mod to Go 1.17 and run go fix
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot authored and rvagg committed Apr 4, 2022
1 parent dc3bb41 commit 1d11990
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

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.16
go 1.17

0 comments on commit 1d11990

Please sign in to comment.