Shane Kerr
Shane Kerr
The `ripe-atlas` tool crashed while running a measurement. Here's the stack trace: ``` Traceback (most recent call last): File "/home/skerr/tmp/ripe-atlas-venv/bin/ripe-atlas", line 151, in sys.exit(RipeAtlas().main()) ^^^^^^^^^^^^^^^^^^ File "/home/skerr/tmp/ripe-atlas-venv/bin/ripe-atlas", line 146, in...
This PR fixes the README.md to match the actual state of the universe. It also fixes the `setup.py`, which is mostly useful for the next time we publish a release...
### Relevant telegraf.conf ```toml n/a ``` ### Logs from Telegraf ```text n/a ``` ### System info n/a ### Docker _No response_ ### Steps to reproduce Try a build depending on...
The `io/ioutil` package has been deprecated since Go 1.16. `staticcheck` complains about files generated from `go-bindata` because of this. This PR moves the calls to `io/ioutil` to the corresponding `io`...