Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OONI

We are a global community measuring Internet censorship since 2012.
Collective - Host: opensource - https://opencollective.com/ooni - Website: https://ooni.org - Code: https://github.com/ooni

Add field

github.com/ooni/backend - d9db8da7ca91f62fd9c6e126285af678b47dde2a authored about 1 year ago by Federico Ceratto <[email protected]>
Add email address to incidents

github.com/ooni/backend - b8c052755bae25b0a1f69c40ffc5234e4ed1c90f authored about 1 year ago by Federico Ceratto <[email protected]>
Fix token len test

github.com/ooni/backend - 12f0b9e4596e76cc1b292262d4472c8c7816e0e9 authored about 1 year ago by Federico Ceratto <[email protected]>
Fix, update tests

github.com/ooni/backend - dd0e77c2a6c290233b332e54ab3b6ae6f98df41f authored about 1 year ago by Federico Ceratto <[email protected]>
Hide incident email to non-admins

github.com/ooni/backend - 72c8d3c1ccfd5b2e22d61e7e7af82f9e20fd0c57 authored about 1 year ago by Federico Ceratto <[email protected]>
Return email address on login

github.com/ooni/backend - 0ec9fba0eb9c4c440dcb7456f2aab529561104ae authored about 1 year ago by Federico Ceratto <[email protected]>
Add torsf feature flag

https://github.com/ooni/backend/issues/742
https://github.com/ooni/backend/pull/743

github.com/ooni/backend - d8bb646d9ede112fe6e2fdbb16a904bc0fb36c2a authored about 1 year ago by Federico Ceratto <[email protected]>
Give cap_net_raw to prometheus-blackbox-exporter

github.com/ooni/sysadmin - b5cd73274a9b0882f2fcc9f21b684f7fcf48fa87 authored about 1 year ago by Federico Ceratto <[email protected]>
Override strict certificate check

github.com/ooni/sysadmin - d8f12d31be9a24497768075fadef5ea78dcb1439 authored about 1 year ago by Federico Ceratto <[email protected]>
Update explorer strings

github.com/ooni/translations - defd9e890659c98f84561af4bb9ff8c92e836497 authored about 1 year ago by majakomel <[email protected]>
Update explorer and run translations

github.com/ooni/translations - a88a3f17c1b9f3b9e0309f51bd7a512a7c261b15 authored about 1 year ago by majakomel <[email protected]>
deploy: ooni/ooni.org@d1646cc15ee005f25130382892fc69afa12a6ef4

github.com/ooni/ooni.github.io - 42424c24cb72c2255eade7a14bcde49a6be10581 authored about 1 year ago by bassosimone <[email protected]>
Merge pull request #598 from ooni/update/update-experimental-item-row-with-measurement-count

Updates experimental item in test results to include test count

github.com/ooni/probe-android - f9521158716b45974526ba2d2c8e5a02928dab2a authored about 1 year ago by Norbel AMBANUMBEN <[email protected]>
fix(ooni-run-survey): add missing blank space

github.com/ooni/ooni.org - d1646cc15ee005f25130382892fc69afa12a6ef4 authored about 1 year ago by Simone Basso <[email protected]>
Merge branch 'master' of github.com:ooni/probe-android into update/update-experimental-item-row-with-measurement-count

github.com/ooni/probe-android - d576ef5c4e20dc4da068a4eba5217a9ede45174b authored about 1 year ago by Norbel Ambanumben <[email protected]>
Merge pull request #595 from ooni/chore/update-to-gradle-version-catalogs

chore: update to gradle version catalogs

github.com/ooni/probe-android - 7072e5adbc5feccfddd0ef53350da04d87960f71 authored about 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge branch 'master' of github.com:ooni/probe-android into chore/update-to-gradle-version-catalogs

