From fadd5d816b337898ce7dda75b24d4e36b1249487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 11:28:42 -0800 Subject: [PATCH] Chore(deps): Bump github.com/ooni/oohttp from 0.6.5 to 0.6.7 (#114) Bumps [github.com/ooni/oohttp](https://github.com/ooni/oohttp) from 0.6.5 to 0.6.7. - [Release notes](https://github.com/ooni/oohttp/releases) - [Commits](https://github.com/ooni/oohttp/compare/v0.6.5...v0.6.7) --- updated-dependencies: - dependency-name: github.com/ooni/oohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 859f8dc..80205cc 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( git.tcp.direct/kayos/socks v0.1.3 github.com/gdamore/tcell/v2 v2.6.0 github.com/miekg/dns v1.1.57 - github.com/ooni/oohttp v0.6.5 + github.com/ooni/oohttp v0.6.7 github.com/orcaman/concurrent-map/v2 v2.0.1 github.com/panjf2000/ants/v2 v2.9.0 github.com/refraction-networking/utls v1.6.0 diff --git a/go.sum b/go.sum index 0e6d6ea..7f55a37 100644 --- a/go.sum +++ b/go.sum @@ -30,8 +30,8 @@ github.com/miekg/dns v1.1.57 h1:Jzi7ApEIzwEPLHWRcafCN9LZSBbqQpxjt/wpgvg7wcM= github.com/miekg/dns v1.1.57/go.mod h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk= github.com/onsi/ginkgo/v2 v2.9.5 h1:+6Hr4uxzP4XIUyAkg61dWBw8lb/gc4/X5luuxN/EC+Q= github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE= -github.com/ooni/oohttp v0.6.5 h1:hjMnX2fGNHYHqh1JmfxoTfnN9JmdgT0fa6yIEjoYhG8= -github.com/ooni/oohttp v0.6.5/go.mod h1:RipdYAUiw1UTnpm0ISd0r1Kiv/CGaRUgn08xbK1JgVo= +github.com/ooni/oohttp v0.6.7 h1:wmCjx9+gzx7p1xc/kMAmgXSgXKu7G8CAmil4Zii3g10= +github.com/ooni/oohttp v0.6.7/go.mod h1:Vipww76rE6i/Lyd+M8gec/ixPrsyPti1J8xTyqzFIHA= 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.9.0 h1:SztCLkVxBRigbg+vt0S5QvF5vxAbxbKt09/YfAJ0tEo=