Added rendering stuff, updated go mod

This commit is contained in:
2024-08-08 18:51:51 -06:00
parent f7eaa0d08d
commit d426892e6a
9 changed files with 447 additions and 3 deletions
+2
View File
@@ -5,4 +5,6 @@ go 1.22.2
require (
github.com/google/uuid v1.6.0
google.golang.org/protobuf v1.34.2
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.22.0 // indirect
)