diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-08-11 09:42:54 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-08-24 12:05:06 +0200 |
| commit | 43795179c6b57e7f671f7471e53a0bf2fdcfad0d (patch) | |
| tree | 08a132c34fe977254f8c1ab227396408b824e607 /go.mod | |
| parent | 924a4fd1cb7a5ad3b5720380eb6fc742ea7602d2 (diff) | |
pkg/asset: use xz compression library
Calling an external tool imposes multiple OS/version compatibility
issues.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
