go.mod: Use github.com/twmb/murmur3 for murmur3 (#6486)

Let's try this again shall we
This commit is contained in:
Jakob Borg
2020-04-01 23:51:31 +02:00
committed by GitHub
parent 0d919bd79c
commit 7da898f2d6
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -52,4 +52,4 @@ require (
go 1.13
// https://github.com/spaolacci/murmur3/pull/30
replace github.com/spaolacci/murmur3 v1.1.0 => github.com/calmh/murmur3 v1.1.1-0.20200226160057-74e9af8f47ac
replace github.com/spaolacci/murmur3 v1.1.0 => github.com/twmb/murmur3 v1.1.3