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:
Kir Kolyshkin
2021-02-12 12:17:26 -08:00
parent db025aba75
commit 97f2e351a8
160 changed files with 6378 additions and 3655 deletions
+1 -1
View File
@@ -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"