This commit is contained in:
2026-04-12 23:24:43 +08:00
parent ca28d0c691
commit 0335523c68
8 changed files with 562 additions and 0 deletions

10
client_go/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module tick_reader
go 1.21
require (
github.com/vmihailenco/msgpack/v5 v5.4.1
golang.org/x/sys v0.15.0
)
require github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect