Skip to content

Commit

Permalink
PR: rebase, update go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
  • Loading branch information
helsaawy committed Sep 7, 2022
1 parent 03a4c3c commit d8c5298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/Microsoft/go-winio v0.5.2
github.com/Microsoft/hcsshim v0.9.3
github.com/Microsoft/hcsshim v0.9.4
github.com/containerd/cgroups v1.0.3
github.com/containerd/containerd v1.6.6
github.com/containerd/go-runc v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion test/internal/oci/cri.go
Expand Up @@ -2,7 +2,7 @@ package oci

import (
imagespec "github.com/opencontainers/image-spec/specs-go/v1"
runtime "k8s.io/cri-api/pkg/apis/runtime/v1alpha2"
runtime "k8s.io/cri-api/pkg/apis/runtime/v1"
)

//
Expand Down

0 comments on commit d8c5298

Please sign in to comment.