We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3bb41 commit 1d11990Copy full SHA for 1d11990
go.mod
@@ -4,7 +4,17 @@ require (
4
github.com/multiformats/go-multibase v0.0.3
5
github.com/multiformats/go-multihash v0.0.15
6
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
16
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
17
+ golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
18
)
19
-go 1.16
20
+go 1.17
0 commit comments