ooni-probe-cli/internal/engine/geolocate
Simone Basso 322394fe63
feat: use go1.16 and resources embedding (#235)
* feat: use go1.16 embedding for resources

We want to embed everything that can be easily embedded. We should, at a
minimum, replace the downloading of resources and bindata.

Ref: https://github.com/ooni/probe/issues/1367.

* fix: get rid of bindata and use go embed instead

* fix: start unbreaking some automatic tests

* fix: fetch resources as part of the mobile build

* fix: convert more stuff to go1.16

I still expect many breakages, but we'll fix them.

* fix: make the windows CI green

* fix: get resources before running QA

* fix: go1.16 uses modules by default

* hopefully fix all other outstanding issues

* fix(QA/telegram.py): add another DC IP address

* Apply suggestions from code review
2021-03-02 12:08:24 +01:00
..
avast_test.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
avast.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
fake_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
geolocate_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
geolocate.go fix: always use probe-cli version (and make it alpha) (#219) 2021-02-04 11:00:27 +01:00
invalid_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
ipconfig_test.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
ipconfig.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
ipinfo_test.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
ipinfo.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
iplookup_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
iplookup.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
mmdblookup_test.go feat: use go1.16 and resources embedding (#235) 2021-03-02 12:08:24 +01:00
mmdblookup.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
README.md chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
resolverlookup_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
resolverlookup.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
stun_test.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
stun.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
ubuntu_test.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
ubuntu.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00

Package github.com/ooni/probe-engine/geolocate

Package geolocate implements IP lookup, resolver lookup, and geolocation.