diff options
author | Chris Koch <chrisko@google.com> | 2023-02-19 16:49:35 -0800 |
---|---|---|
committer | Chris K <c@chrisko.ch> | 2023-02-19 17:07:40 -0800 |
commit | 598984875576cb96c67c63ec59df9b402e3cd006 (patch) | |
tree | 1dd6ee5d4b2178eb34295323b2aef03b6368cb9b /go.mod | |
parent | 6015ab17ceaf829423bc6af6223ef765d0bd07ab (diff) |
Pin lz4 to v4.1.14 due to bug
https://github.com/pierrec/lz4/issues/203
Signed-off-by: Chris Koch <chrisko@google.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 github.com/mdlayher/netlink v1.1.1 github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 - github.com/pierrec/lz4/v4 v4.1.17 // indirect + github.com/pierrec/lz4/v4 v4.1.14 // indirect github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/testify v1.6.1 github.com/u-root/uio v0.0.0-20230215032506-9aa6f7e2d72c |