Add protobuf shit

This commit is contained in:
Beric Bearnson
2024-08-05 18:00:41 -06:00
parent aceef8a497
commit a6807d79a6
7 changed files with 219 additions and 5 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module sshpong
go 1.22.2
require github.com/google/uuid v1.6.0
require (
github.com/google/uuid v1.6.0
google.golang.org/protobuf v1.34.2
)