diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-08-09 18:46:52 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-08-16 16:02:16 +0800 |
commit | 3e21adc6488be41ac882c316486573374785cc82 (patch) | |
tree | ed6e1fede007bc8011ed6b12816a5be16ee91c38 /vendor/vendor.json | |
parent | 2cdf6ee7e00d6127c372e7a28bb27a80ef495cb2 (diff) | |
download | dexon-3e21adc6488be41ac882c316486573374785cc82.tar.gz dexon-3e21adc6488be41ac882c316486573374785cc82.tar.zst dexon-3e21adc6488be41ac882c316486573374785cc82.zip |
crypto/bn256: fix issues caused by Go 1.11
Diffstat (limited to 'vendor/vendor.json')
-rw-r--r-- | vendor/vendor.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index fe6a6dc5e..78886c7bb 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -748,6 +748,12 @@ "revisionTime": "2017-05-17T20:25:26Z" }, { + "checksumSHA1": "REkmyB368pIiip76LiqMLspgCRk=", + "path": "golang.org/x/sys/cpu", + "revision": "904bdc257025c7b3f43c19360ad3ab85783fad78", + "revisionTime": "2018-08-08T08:17:46Z" + }, + { "checksumSHA1": "r1jWq0V3AI5DLN0aCnXXMH/is9Q=", "path": "golang.org/x/sys/unix", "revision": "1e2299c37cc91a509f1b12369872d27be0ce98a6", |