Initial project structure for Wrenn Sandbox

Set up directory layout, Makefiles, go.mod files, docker-compose,
and empty placeholder files for all packages.
This commit is contained in:
2026-03-09 17:22:47 +06:00
commit bd78cc068c
80 changed files with 1390 additions and 0 deletions

9
envd/go.mod Normal file
View File

@ -0,0 +1,9 @@
module github.com/wrenn-dev/envd
go 1.23.0
require (
github.com/mdlayher/vsock v1.2.1
google.golang.org/grpc v1.71.0
google.golang.org/protobuf v1.36.5
)