ooni-probe-cli/internal/ooapi
Simone Basso 306d18e466
chore: support go1.18 and update dependencies (#708)
Here's the squash of the following patches that enable support
for go1.18 and update our dependencies.

This diff WILL need to be backported to the release/3.14 branch.

* chore: use go1.17.8

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

* chore: upgrade to probe-assets@v0.8.0

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

* chore: update dependencies and enable go1.18

As mentioned in 7a0d17ea91,
the tree won't build with `go1.18` unless we say it does.

So, not only here we need to update dependencies but also we
need to explicitly say `go1.18` in the `go.mod`.

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

* chore(coverage.yml): run with go1.18

This change will give us a bare minimum confidence that we're
going to build our tree using version 1.18 of golang.

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

* chore: update user agent used for measuring

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

* chore: run `go generate ./...`

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

* fix(dialer_test.go): make test work with go1.17 and go1.18

1. the original test wanted the dial to fail, so ensure we're not
passing any domain name to exercise dialing not resolving;

2. match the end of the error rather than the whole error string.

Tested locally with both go1.17 and go1.18.

See https://github.com/ooni/probe-cli/pull/708#issuecomment-1096447186
2022-04-12 11:43:12 +02:00
..
apimodel refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
internal feat(httpx): improve testing using the fakefiller (#649) 2022-01-05 14:49:31 +01:00
apis_test.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
apis.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
caching_test.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
caching.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
callers.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
client.go doc: cleanup and improve for recently moved pkgs (#354) 2021-06-04 11:39:00 +02:00
clientcall_test.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
clientcall.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
cloners.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
default_test.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
default.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
dependencies.go cleanup: remove redundant HTTPClient definition (#643) 2022-01-03 16:47:54 +01:00
doc.go refactor: interfaces and data types into the model package (#642) 2022-01-03 13:53:23 +01:00
errors.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
example_test.go doc: cleanup and improve for recently moved pkgs (#354) 2021-06-04 11:39:00 +02:00
fake_test.go feat(httpx): improve testing using the fakefiller (#649) 2022-01-05 14:49:31 +01:00
fakeapi_test.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
httpclient_test.go cleanup: remove redundant HTTPClient definition (#643) 2022-01-03 16:47:54 +01:00
integration_test.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
login_test.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
login.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
loginhandler_test.go feat(httpx): improve testing using the fakefiller (#649) 2022-01-05 14:49:31 +01:00
loginmodel.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
requests.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
responses.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
swagger_test.go chore: support go1.18 and update dependencies (#708) 2022-04-12 11:43:12 +02:00
swaggerdiff_test.go fix(ooapi): disable tests we're not using (#525) 2021-09-30 00:04:11 +02:00
utils_test.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
utils.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00