]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
tests/dnstap: let Go handle its transitive dependencies
authorOto Šťáva <oto.stava@nic.cz>
Wed, 7 Jun 2023 13:04:10 +0000 (15:04 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Wed, 7 Jun 2023 13:04:10 +0000 (15:04 +0200)
commit53f02a85a29a580297c2749f344d7f285157fac0
tree8e233ce2a91e3aa0676000225e2cabb7d0b910e0
parentb730c4bc8940e1f7f04d47c7fa2d5e5aae1545d7
tests/dnstap: let Go handle its transitive dependencies

Dependabot reported that we have some vulnerable dependencies. The
problem is that the ones it wants to bump to do not support older Go
versions, which we need to use due to some distros not having the most
recent Go packages available.

The `go.sum` file contains the outdated ones (because I tried with an
older Go), but as far as I can tell, from Go docs and other places, it
is actually not a lockfile, so newer Go should update the packages
regardless of what is in `go.sum`.
tests/dnstap/src/dnstap-test/go.mod
tests/dnstap/src/dnstap-test/go.sum