hashicorp / nomad-driver-podman

A nomad task driver plugin for sandboxing workloads in podman containers
https://developer.hashicorp.com/nomad/plugins/drivers/podman
Mozilla Public License 2.0
224 stars 61 forks source link

deps: update nomad dependency to 1.7.x #308

Closed shoenig closed 5 months ago

shoenig commented 6 months ago

The podman driver depends on some non-API package from the Nomad repo, and these got shuffled around for Nomad 1.7.

➜ go mod tidy
go: finding module for package github.com/hashicorp/nomad/client/stats
go: finding module for package github.com/hashicorp/nomad/helper/stats
go: github.com/hashicorp/nomad-driver-podman imports
    github.com/hashicorp/nomad/client/stats: module github.com/hashicorp/nomad@latest found (v1.7.2), but does not contain package github.com/hashicorp/nomad/client/stats
go: github.com/hashicorp/nomad-driver-podman imports
    github.com/hashicorp/nomad/helper/stats: module github.com/hashicorp/nomad@latest found (v1.7.2), but does not contain package github.com/hashicorp/nomad/helper/stats

Fixup the podman references to these packages.