fix bug
This commit is contained in:
10
client_go/go.mod
Normal file
10
client_go/go.mod
Normal 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
|
||||
Reference in New Issue
Block a user