ooni-probe-cli/internal/tracex
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
..
archival_test.go refactor(tracex): internally store just the raw certificate (#787) 2022-06-02 11:07:02 +02:00
archival.go refactor(tracex): internally store just the raw certificate (#787) 2022-06-02 11:07:02 +02:00
dialer_test.go refactor(tracex): internally represent errors as strings (#786) 2022-06-02 10:37:07 +02:00
dialer.go refactor(tracex): internally represent errors as strings (#786) 2022-06-02 10:37:07 +02:00
doc.go feat: tlsping and tcpping using step-by-step (#815) 2022-07-01 12:22:22 +02:00
event_test.go chore: improve testing and increase coverage (#794) 2022-06-04 14:58:48 +02:00
event.go refactor(tracex): internally store just the raw certificate (#787) 2022-06-02 11:07:02 +02:00
http_test.go refactor(netx): move construction logic outside package (#798) 2022-06-05 21:22:27 +02:00
http.go refactor(netx): move construction logic outside package (#798) 2022-06-05 21:22:27 +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
resolver_test.go chore: improve testing and increase coverage (#794) 2022-06-04 14:58:48 +02:00
resolver.go refactor(tracex): internally represent errors as strings (#786) 2022-06-02 10:37:07 +02:00
saver_test.go refactor: move tracex outside of engine/netx (#782) 2022-06-02 00:50:55 +02:00
saver.go refactor: move tracex outside of engine/netx (#782) 2022-06-02 00:50:55 +02:00
tls_test.go chore: improve testing and increase coverage (#794) 2022-06-04 14:58:48 +02:00
tls.go refactor(tracex): internally store just the raw certificate (#787) 2022-06-02 11:07:02 +02:00