File: go.mod

package info (click to toggle)
golang-github-zeebo-xxh3 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 780 kB
  • sloc: asm: 2,165; ansic: 32; makefile: 26
file content (10 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/zeebo/xxh3/internal/compare

go 1.12

require (
	github.com/cespare/xxhash v1.1.0
	github.com/zeebo/xxh3 v0.0.0-20190706061215-e3a4ded7d14f
)

replace github.com/zeebo/xxh3 => ../../