mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
- Upgraded `go.mod` to use Go 1.23 and updated module dependencies to latest versions - Refactored code to align with API changes in Docker and related modules: - Updated `ContainerListOptions` to `container.ListOptions` and related structs - Replaced `types.ImageDeleteResponseItem` with `image.DeleteResponse` for compatibility - Modified `ImagePullOptions` and `ContainerRemoveOptions` to updated package paths |
||
|---|---|---|
| .. | ||
| mocks | ||
| cgroup_id.go | ||
| cgroup_id_test.go | ||
| client.go | ||
| client_test.go | ||
| container.go | ||
| container_mock_test.go | ||
| container_suite_test.go | ||
| container_test.go | ||
| errors.go | ||
| metadata.go | ||
| util_test.go | ||