Skip to content

Commit

Permalink
chore: make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 15, 2024
1 parent b0b967f commit cd77ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/docker/docker/api/types/versions"
"github.com/moby/buildkit/session"
"io"
"io/fs"
"net"
Expand All @@ -29,10 +27,12 @@ import (
"github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/filters"
"github.com/docker/docker/api/types/network"
"github.com/docker/docker/api/types/versions"
"github.com/docker/docker/client"
"github.com/docker/docker/errdefs"
"github.com/docker/docker/pkg/jsonmessage"
"github.com/docker/go-connections/nat"
"github.com/moby/buildkit/session"
"github.com/moby/term"
specs "github.com/opencontainers/image-spec/specs-go/v1"

Expand Down

0 comments on commit cd77ebb

Please sign in to comment.