add gvisor-mwe and add binary sizes to README

This commit is contained in:
Patricio Whittingslow
2026-04-17 15:41:17 -03:00
parent f87761f777
commit c020795303
6 changed files with 131 additions and 0 deletions
@@ -0,0 +1,11 @@
module gvisormwe
go 1.25.7
require (
github.com/google/btree v1.1.2 // indirect
github.com/usbarmory/go-net v0.0.0-20260416163630-1078311e0956 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/time v0.7.0 // indirect
gvisor.dev/gvisor v0.0.0-20250911055229-61a46406f068 // indirect
)