]> Cypherpunks repositories - gogost.git/commitdiff
No vendoring, as no dependencies v6.1.0
authorSergey Matveev <stargrave@stargrave.org>
Wed, 12 Feb 2025 10:00:19 +0000 (13:00 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 12 Feb 2025 10:00:19 +0000 (13:00 +0300)
install.texi
makedist

index 3b3390cc613b3175c0b8b64dcb84af79b840fc3a..3b2e8bd331da74760fa1ac6f3917b0413882f868 100644 (file)
@@ -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
index da28bd6fe6a03d792305c38b371dab5baaad3a89..49501d41a9f0f3f05cd207d06b75fd5fe4c8918f 100755 (executable)
--- 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 <<EOF
 You can obtain releases source code prepared tarballs on
@@ -55,8 +54,6 @@ rm -rf .git
 redo-cleanup full
 rm -f $texi *.texi makedist version
 
-perl -i -npe "s/test/test -mod=vendor/" bench
-
 find . -type d -exec chmod 755 {} +
 find . -type f -exec chmod 644 {} +
 chmod +x bench