fix: add go.mod & go.sum to repo

This commit is contained in:
dragonmuffin 2024-08-19 13:12:54 +05:00
parent 27ab5972fb
commit 14aad6e66d
4 changed files with 56 additions and 4 deletions

View file

@ -3,8 +3,6 @@ all:
make mkrootfs
make compile
init:
go mod init runner
go get github.com/containerd/cgroups
git clone https://github.com/alpinelinux/alpine-make-rootfs
mv alpine-make-rootfs starter/alpine-make-rootfs
mkrootfs: