diff options
| author | 2022-05-26 13:38:41 +0200 | |
|---|---|---|
| committer | 2022-05-26 13:38:41 +0200 | |
| commit | 1cdc163276f3437645c0b2c01602e53fa2292c46 (patch) | |
| tree | 98d21b38fccfed0caadfa06cd937d505d84175aa /vendor/modules.txt | |
| parent | [performance] Bump default workers to CPUs * 2 (#608) (diff) | |
| download | gotosocial-1cdc163276f3437645c0b2c01602e53fa2292c46.tar.xz | |
[performance] Don't retry/backoff invalid http requests that will never succeed (#609)v0.3.4
* add httpguts (ew)
* add ValidateRequest err wrapping logic
* don't retry on unrecoverable errors
* i am very clever
Diffstat (limited to 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index a143bfa87..b8b794be8 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -566,12 +566,13 @@ golang.org/x/crypto/ssh/internal/bcrypt_pbkdf # golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 ## explicit; go 1.17 golang.org/x/mod/semver -# golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 +# golang.org/x/net v0.0.0-20220524220425-1d687d428aca ## explicit; go 1.17 golang.org/x/net/context golang.org/x/net/context/ctxhttp golang.org/x/net/html golang.org/x/net/html/atom +golang.org/x/net/http/httpguts golang.org/x/net/idna # golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 ## explicit; go 1.11 |
