Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Aug 13, 2024
1 parent ade20e7 commit 3142558
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/k8s/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ import (
"sync"
"time"

"github.com/docker/docker/api/types"

"github.com/bookingcom/nanotube/pkg/conf"
"github.com/bookingcom/nanotube/pkg/in"
"github.com/bookingcom/nanotube/pkg/metrics"
"github.com/bookingcom/nanotube/pkg/ratelimiter"
"github.com/containerd/containerd"
"github.com/containerd/containerd/cio"
"github.com/containerd/containerd/namespaces"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/filters"
"github.com/docker/docker/client"
"github.com/pkg/errors"
Expand Down

0 comments on commit 3142558

Please sign in to comment.