Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/hcs/v2/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (
"syscall"
"time"

"github.com/Microsoft/hcsshim/internal/computecore"
"github.com/Microsoft/hcsshim/internal/hcs/resourcepaths"
hcsschema "github.com/Microsoft/hcsshim/internal/hcs/schema2"
"github.com/Microsoft/hcsshim/internal/oc"
"github.com/Microsoft/hcsshim/pkg/computecore"

"go.opencensus.io/trace"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/hcs/v2/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"time"
"unsafe"

"github.com/Microsoft/hcsshim/internal/computecore"
hcsschema "github.com/Microsoft/hcsshim/internal/hcs/schema2"
"github.com/Microsoft/hcsshim/pkg/computecore"
"golang.org/x/sys/windows"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/hcs/v2/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
"github.com/sirupsen/logrus"
"golang.org/x/sys/windows"

"github.com/Microsoft/hcsshim/internal/computecore"
hcsschema "github.com/Microsoft/hcsshim/internal/hcs/schema2"
"github.com/Microsoft/hcsshim/internal/logfields"
"github.com/Microsoft/hcsshim/pkg/computecore"
)

// migrationNotificationBufferSize is the capacity of a System's live migration
Expand Down
2 changes: 1 addition & 1 deletion internal/hcs/v2/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"syscall"
"time"

"github.com/Microsoft/hcsshim/internal/computecore"
"github.com/Microsoft/hcsshim/pkg/computecore"
)

// infiniteTimeout is the milliseconds value passed to
Expand Down
2 changes: 1 addition & 1 deletion internal/hcs/v2/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ import (

"go.opencensus.io/trace"

"github.com/Microsoft/hcsshim/internal/computecore"
"github.com/Microsoft/hcsshim/internal/cow"
hcsschema "github.com/Microsoft/hcsshim/internal/hcs/schema2"
"github.com/Microsoft/hcsshim/internal/log"
"github.com/Microsoft/hcsshim/internal/oc"
"github.com/Microsoft/hcsshim/internal/protocol/guestrequest"
"github.com/Microsoft/hcsshim/pkg/computecore"
)

type Process struct {
Expand Down
2 changes: 1 addition & 1 deletion internal/hcs/v2/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"context"
"encoding/json"

"github.com/Microsoft/hcsshim/internal/computecore"
hcsschema "github.com/Microsoft/hcsshim/internal/hcs/schema2"
"github.com/Microsoft/hcsshim/pkg/computecore"
)

// GetServiceProperties returns properties of the host compute service.
Expand Down
2 changes: 1 addition & 1 deletion internal/hcs/v2/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"syscall"
"time"

"github.com/Microsoft/hcsshim/internal/computecore"
"github.com/Microsoft/hcsshim/internal/cow"
"github.com/Microsoft/hcsshim/internal/hcs/schema1"
hcsschema "github.com/Microsoft/hcsshim/internal/hcs/schema2"
Expand All @@ -21,6 +20,7 @@ import (
"github.com/Microsoft/hcsshim/internal/logfields"
"github.com/Microsoft/hcsshim/internal/oc"
"github.com/Microsoft/hcsshim/internal/timeout"
"github.com/Microsoft/hcsshim/pkg/computecore"
"github.com/sirupsen/logrus"
"go.opencensus.io/trace"
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.