diff options
author | zeripath <art27@cantab.net> | 2019-12-15 16:21:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-15 16:21:16 +0000 |
commit | 60b31c8f01cbfdad5435510a9b8b05f84fe38a78 (patch) | |
tree | 388b4f789866e6908f4ad9444e08ee1e982272b4 /vendor/modules.txt | |
parent | f6b29012e09d5f7770a0b1ea8659da5172e155b3 (diff) | |
download | gitea-60b31c8f01cbfdad5435510a9b8b05f84fe38a78.tar.gz gitea-60b31c8f01cbfdad5435510a9b8b05f84fe38a78.zip |
Fix the intermittent TestGPGGit failures (#9360)
* Fix the intermittent TestGPGGit failures
Reattempt to open the listener if the port is busy with a delay up to a second
Switch from generating a private key each time, just use a known good key
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index d78427d3f0..34b0f6c6e8 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -439,7 +439,7 @@ go.mongodb.org/mongo-driver/bson/bsonrw go.mongodb.org/mongo-driver/bson/bsontype go.mongodb.org/mongo-driver/bson/primitive go.mongodb.org/mongo-driver/x/bsonx/bsoncore -# golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f +# golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 golang.org/x/crypto/acme golang.org/x/crypto/acme/autocert golang.org/x/crypto/argon2 @@ -508,7 +508,7 @@ golang.org/x/text/transform golang.org/x/text/unicode/bidi golang.org/x/text/unicode/norm golang.org/x/text/width -# golang.org/x/tools v0.0.0-20190910221609-7f5965fd7709 +# golang.org/x/tools v0.0.0-20191213221258-04c2e8eff935 golang.org/x/tools/go/ast/astutil golang.org/x/tools/go/buildutil golang.org/x/tools/go/gcexportdata |