Skip to content

Commit 510418b

Browse files
committed
reverted xxhash versioning
1 parent 027188b commit 510418b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/hset-struct/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ require (
1010
)
1111

1212
require (
13-
github.com/cespare/xxhash/v2 v2.3.0 // indirect
13+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
1414
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
1515
)

0 commit comments

Comments
 (0)