mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-04 12:59:42 +00:00
10 lines
194 B
Modula-2
10 lines
194 B
Modula-2
module github.com/checkpoint-restore/go-criu/v5
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.3
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
google.golang.org/protobuf v1.23.0
|
|
)
|