github.com/ooni/probe-android - e834f22514813b321e2eba284098f18f75d2f127 authored about 1 year ago by Norbel Ambanumben <[email protected]>
feat(ios): replace go-libtor with ./internal/libtor (#1366)

This diff replaces go-libtor with ./internal/libtor.

Closes https://github.com/ooni/probe/iss...

github.com/ooni/probe-cli - 6541ef16ae22c37eff773fef7bceaa743a6fd860 authored about 1 year ago by Simone Basso <[email protected]>
chore(buildtool): add ios-build unit tests (#1371)

We needed to move the runtimex.Assert for darwin, otherwise we cannot
run unit tests on linux 😅...

github.com/ooni/probe-cli - 3d2ce2b1f23cb2ef5387ea7e60f49442af4cb300 authored about 1 year ago by Simone Basso <[email protected]>
feat(buildtool): build zlib, openssl, libevent, and tor for iOS (#1370)

This diff extends buildtool to builds zlib, openssl, libevent, and tor
for iOS.

We're only t...

github.com/ooni/probe-cli - 63edcbe3a7aff5bfbe7b239f9c560a646d73a0bf authored about 1 year ago by Simone Basso <[email protected]>
fix(buildtool): let libevent use OpenSSL's pkgconfig (#1369)

This diff modifies `./internal/cmd/buildtool` to (1) stop removing
OpenSSL's pkgconfig, (2) use...

github.com/ooni/probe-cli - ea4ef4edd85109fe679ac7626d9c620bb0c21b1a authored about 1 year ago by Simone Basso <[email protected]>
cleanup(buildtool): disable unit tests when building tor (#1368)

We're building unit tests for no reason. Also, unit tests do not build
for iOS. So, let's stop ...

github.com/ooni/probe-cli - 347e3cdc81617ee3f36472056285ae9c13054ca1 authored about 1 year ago by Simone Basso <[email protected]>
Merge pull request #600 from ooni/chore/update-translations-my-vi

Chore: Added translations for `vi` and `my`

github.com/ooni/probe-android - 8b5f4f25e2e98c4f7867d213ef175bedacd0a92c authored about 1 year ago by Norbel AMBANUMBEN <[email protected]>
refactor(buildtool): use list for OpenSSL ./Configure flags (#1367)

We currently have a string variable in `cBuildEnv` named
`OPENSSL_API_DEFINE` that we append to...

github.com/ooni/probe-cli - 76c140fec726f40e1f6688291dabc9042ee3a551 authored about 1 year ago by Simone Basso <[email protected]>
pull updates for language from transifex

github.com/ooni/probe-android - 5975bf0c4c74f5850a66cba87e6b3c6fdf5b252e authored about 1 year ago by Norbel Ambanumben <[email protected]>
chore(ooniprobe): add riseupvpn to experimental test suite (#1365)

Concludes riseupvpn work for release 3.19.

Reference issue: https://github.com/ooni/probe/iss...

github.com/ooni/probe-cli - d9bfb1ecad8535414807cc9da90597d4b064612d authored about 1 year ago by Simone Basso <[email protected]>
feat(riseupvpn): include bootstrap in progress (#1364)

This diff modifies riseupvpn to include bootstrap in progress.

We define as riseupvpn's boots...

github.com/ooni/probe-cli - 2947edef65560d2cf85364a65327555bccb443da authored about 1 year ago by Simone Basso <[email protected]>
refactor(riseupvpn): handle failing API and simplify test keys (#1363)

This diff incorporates part of what has been implemented by @cyBerta in
https://github.com/ooni...

github.com/ooni/probe-cli - db70616ad3ef5731a06f1de8bc7ff1cbfd3f7a2e authored about 1 year ago by Simone Basso <[email protected]>
chore: use go1.20.10 (#1362)

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/probe-cli - 85da2202a3a87b86fb85553e1401bf776cbf0e26 authored about 1 year ago by Simone Basso <[email protected]>
chore: update to go1.20.10 (#49)

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/oohttp - 7b3c08cc97e8aa8ad69841e3f8d2212b34c39453 authored about 1 year ago by Simone Basso <[email protected]>
refactor(riseupvpn): rename structs, change progress, bump version (#1361)

This diff renames some structs, changes the code emitting the progress,
and bumps the experimen...

github.com/ooni/probe-cli - 4828c582cb286db64c687b22526991673024c5f0 authored about 1 year ago by Simone Basso <[email protected]>
Merge branch 'golang-http-upstream' into merged-main

github.com/ooni/oohttp - a8f3a80ab49057d39fb725f88a21a39cc1fd9dc5 authored about 1 year ago by Simone Basso <[email protected]>
Updated the result list layout to prevent text overlap.

github.com/ooni/probe-android - 473d21cb5244590806ba091601fe1e31f7625a78 authored about 1 year ago by Norbel Ambanumben <[email protected]>
Merge pull request #22 from ooni/merged-main

chore: prepare for merging with go1.20.10

github.com/ooni/oocrypto - da418b9d57eb8c6e63eac5e34c8317e6be0be783 authored about 1 year ago by Simone Basso <[email protected]>
chore: prepare for merging with go1.20.10

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/oohttp - 482971896f61e892e185aeb543e3525e3a31ca6e authored about 1 year ago by Simone Basso <[email protected]>
cleanup(riseupvpn): remove summary keys (#1360)

Removing the summary keys was discussed in
https://github.com/ooni/probe-cli/pull/1125 and I'm ...

github.com/ooni/probe-cli - 82b11fc15c62c841cad3ae06dfe0646d55deccb2 authored about 1 year ago by Simone Basso <[email protected]>
chore: prepare for merging with go1.20.10

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/oocrypto - 440e46048dba8ea2c17c87ca03e6c40a25a32500 authored about 1 year ago by Simone Basso <[email protected]>
Merge branch 'master' of github.com:ooni/probe-android into chore/update-translations-my-vi

github.com/ooni/probe-android - 687035e851759ed444e925368870c2dca2483417 authored about 1 year ago by Norbel Ambanumben <[email protected]>
fix(registry): mark torsf as disabled by default (#1359)

There may be upcoming changes in torsf which may cause it to fail
consistently as it occurred d...

github.com/ooni/probe-cli - 33451c7d02597b0ae90941800e084fdfabe0002d authored about 1 year ago by Simone Basso <[email protected]>
fix(ooniprobe): make sure we actually run echcheck (#1358)

While there, emit some logs while running it.

While there, make the warning emitted when a ne...

github.com/ooni/probe-cli - e6e00dc5cc82da91c92c27c9597b4475cd672acf authored about 1 year ago by Simone Basso <[email protected]>
Fix bridge

github.com/ooni/sysadmin - b16ed587562d938c58395227f16f48c977ce10c5 authored about 1 year ago by Federico Ceratto <[email protected]>
Merge pull request #162 from ooni/dev

Design system improvements

github.com/ooni/design-system - 640766dd9db711be5734b3a6c9670810aad3ff31 authored about 1 year ago by Maja Komel <[email protected]>
Minor fix

github.com/ooni/sysadmin - 058b223bbd8aae6f32929686d40d576205b806c8 authored about 1 year ago by Federico Ceratto <[email protected]>
Rename

github.com/ooni/sysadmin - 5f1f9647f07e6dda4907d4b3f3541e69ca0a06cd authored about 1 year ago by Federico Ceratto <[email protected]>
Install vector using extrepo

github.com/ooni/sysadmin - 25169bfb1343b755cba77bc719bf0731a2be082c authored about 1 year ago by Federico Ceratto <[email protected]>
feat: add echcheck to the experimental suite (#1217)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - 39019d026a98ef731741bcb70cccbc933b936712 authored about 1 year ago by kelmenhorst <[email protected]>
Bump Clickhouse version

github.com/ooni/sysadmin - db9a001bdfb9f7d8e619d4166fa4040413f90142 authored about 1 year ago by Federico Ceratto <[email protected]>
Fix internal repo

github.com/ooni/sysadmin - 90fdc2ec6425a5569d0ce82eea44f71194a5ed99 authored about 1 year ago by Federico Ceratto <[email protected]>
Fix Grafana and Clickhous repos

github.com/ooni/sysadmin - 0e51a5f091fc9367be9c2354b8e6b6a91a218faf authored about 1 year ago by Federico Ceratto <[email protected]>
fix(torsf): bump the version number (#1357)

We changed the SNI, so let's change also the version number.

Part of https://github.com/ooni/...

github.com/ooni/probe-cli - 66d9b995d399d82ea59fec5f3a71e0c0373c3044 authored about 1 year ago by Simone Basso <[email protected]>
feat: mvp of conditionally enabling experiments (#1355)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - 4ea67b84d909271907d39c2842fe4f29943c405b authored about 1 year ago by Simone Basso <[email protected]>
Add internal deb repo pubkey

github.com/ooni/sysadmin - 1f22aecac0bdab4dda5377ac477bdcad1a48765a authored about 1 year ago by Federico Ceratto <[email protected]>
Update archive name

github.com/ooni/sysadmin - 84e45e972fb9dbf93e3cefb6a2dfc09f3dd7ba6d authored about 1 year ago by Federico Ceratto <[email protected]>
Delete account

github.com/ooni/sysadmin - 0892201fe47e9fb86be5e0566b2dbee1403f35f5 authored about 1 year ago by Federico Ceratto <[email protected]>
Rename beacons to bridges

github.com/ooni/sysadmin - 83e82188033c7c18dcc7c53624110aae73609c55 authored about 1 year ago by Federico Ceratto <[email protected]>
chore: sync with probe-cli v3.19.0-alpha-1-gca2019be

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/probe-engine - b8025d72925db43a0d2d80e0269e71ed8167705f authored about 1 year ago by Simone Basso <[email protected]>
chore: we're now hacking on v3.20.0-alpha (#1356)

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/probe-cli - ca2019bee6bb2e2b716569ba2dfba21d413494de authored about 1 year ago by Simone Basso <[email protected]>
[release-branch.go1.20] net/http: regenerate h2_bundle.go

Pull in a security fix from x/net/http2:
http2: limit maximum handler goroutines to MaxConcurren...

github.com/ooni/oohttp - a93df1424bc8e1e02bae3604046dc3476d9958a0 authored about 1 year ago by Damien Neil <[email protected]>
fix: anomaly with android_dns_cache_no_data and inconsistent dns (#1211)

## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-c...

github.com/ooni/probe-cli - 29e8c888ba44e7b7a0f80fc5e1f974532ae6d1e0 authored about 1 year ago by Simone Basso <[email protected]>
chore(oonimkall): re-enable TestTaskRunnerRun (#1354)

I have ran the test several times locally with `go test -race -count 1`
and it was working as i...

github.com/ooni/probe-cli - 9d3b457363b220eb6053173427b7598ee7456c92 authored about 1 year ago by Simone Basso <[email protected]>
fix(oonirun): grammar

github.com/ooni/spec - 7cb49bd4ee96d9c062cc61a5d2518b34ad32a403 authored about 1 year ago by Simone Basso <[email protected]>
fix(engineresolver): support HTTP/HTTPS proxies (#1353)

By using netxlite.NewHTTPTransportWithOptions in
`./internal/engineresolver/factory.go`:

1. ...

github.com/ooni/probe-cli - a694f7fed9307fc91d13a8489229d6b056f65083 authored about 1 year ago by Simone Basso <[email protected]>
refactor: go test -short does not use the host network (#1352)

This diff refactors the codebase so that we avoid using the host network
when running `go test ...

github.com/ooni/probe-cli - 2edeafa7795653da174f58811f4be1e31fdd9eed authored about 1 year ago by Simone Basso <[email protected]>
fix: make bootstrap more robust (and slower 😢) (#1351)

This diff ensures that the boostrap is more robust in the scenario
described by https://github....

github.com/ooni/probe-cli - 6b6271ac58f2ad2d255f3f3d3e8f4b327f034701 authored about 1 year ago by Simone Basso <[email protected]>
fix(logx): log when an operation is starting (#1350)

Not logging when an operation is starting complicates reasoning about
how much time it took to ...

github.com/ooni/probe-cli - 9405dfdce6310b0f98bdebd392820d7ed95a835d authored about 1 year ago by Simone Basso <[email protected]>
Minor change

github.com/ooni/backend - 5f74d1cbbb0cd3ed533eb888c45460c3f284e2a1 authored about 1 year ago by Federico Ceratto <[email protected]>
Add CI notifications

github.com/ooni/backend - 6b6d4367b52d9b5c7387d14f8c5ead9448ecbdff authored about 1 year ago by Federico Ceratto <[email protected]>
Readme.md: explictly mention go version

github.com/ooni/probe-cli - 5253f7d6ff701f7087299e3f4958812d41873430 authored about 1 year ago by Simone Basso <[email protected]>
Merge pull request #618 from ooni/issues/1709/final

Chore: Remove remaining references to `butterknife`

github.com/ooni/probe-android - 1972bf19dcac5341236c3e76e1478acaa1e6c413 authored about 1 year ago by Norbel AMBANUMBEN <[email protected]>
Merge pull request #617 from ooni/fix/test-usability

Fix : Duplicate content root and update dependencies to enable more fluent runs from the IDE

github.com/ooni/probe-android - eca92d2c38e340bf6f6d933acdbfd0a1856ffc3c authored about 1 year ago by Norbel AMBANUMBEN <[email protected]>
Bump explorer version

github.com/ooni/sysadmin - 98c0b124da8c08227090c708ccc810dee0697b59 authored about 1 year ago by majakomel <[email protected]>
Add burmese translation

github.com/ooni/explorer - 151c1ebae9914fe6f5c1b8fc5cdab5addfc52a07 authored about 1 year ago by majakomel <[email protected]>
Update explorer translations

github.com/ooni/translations - e7e0b9d8b67c6e3fe1d665f7f4f93042d9f6fab3 authored about 1 year ago by majakomel <[email protected]>
fix(quicping): support URLs with an IPv6 address (#1192)

Closes https://github.com/ooni/probe/issues/2546

---------

Co-authored-by: Simone Basso ...

github.com/ooni/probe-cli - 16f175bc2f9e3641607e44539558c7bba10da956 authored about 1 year ago by Lanius-collaris <[email protected]>
fix: rename beacons to bridges (#1349)

They're quack like bridges, OONI bridges. Also, name the config file
from the PoV of the user.
...

github.com/ooni/probe-cli - cf67bdb7cea4bdf778dd273f86bb73c411009ec2 authored about 1 year ago by Simone Basso <[email protected]>
fix: update Snowflake domain front (#1337)

We're doing this due to problems with `cdn.sstatic.net`:

- https://lists.torproject.org/piper...

github.com/ooni/probe-cli - f29dbba1acb1b4df477353172b12b5f0e3a88169 authored about 1 year ago by Cecylia Bocovich <[email protected]>
chore: update obfs4, goptlib, snowflake (#1347)

This diff upgrades obfs4, goptlib, and snowflake. I tried to import
lyrebird instead of obfs4, ...

github.com/ooni/probe-cli - ac1563b896ed165c7300220cf006e745d06d2172 authored about 1 year ago by Simone Basso <[email protected]>
chore: upgrade most deps except snowflake (#1346)

This diff upgrades most deps except for snowflake and related
dependencies such as goptlib.

...

github.com/ooni/probe-cli - 441911dcd70c688cf24eb28daec1149a2a41c37b authored about 1 year ago by Simone Basso <[email protected]>
Add test list change monitor

github.com/ooni/backend - 77b2167c6c20b25051696932048fe8ee04641436 authored about 1 year ago by Federico Ceratto <[email protected]>
chore: upgrade the NDK version (#1345)

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/probe-cli - cffec1c46bd44c4d74c57895bcdf339b18324768 authored about 1 year ago by Simone Basso <[email protected]>
chore: upgrade C dependencies (#1339)

This diff updates C dependencies to the latest version.

Part of https://github.com/ooni/probe...

github.com/ooni/probe-cli - 6636353d14d5bd045c7b33fff4bd8e50adde8aee authored about 1 year ago by Simone Basso <[email protected]>
chore: update the user agent we use (#1344)

While there, make sure there are no changes in STUN servers.

Part of https://github.com/ooni/...

github.com/ooni/probe-cli - 1f939919b01e303e2ac1fde263d0a972e4c7970a authored about 1 year ago by Simone Basso <[email protected]>
chore: run go generate ./... (#1343)

The https://github.com/iancoleman/strcase library changed its default
behavior between v0.2.0 a...

github.com/ooni/probe-cli - b52b96362a9bd416fc613b9c6f4c66008ef88864 authored about 1 year ago by Simone Basso <[email protected]>
chore: use gomajor to update direct deps (#1342)

This diff uses the https://github.com/icholy/gomajor tool to update
*direct* dependencies. More...

github.com/ooni/probe-cli - e28b9e01ec4e00603f264fdc5ea307d65122c09a authored about 1 year ago by Simone Basso <[email protected]>
chore: use 2023-10 geoip database (#1341)

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/probe-cli - 9dedb7a3c2c67b20330778a3726f1b93226643e2 authored about 1 year ago by Simone Basso <[email protected]>
Bump version to 0.19.0

github.com/ooni/probe-assets - 070a165292f9339d695c0930aebc4b92c0b68bf8 authored about 1 year ago by Simone Basso <[email protected]>
chore: use 2023-10 database

See https://github.com/ooni/probe/issues/2524

github.com/ooni/probe-assets - 8bc10a7ed4bb700999b21d9672c1394735880e27 authored about 1 year ago by Simone Basso <[email protected]>
Bump urllib3 from 1.26.12 to 1.26.17 (#9)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.17.
- [Release notes](...

github.com/ooni/historical-geoip - 1966cc91e164550d7ad0fa2be58e5b8a397b574e authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: use go1.20.8 (#1340)

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/probe-cli - e69ba88b909f05861983ec4f41fc8a65bcff2dd4 authored about 1 year ago by Simone Basso <[email protected]>
Bump certifi from 2022.12.7 to 2023.7.22 (#8)

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Comm...

github.com/ooni/historical-geoip - 39ab6485414d3c7f4256b2f60e836615b334a5d2 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: update go dependencies (#7)

See https://github.com/ooni/probe/issues/2524

github.com/ooni/historical-geoip - 45b3c9a9e6d822c069c138f27ac78207527ac869 authored about 1 year ago by Simone Basso <[email protected]>
Update routine-sprint-releases.md

github.com/ooni/probe - 5a92da8c7723bbe8a44ee516a781047da6169a5d authored about 1 year ago by Simone Basso <[email protected]>
chore: update to go1.20.8 (#21)

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/oocrypto - 2dfb6ffc70b533265e9973cd7e6d1c9b4180469c authored about 1 year ago by Simone Basso <[email protected]>
fix(tls/conn.go): make sure docs are accurate

github.com/ooni/oocrypto - 8a0f3db02c130b04323bc057e3294cea025c2f50 authored about 1 year ago by Simone Basso <[email protected]>
fix: make sure go test -race ./... is passing

The newly added code was using internal/godebug, which we cannot use
because we're not in the st...

github.com/ooni/oocrypto - c1050049442f7be082debf3f2c7f80a46442e1d4 authored about 1 year ago by Simone Basso <[email protected]>
Merge branch 'golang-crypto-upstream' into merged-main

github.com/ooni/oocrypto - 60122706ee327ba43948371959cfb778e71aa754 authored about 1 year ago by Simone Basso <[email protected]>
chore: prepare for updating to go1.20.8

github.com/ooni/oocrypto - 16e728e3937fcae1d8314634d2f263e68af59d08 authored about 1 year ago by Simone Basso <[email protected]>
Merge pull request #48 from ooni/issue/2524

chore: update examples to use go1.20.8

github.com/ooni/oohttp - 90bd6edcbe77a6300b88f6665137ef742c7781d4 authored about 1 year ago by Simone Basso <[email protected]>
chore: update examples to use go1.20.8

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/oohttp - d5bed0526d7ea2f2ae8958594efb4e9408b3ac69 authored about 1 year ago by Simone Basso <[email protected]>
chore: update to go1.20.8 (#47)

Part of https://github.com/ooni/probe/issues/2524

github.com/ooni/oohttp - dbb36a679659293fbcee0406c98e84acd526f7a3 authored about 1 year ago by Simone Basso <[email protected]>