File: go.mod

package info (click to toggle)
golang-github-multiformats-go-multihash 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 376 kB
  • sloc: sh: 138; makefile: 39
file content (17 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/multiformats/go-multihash

require (
	github.com/minio/sha256-simd v1.0.0
	github.com/mr-tron/base58 v1.2.0
	github.com/multiformats/go-varint v0.0.6
	github.com/spaolacci/murmur3 v1.1.0
	golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
	lukechampine.com/blake3 v1.1.6
)

require (
	github.com/klauspost/cpuid/v2 v2.0.9 // indirect
	golang.org/x/sys v0.1.0 // indirect
)

go 1.19