ooni-probe-cli/internal/tunnel
Simone Basso 97d2b5a0e3
chore: upgrade psiphon and go-cmp (#669)
I have experimented with a new approach for embedding psiphon in
7fc0bcd97c.

It seems the build is still building and the experiment is still
running. With the new approach, we're now vendoring less dependencies,
which hopefully puts us in the right track to, one day, import
Psiphon as a normal Go dependency.

I'll make sure to report to the Psiphon team what is currently
preventing us from importing their ClientLibrary directly.

This work is part of https://github.com/ooni/probe/issues/1894.

As part of running the update, I run `go get -u -v ./...`, which
led to go-cmp also being updated in the process.
2022-01-21 11:54:48 +01:00
..
testdata refactor: move tunnel pkg down one level (#358) 2021-06-04 15:15:41 +02:00
config_test.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
config.go chore: upgrade psiphon and go-cmp (#669) 2022-01-21 11:54:48 +01:00
fake_integration_test.go refactor: move tunnel pkg down one level (#358) 2021-06-04 15:15:41 +02:00
fake_test.go refactor: move tunnel pkg down one level (#358) 2021-06-04 15:15:41 +02:00
fake.go refactor: move tunnel pkg down one level (#358) 2021-06-04 15:15:41 +02:00
psiphon_integration_test.go refactor: move tunnel pkg down one level (#358) 2021-06-04 15:15:41 +02:00
psiphon_test.go chore: upgrade psiphon and go-cmp (#669) 2022-01-21 11:54:48 +01:00
psiphon.go chore: upgrade psiphon and go-cmp (#669) 2022-01-21 11:54:48 +01:00
session_test.go refactor: move tunnel pkg down one level (#358) 2021-06-04 15:15:41 +02:00
tor_integration_test.go refactor: move tunnel pkg down one level (#358) 2021-06-04 15:15:41 +02:00
tor_test.go cleanup(all): stop using deprecated ioutil functions (#381) 2021-06-15 14:01:45 +02:00
tor.go feature: use go-libtor on mobile, OONI_TOR_BINARY env on desktop (#614) 2021-12-15 14:16:22 +01:00
tordesktop.go feature: use go-libtor on mobile, OONI_TOR_BINARY env on desktop (#614) 2021-12-15 14:16:22 +01:00
tormobile.go feature: use go-libtor on mobile, OONI_TOR_BINARY env on desktop (#614) 2021-12-15 14:16:22 +01:00
tunnel_test.go refactor: move tunnel pkg down one level (#358) 2021-06-04 15:15:41 +02:00
tunnel.go feature: use go-libtor on mobile, OONI_TOR_BINARY env on desktop (#614) 2021-12-15 14:16:22 +01:00