From: Sergey Matveev Date: Wed, 12 Feb 2025 10:00:19 +0000 (+0300) Subject: No vendoring, as no dependencies X-Git-Tag: v6.1.0^0 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b898bb76b0a762b6945034afb919eddb51ef7a15;p=gogost.git No vendoring, as no dependencies --- diff --git a/install.texi b/install.texi index 3b3390c..3b2e8bd 100644 --- a/install.texi +++ b/install.texi @@ -10,7 +10,7 @@ $ [fetch|wget] http://www.gogost.cypherpunks.su/gogost-@value{VERSION}.tar.zst.@ [verify signature] $ tar xf gogost-@value{VERSION}.tar.zst $ cd gogost-@value{VERSION} -$ go build -mod=vendor -o streebog256 ./cmd/streebog256 +$ go build -o streebog256 ./cmd/streebog256 $ echo hello world | ./streebog256 f72018189a5cfb803dbe1f2149cf554c40093d8e7f81c21e08ac5bcd09d9934d @end example diff --git a/makedist b/makedist index da28bd6..49501d4 100755 --- a/makedist +++ b/makedist @@ -10,7 +10,6 @@ git clone . $tmp/gogost-$release cd $tmp/gogost-$release git checkout v$release ./version >VERSION -go mod vendor cat >download.texi <