Add blueprint yaml sending

This commit is contained in:
Owen
2025-09-08 15:25:05 -07:00
parent 8b4a88937c
commit 8b0cc36554
4 changed files with 82 additions and 0 deletions

1
go.mod
View File

@@ -51,4 +51,5 @@ require (
golang.org/x/sys v0.35.0 // indirect
golang.org/x/time v0.12.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)