Commit Graph

10 Commits

Author SHA1 Message Date
Vincent Bernat
79619f324e conntrackfixer: upgrade to github.com/moby/moby v29
There are several changes in this version.
2025-11-11 11:15:31 +01:00
Vincent Bernat
2aaf984552 conntrackfixer: fix tests for deprecation of NetworkSettingsBase 2025-09-14 12:22:13 +02:00
Vincent Bernat
03b947e3c5 chore: fix many staticcheck warnings
The most important ones were fixed in the two previous commit.
2025-08-02 20:54:49 +02:00
Vincent Bernat
88a8b74085 conntrackfixer: import mock dependency
This prevents go.mod to be different depending of go mod tidy is run
before or after generating the mocks.
2024-05-01 08:56:56 +02:00
Vincent Bernat
b3a9f6ab2e chore: remove unused parameters
They were not detected by revive in function literals.
2024-02-08 08:30:33 +01:00
Vincent Bernat
0792290316 build: switch mockgen to Uber fork 2024-01-14 10:41:50 +01:00
Vincent Bernat
beb30d9d20 conntrackfixer: bump github.com/ti-mo/conntrack to 0.5.0 2023-11-21 21:08:16 +01:00
Vincent Bernat
62521e629d common/http: rename to common/httpserver
This is a preparation to introduce an httpclient common package. And it
makes it easier to use http from the standard library.
2023-05-28 09:08:29 +02:00
Vincent Bernat
15fd3540ac conntrack-fixer: don't build when not running on Linux 2022-08-05 11:23:07 +02:00
Vincent Bernat
326d880b8b conntrack-fixer: turn it into a proper component-based
And add tests.
2022-08-05 11:13:39 +02:00