File tree Expand file tree Collapse file tree 18 files changed +26
-25
lines changed
Expand file tree Collapse file tree 18 files changed +26
-25
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ The following table shows the relation between go-criu and criu versions:
5858
5959| Major version | Latest release | CRIU version |
6060| -------------- | -------------- | ------------ |
61- | v5 | 5.2.0 | 3.16 |
61+ | v6 | 6.0.0 | 3.17 |
62+ | v5 | 5.3.0 | 3.16 |
6263| v5 | 5.0.0 | 3.15 |
6364| v4 | 4.1.0 | 3.14 |
6465
Original file line number Diff line number Diff line change 77 "log"
88 "os"
99
10- "github.com/checkpoint-restore/go-criu/v5 /crit"
10+ "github.com/checkpoint-restore/go-criu/v6 /crit"
1111 "github.com/spf13/cobra"
1212)
1313
Original file line number Diff line number Diff line change 88 "io"
99 "os"
1010
11- "github.com/checkpoint-restore/go-criu/v5 /crit/images"
11+ "github.com/checkpoint-restore/go-criu/v6 /crit/images"
1212 "google.golang.org/protobuf/encoding/protojson"
1313 "google.golang.org/protobuf/proto"
1414)
Original file line number Diff line number Diff line change 77 "io"
88 "os"
99
10- "github.com/checkpoint-restore/go-criu/v5 /crit/images"
10+ "github.com/checkpoint-restore/go-criu/v6 /crit/images"
1111 "google.golang.org/protobuf/proto"
1212)
1313
Original file line number Diff line number Diff line change 55 "encoding/binary"
66 "encoding/json"
77
8- "github.com/checkpoint-restore/go-criu/v5 /crit/images"
8+ "github.com/checkpoint-restore/go-criu/v6 /crit/images"
99 "google.golang.org/protobuf/encoding/protojson"
1010 "google.golang.org/protobuf/proto"
1111)
Original file line number Diff line number Diff line change 77 "fmt"
88 "os"
99
10- "github.com/checkpoint-restore/go-criu/v5 /magic"
10+ "github.com/checkpoint-restore/go-criu/v6 /magic"
1111 "google.golang.org/protobuf/proto"
1212)
1313
Original file line number Diff line number Diff line change 44 "fmt"
55 "strconv"
66
7- "github.com/checkpoint-restore/go-criu/v5 /crit/images"
7+ "github.com/checkpoint-restore/go-criu/v6 /crit/images"
88)
99
1010// PsTree represents the process tree
Original file line number Diff line number Diff line change 55 "fmt"
66 "strings"
77
8- "github.com/checkpoint-restore/go-criu/v5 /crit/images"
8+ "github.com/checkpoint-restore/go-criu/v6 /crit/images"
99 "google.golang.org/protobuf/encoding/protojson"
1010 "google.golang.org/protobuf/proto"
1111)
Original file line number Diff line number Diff line change 88 "os"
99 "strconv"
1010
11- "github.com/checkpoint-restore/go-criu/v5 /crit/images"
12- "github.com/checkpoint-restore/go-criu/v5 /magic"
11+ "github.com/checkpoint-restore/go-criu/v6 /crit/images"
12+ "github.com/checkpoint-restore/go-criu/v6 /magic"
1313)
1414
1515// Helper to decode magic name from hex value
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package criu
33import (
44 "fmt"
55
6- "github.com/checkpoint-restore/go-criu/v5 /crit/images"
6+ "github.com/checkpoint-restore/go-criu/v6 /crit/images"
77)
88
99// Feature checking in go-criu is based on the libcriu feature checking function.
You can’t perform that action at this time.
0 commit comments