...

Text file src/github.com/zeebo/xxh3/go.mod

Documentation: github.com/zeebo/xxh3

     1module github.com/zeebo/xxh3
     2
     3go 1.17
     4
     5require (
     6	github.com/klauspost/cpuid/v2 v2.0.9
     7	github.com/zeebo/assert v1.3.0
     8)
     9
    10replace github.com/zeebo/xxh3/avo => ./avo

View as plain text