mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-16 04:01:54 +00:00
Use docker go client directly (#5134)
This commit is contained in:
@@ -27,10 +27,10 @@ import (
|
||||
"github.com/docker/docker/api/types/network"
|
||||
"github.com/docker/docker/api/types/system"
|
||||
"github.com/docker/docker/api/types/volume"
|
||||
"github.com/docker/docker/client"
|
||||
json_message "github.com/docker/docker/pkg/jsonmessage"
|
||||
std_copy "github.com/docker/docker/pkg/stdcopy"
|
||||
tls_config "github.com/docker/go-connections/tlsconfig"
|
||||
"github.com/moby/moby/client"
|
||||
json_message "github.com/moby/moby/pkg/jsonmessage"
|
||||
std_copy "github.com/moby/moby/pkg/stdcopy"
|
||||
"github.com/moby/term"
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/urfave/cli/v3"
|
||||
|
Reference in New Issue
Block a user