chore(deps): update all non-major dependencies #1916
Annotations
10 errors
golangci-lint:
mock/docker/secret.go#L23
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
mock/docker/secret.go#L32
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
mock/docker/volume.go#L30
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
mock/docker/container.go#L127
SA1019: types.ContainerExecInspect is deprecated: use [container.ExecInspect]. (staticcheck)
|
golangci-lint:
mock/docker/container.go#L388
SA1019: types.ContainerPathStat is deprecated: use [container.PathStat]. (staticcheck)
|
golangci-lint:
mock/docker/container.go#L397
SA1019: types.ContainerStats is deprecated: use [container.StatsResponseReader]. (staticcheck)
|
golangci-lint:
mock/docker/container.go#L495
SA1019: types.ContainersPruneReport is deprecated: use [container.PruneReport]. (staticcheck)
|
golangci-lint:
mock/docker/container.go#L503
SA1019: types.ContainerStats is deprecated: use [container.StatsResponseReader]. (staticcheck)
|
golangci-lint:
mock/docker/container.go#L511
SA1019: types.ContainerPathStat is deprecated: use [container.PathStat]. (staticcheck)
|
golangci-lint:
mock/docker/network.go#L40
SA1019: types.NetworkCreateResponse is deprecated: use [network.CreateResponse]. (staticcheck)
|
Loading