Rewrite imports for new github org
This rewrites the Go imports after switching to the new github org. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
0521958ac0
commit
4f2b443a27
101 changed files with 540 additions and 543 deletions
|
@ -1,10 +1,10 @@
|
|||
package cgroups
|
||||
|
||||
import (
|
||||
"github.com/containerd/containerd"
|
||||
"github.com/containerd/containerd/plugin"
|
||||
"github.com/crosbymichael/cgroups"
|
||||
"github.com/crosbymichael/cgroups/prometheus"
|
||||
"github.com/docker/containerd"
|
||||
"github.com/docker/containerd/plugin"
|
||||
metrics "github.com/docker/go-metrics"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue