From 6a7abf90c3ac2ccf5b9e29818d8507bad4326b33 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 4 Sep 2022 16:33:50 +0300 Subject: [PATCH] Update dependant libraries --- doc/news.ru.texi | 3 +++ doc/news.texi | 3 +++ makedist.sh | 4 ++-- src/go.mod | 16 ++++++++-------- src/go.sum | 32 +++++++++++++++++--------------- 5 files changed, 33 insertions(+), 25 deletions(-) diff --git a/doc/news.ru.texi b/doc/news.ru.texi index cb382df..e305914 100644 --- a/doc/news.ru.texi +++ b/doc/news.ru.texi @@ -11,6 +11,9 @@ @item Минимальная требуемая версия Go 1.17. +@item +Обновлены зависимые библиотеки. + @end itemize @node Релиз 8.7.2 diff --git a/doc/news.texi b/doc/news.texi index fe59117..c640a99 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -14,6 +14,9 @@ Fixed buildability under Go 1.19. @item Minimal required Go version is 1.17. +@item +Updated dependencies. + @end itemize @node Release 8_7_2 diff --git a/makedist.sh b/makedist.sh index 00c1bb0..245ae6c 100755 --- a/makedist.sh +++ b/makedist.sh @@ -19,7 +19,7 @@ rm -r \ github.com/hjson/hjson-go/build_release.sh \ github.com/klauspost/compress/gen.sh \ github.com/klauspost/compress/gzhttp \ - github.com/klauspost/compress/internal \ + github.com/klauspost/compress/internal/snapref \ github.com/klauspost/compress/s2* \ github.com/klauspost/compress/snappy \ github.com/klauspost/compress/zstd/snappy.go \ @@ -36,7 +36,7 @@ find . \( \ -name .gitattributes \) -delete mkdir contrib -cp ~/work/redo/minimal/do contrib/do +cp ~/work/redo/apenwarr/minimal/do contrib/do cat > doc/download.texi <