Skip to content

Commit 1d11990

Browse files
web3-botrvagg
authored andcommitted
bump go.mod to Go 1.17 and run go fix
1 parent dc3bb41 commit 1d11990

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

go.mod

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ require (
44
github.com/multiformats/go-multibase v0.0.3
55
github.com/multiformats/go-multihash v0.0.15
66
github.com/multiformats/go-varint v0.0.6
7+
)
8+
9+
require (
10+
github.com/klauspost/cpuid/v2 v2.0.4 // indirect
11+
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
12+
github.com/minio/sha256-simd v1.0.0 // indirect
13+
github.com/mr-tron/base58 v1.2.0 // indirect
14+
github.com/multiformats/go-base32 v0.0.3 // indirect
15+
github.com/multiformats/go-base36 v0.1.0 // indirect
716
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
17+
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
818
)
919

10-
go 1.16
20+
go 1.17

0 commit comments

Comments
 (0)