Browse Source

upgrade x/crypto

tags/v2.5.0-rc1
Shivaram Lingamneni 3 years ago
parent
commit
bd959207e4
3 changed files with 4 additions and 2 deletions
  1. 1
    1
      go.mod
  2. 2
    0
      go.sum
  3. 1
    1
      vendor/modules.txt

+ 1
- 1
go.mod View File

@@ -18,7 +18,7 @@ require (
18 18
 	github.com/stretchr/testify v1.4.0 // indirect
19 19
 	github.com/tidwall/buntdb v1.1.4
20 20
 	github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208
21
-	golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
21
+	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
22 22
 	golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f // indirect
23 23
 	golang.org/x/text v0.3.3
24 24
 	gopkg.in/yaml.v2 v2.3.0

+ 2
- 0
go.sum View File

@@ -77,6 +77,8 @@ golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 h1:DZhuSZLsGlFL4CmhA8BcRA
77 77
 golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
78 78
 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a h1:vclmkQCjlDX5OydZ9wv8rBCcS0QyQY66Mpf/7BZbInM=
79 79
 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
80
+golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 h1:pLI5jrR7OSLijeIDcmRxNmw2api+jEfxLoykJVice/E=
81
+golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
80 82
 golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
81 83
 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 h1:0GoQqolDA55aaLxZyTzK/Y2ePZzZTUrRacwib7cNsYQ=
82 84
 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=

+ 1
- 1
vendor/modules.txt View File

@@ -58,7 +58,7 @@ github.com/tidwall/tinyqueue
58 58
 # github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208
59 59
 ## explicit
60 60
 github.com/toorop/go-dkim
61
-# golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
61
+# golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
62 62
 ## explicit
63 63
 golang.org/x/crypto/bcrypt
64 64
 golang.org/x/crypto/blowfish

Loading…
Cancel
Save