mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-26 23:21:34 +01:00
switch to go.podman.io/image/v5
This commit is contained in:
@@ -5,12 +5,12 @@ import (
|
||||
"regexp"
|
||||
|
||||
"dario.cat/mergo"
|
||||
"github.com/containers/image/v5/pkg/docker/config"
|
||||
"github.com/containers/image/v5/types"
|
||||
"github.com/crazy-max/diun/v4/internal/model"
|
||||
"github.com/crazy-max/diun/v4/pkg/registry"
|
||||
"github.com/crazy-max/diun/v4/pkg/utl"
|
||||
"github.com/rs/zerolog/log"
|
||||
"go.podman.io/image/v5/pkg/docker/config"
|
||||
"go.podman.io/image/v5/types"
|
||||
)
|
||||
|
||||
func (di *Diun) createJob(job model.Job) {
|
||||
|
||||
Reference in New Issue
Block a user