]> Cypherpunks repositories - gogost.git/commitdiff
Up to date golang.org/x/crypto v6.0.2
authorSergey Matveev <stargrave@stargrave.org>
Fri, 17 Jan 2025 09:15:23 +0000 (12:15 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 17 Jan 2025 09:18:06 +0000 (12:18 +0300)
go.mod
go.sum
gogost.go
news.texi

diff --git a/go.mod b/go.mod
index cae3ba86c449747394181eb38c1df076c83050c8..1d360920778d5b6b2ec339767cfb0c4573aa1377 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
 module go.cypherpunks.su/gogost/v6
 
-go 1.21
+go 1.23
 
-require golang.org/x/crypto v0.26.0
+require golang.org/x/crypto v0.32.0
diff --git a/go.sum b/go.sum
index 3b1ad3f020ded7b3c8fd237ff3206ffcd384a87d..2f9c45b4dea01c7bd92180040ae12f1be7941183 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,2 @@
-golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=
-golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=
+golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=
+golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc=
index 470e2fb2183d8e3dbb52364cfb285a5456d9428f..9ebbf785e035bc6b16f2dd4c0cc2d02537755325 100644 (file)
--- a/gogost.go
+++ b/gogost.go
@@ -1,4 +1,4 @@
 // Pure Go GOST cryptographic functions library.
 package gogost
 
-const Version = "6.0.1"
+const Version = "6.0.2"
index 20de469f2fb42a5702e0ba71396827f4c4848510..f14793fd6bd26e190351f7080ec712abc016a2bf 100644 (file)
--- a/news.texi
+++ b/news.texi
@@ -3,6 +3,10 @@
 
 @table @strong
 
+@anchor{Release 6.0.2}
+@item 6.0.2
+Minor trivial changes.
+
 @anchor{Release 6.0.1}
 @item 6.0.1
 Minor trivial changes.