first commit

This commit is contained in:
thloyi
2025-12-12 17:55:36 +08:00
commit c9b0fc5ca5
8 changed files with 6658 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module go.onsig.ai/onsig/yellowstone-proto
go 1.25
require (
google.golang.org/grpc v1.75.1
google.golang.org/protobuf v1.36.10
)