about summary refs log tree commit diff
path: root/users/fcuny/exp/containerd-to-vm/go.mod
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-05 17:59:37 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-05 17:59:37 -0700
commit35d131a030b772f5f43be6165cbcce319cdb236b (patch)
tree609456537d89ab8b3b0083ba3320125148d6aaa4 /users/fcuny/exp/containerd-to-vm/go.mod
parentref(fcuny/notes): delete notes (diff)
downloadworld-35d131a030b772f5f43be6165cbcce319cdb236b.tar.gz
ref(fcuny/exp): delete containerd-to-vm
The code is in https://github.com/fcuny/containerd-to-vm
Diffstat (limited to '')
-rw-r--r--users/fcuny/exp/containerd-to-vm/go.mod25
1 files changed, 0 insertions, 25 deletions
diff --git a/users/fcuny/exp/containerd-to-vm/go.mod b/users/fcuny/exp/containerd-to-vm/go.mod
deleted file mode 100644
index 9d3bfae..0000000
--- a/users/fcuny/exp/containerd-to-vm/go.mod
+++ /dev/null
@@ -1,25 +0,0 @@
-module github.com/fcuny/containerd-to-vm
-
-go 1.16
-
-require (
-	github.com/Microsoft/go-winio v0.4.17 // indirect
-	github.com/Microsoft/hcsshim v0.8.16 // indirect
-	github.com/containerd/containerd v1.5.0-beta.4
-	github.com/containerd/continuity v0.0.0-20210315143101-93e15499afd5 // indirect
-	github.com/containerd/fifo v0.0.0-20210331061852-650e8a8a179d // indirect
-	github.com/containerd/typeurl v1.0.2 // indirect
-	github.com/docker/docker v20.10.6+incompatible
-	github.com/firecracker-microvm/firecracker-go-sdk v0.22.0
-	github.com/gogo/googleapis v1.4.1 // indirect
-	github.com/google/go-cmp v0.5.5 // indirect
-	github.com/google/renameio v0.1.0
-	github.com/google/uuid v1.2.0 // indirect
-	github.com/moby/sys/mount v0.2.0 // indirect
-	github.com/opencontainers/image-spec v1.0.1
-	github.com/sirupsen/logrus v1.8.1 // indirect
-	golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
-	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
-	golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750 // indirect
-	google.golang.org/grpc v1.37.0 // indirect
-)