]> Cypherpunks.ru repositories - gogost.git/commitdiff
Cleaned up go.sum v5.9.1
authorSergey Matveev <stargrave@stargrave.org>
Wed, 2 Nov 2022 07:49:38 +0000 (10:49 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 2 Nov 2022 07:51:35 +0000 (10:51 +0300)
go.mod
go.sum
gogost.go
news.texi

diff --git a/go.mod b/go.mod
index 7c307f9aee1e574d0ad78ebfdfd4df9423ea80df..ab71e19ecfdb7571ff4c24831e134b54f98f1017 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
 module go.cypherpunks.ru/gogost/v5
 
-go 1.12
+go 1.17
 
-require golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e
+require golang.org/x/crypto v0.1.0
diff --git a/go.sum b/go.sum
index 9e4c32717827ba6592cd4cd974298e7a5ed03361..37c516a9ce556af92283972af3e907f080542f09 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -1,7 +1,2 @@
-golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e h1:8foAy0aoO5GkqCvAEJ4VC4P3zksTg4X4aJCDpZzmgQI=
-golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e/go.mod h1:P+XmwS30IXTQdn5tA2iutPOUgjI07+tq3H3K9MVA1s8=
-golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
-golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
-golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
-golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/crypto v0.1.0 h1:MDRAIl0xIo9Io2xV565hzXHw3zVseKrJKodhohM5CjU=
+golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
index dab79d3923e07e5b3315140cfa00367f6f0f12f6..76095fe1ddfa99c144b828ab1d208dca6ae83717 100644 (file)
--- a/gogost.go
+++ b/gogost.go
@@ -1,4 +1,4 @@
 // Pure Go GOST cryptographic functions library.
 package gogost
 
-const Version = "5.9.0"
+const Version = "5.9.1"
index 3ffaae9433f5f9ca0e08baffd82a5a8241be913f..66e19421777ab5bc0228b6fee62b9975caed6823 100644 (file)
--- a/news.texi
+++ b/news.texi
@@ -3,6 +3,10 @@
 
 @table @strong
 
+@anchor{Release 5.9.1}
+@item 5.9.1
+Updated and cleaned up @file{go.sum}.
+
 @anchor{Release 5.9.0}
 @item 5.9.0
 @code{gost3410} is more thread-safe.