Update to release version after [this issue](https://github.com/spaolacci/murmur3/issues/24) (#3)

This commit is contained in:
Evgeniy Kulikov 2019-03-18 14:49:34 +03:00 committed by GitHub
parent e8ba64d915
commit 7462e26df6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/nspcc-dev/hrw
require github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
require github.com/spaolacci/murmur3 v1.1.0

4
go.sum
View file

@ -1,2 +1,2 @@
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=
github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=
github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=