ooni-probe-cli/internal/measurexlite
Simone Basso 9ffa124511
chore: upgrade deps and attempt to enable using go1.19 (#869)
* upgrade to our go.mod enabled of psiphon-tunnel-core such that
we're now using v2.0.24 of the tunnel-core;

* upgrade to the latest lucas-clemente/quic-go release;

* upgrade to the latest ooni/oohttp release (which is based on go1.19
but the diff seems good enough to continue using go1.18.x as well);

* upgrade to the latest ooni/oocrypto release (for which we can make the
same remarks regarding using go1.18.x);

* deal with changes in lucas-clemente/quic-go API as well as changes
in what a go1.19 *tls.Conn compatible type should look like.

Unfortunately, we cannot switch to go1.19 because psiphon forks quic-go
and their fork's still not building using such a version of go.

Part of ooni/probe#2211.
2022-08-19 11:26:50 +02:00
..
conn_test.go refactor: allow automatically wrap net/quic conn (#867) 2022-08-17 20:58:06 +02:00
conn.go refactor: allow automatically wrap net/quic conn (#867) 2022-08-17 20:58:06 +02:00
dialer_test.go refactor(measurexlite): make buffered channels private (#864) 2022-08-17 20:10:48 +02:00
dialer.go refactor(measurexlite): make buffered channels private (#864) 2022-08-17 20:10:48 +02:00
dns_test.go refactor(measurexlite): make buffered channels private (#864) 2022-08-17 20:10:48 +02:00
dns.go refactor(measurexlite): make buffered channels private (#864) 2022-08-17 20:10:48 +02:00
doc.go feat: tlsping and tcpping using step-by-step (#815) 2022-07-01 12:22:22 +02:00
logger.go feat: tlsping and tcpping using step-by-step (#815) 2022-07-01 12:22:22 +02:00
quic_test.go chore: upgrade deps and attempt to enable using go1.19 (#869) 2022-08-19 11:26:50 +02:00
quic.go chore: upgrade deps and attempt to enable using go1.19 (#869) 2022-08-19 11:26:50 +02:00
tls_test.go refactor(measurexlite): make buffered channels private (#864) 2022-08-17 20:10:48 +02:00
tls.go refactor(measurexlite): make buffered channels private (#864) 2022-08-17 20:10:48 +02:00
trace_test.go chore: upgrade deps and attempt to enable using go1.19 (#869) 2022-08-19 11:26:50 +02:00
trace.go refactor(measurexlite): make buffered channels private (#864) 2022-08-17 20:10:48 +02:00