From 7e064ab0a3a5c387d1f7fcf3091ff91749f15f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:00:25 +0000 Subject: [PATCH] Bump github.com/ooni/oohttp from 0.5.1 to 0.5.2 Bumps [github.com/ooni/oohttp](https://github.com/ooni/oohttp) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/ooni/oohttp/releases) - [Commits](https://github.com/ooni/oohttp/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: github.com/ooni/oohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 573bad7..b550cd7 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( git.tcp.direct/kayos/socks v0.1.1 github.com/gdamore/tcell/v2 v2.5.4 github.com/miekg/dns v1.1.50 - github.com/ooni/oohttp v0.5.1 + github.com/ooni/oohttp v0.5.2 github.com/orcaman/concurrent-map/v2 v2.0.1 github.com/panjf2000/ants/v2 v2.7.1 github.com/refraction-networking/utls v1.2.2 diff --git a/go.sum b/go.sum index f6eb998..aeda50b 100644 --- a/go.sum +++ b/go.sum @@ -22,8 +22,8 @@ github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWV github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA= github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME= -github.com/ooni/oohttp v0.5.1 h1:C2VaxI+NQRLCqPHKu6ihAHU1Cn+Q73snIjHrU8oVRbI= -github.com/ooni/oohttp v0.5.1/go.mod h1:XRJVx6aCswQrE7Fp3j4d8SjHNh1rPEdhpTyPu3zkyBw= +github.com/ooni/oohttp v0.5.2 h1:2U5OKi2tQTs9okdEV9FYZTzegI6OIJ86i9WsMDCfTq4= +github.com/ooni/oohttp v0.5.2/go.mod h1:XRJVx6aCswQrE7Fp3j4d8SjHNh1rPEdhpTyPu3zkyBw= github.com/orcaman/concurrent-map/v2 v2.0.1 h1:jOJ5Pg2w1oeB6PeDurIYf6k9PQ+aTITr/6lP/L/zp6c= github.com/orcaman/concurrent-map/v2 v2.0.1/go.mod h1:9Eq3TG2oBe5FirmYWQfYO5iH1q0Jv47PLaNK++uCdOM= github.com/panjf2000/ants/v2 v2.7.1 h1:qBy5lfSdbxvrR0yUnZfaEDjf0FlCw4ufsbcsxmE7r+M=