File: go.mod

package info (click to toggle)
golang-github-zeebo-blake3 0.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 616 kB
  • sloc: asm: 3,013; python: 67; makefile: 29
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module github.com/zeebo/blake3

go 1.18

require (
	github.com/klauspost/cpuid/v2 v2.0.12
	github.com/zeebo/assert v1.1.0
	github.com/zeebo/pcg v1.0.1
)