mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
go.mod, libct: bump go-criu to v5, use google.golang.org/protobuf
Switch from github.com/golang/protobuf (which appears to be obsoleted) to google.golang.org/protobuf (which appears to be a replacement). This needs a bump to go-criu v5. [v2: fix debug print in criuSwrk] [v3: switch to go-criu v5] Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import (
|
||||
"os"
|
||||
"strconv"
|
||||
|
||||
criu "github.com/checkpoint-restore/go-criu/v4/rpc"
|
||||
criu "github.com/checkpoint-restore/go-criu/v5/rpc"
|
||||
"github.com/opencontainers/runc/libcontainer"
|
||||
"github.com/opencontainers/runc/libcontainer/system"
|
||||
"github.com/opencontainers/runtime-spec/specs-go"
|
||||
|
||||
Reference in New Issue
Block a user