commit | 3ad5d2b0d5bdfe0d46a927af4e3f984e84f11c62 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Apr 02 17:02:04 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Apr 13 10:56:34 2020 -0700 |
tree | a3d359aae5a974f1e250ef36e74b42ac4ce162e1 | |
parent | 85f373195e83d76635ab36456cf3575306dfccd6 [diff] [blame] |
[VOL-2836] Using different topic per ONU device Change-Id: Ic0328f789c19dfedd86616df527c5ba510de0de9
diff --git a/vendor/github.com/cespare/xxhash/go.mod b/vendor/github.com/cespare/xxhash/go.mod new file mode 100644 index 0000000..10605a6 --- /dev/null +++ b/vendor/github.com/cespare/xxhash/go.mod
@@ -0,0 +1,6 @@ +module github.com/cespare/xxhash + +require ( + github.com/OneOfOne/xxhash v1.2.2 + github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 +)