retargeted everything to private lan host

This commit is contained in:
херетик
2023-01-29 10:15:03 +00:00
parent 3d29f29fd9
commit 170f3c64a3
119 changed files with 575 additions and 567 deletions

View File

@@ -9,14 +9,14 @@ import (
"io/ioutil"
"os"
"git-indra.lan/indra-labs/indra"
log2 "git-indra.lan/indra-labs/indra/pkg/proc/log"
"github.com/docker/cli/cli/config/configfile"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/filters"
"github.com/docker/docker/client"
"github.com/docker/docker/pkg/archive"
"github.com/docker/docker/pkg/jsonmessage"
"github.com/indra-labs/indra"
log2 "github.com/indra-labs/indra/pkg/proc/log"
"github.com/moby/term"
)