From: Sergey Matveev Date: Wed, 2 Nov 2022 07:49:38 +0000 (+0300) Subject: Cleaned up go.sum X-Git-Tag: v5.9.1^0 X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=commitdiff_plain;h=9e5933389b6aab4cbe9f9f1d290c3b5ccb935b2c Cleaned up go.sum --- diff --git a/go.mod b/go.mod index 7c307f9..ab71e19 100644 --- 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 9e4c327..37c516a 100644 --- 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= diff --git a/gogost.go b/gogost.go index dab79d3..76095fe 100644 --- 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" diff --git a/news.texi b/news.texi index 3ffaae9..66e1942 100644 --- 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.