From: Sergey Matveev Date: Fri, 9 Aug 2019 11:27:10 +0000 (+0300) Subject: Update go modules X-Git-Tag: 4.0~2 X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=commitdiff_plain;h=a8c40d596fbb0935e553f85c4cbce71a2bff47bc Update go modules --- diff --git a/src/cypherpunks.ru/gogost/go.mod b/src/cypherpunks.ru/gogost/go.mod index 9cfc53d..2876534 100644 --- a/src/cypherpunks.ru/gogost/go.mod +++ b/src/cypherpunks.ru/gogost/go.mod @@ -2,4 +2,4 @@ module cypherpunks.ru/gogost go 1.12 -require golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 +require golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 diff --git a/src/cypherpunks.ru/gogost/go.sum b/src/cypherpunks.ru/gogost/go.sum index b4295f2..b75b87f 100644 --- a/src/cypherpunks.ru/gogost/go.sum +++ b/src/cypherpunks.ru/gogost/go.sum @@ -1,6 +1,6 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 h1:58fnuSXlxZmFdJyvtTFVmVhcMLU6v5fEb/ok4wyqtNU= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 h1:HuIa8hRrWRSrqYzx1qI49NNxhdi2PrY7gxVSq1JjLDc= +golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=