Add xxhash for track cache hashing

This commit is contained in:
Serge Tkatchouk
2020-02-13 22:55:45 +08:00
committed by sentriz
parent 26e4430abc
commit dca85313ed
2 changed files with 7 additions and 0 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.20.0+incompatible
github.com/cespare/xxhash v1.1.0
github.com/dustin/go-humanize v1.0.0
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/mux v1.7.3