From 43795179c6b57e7f671f7471e53a0bf2fdcfad0d Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 11 Aug 2022 09:42:54 +0000 Subject: pkg/asset: use xz compression library Calling an external tool imposes multiple OS/version compatibility issues. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 9e9dd1ed0..cfbb126b8 100644 --- a/go.mod +++ b/go.mod @@ -26,8 +26,10 @@ require ( github.com/spf13/cast v1.3.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/stretchr/objx v0.3.0 // indirect + github.com/stretchr/testify v1.7.0 // indirect github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b // indirect github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 // indirect + github.com/ulikunitz/xz v0.5.10 // indirect golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c golang.org/x/perf v0.0.0-20211012211434-03971e389cd3 -- cgit mrf-deployment