feat: scaffold go vehicle gateway core
This commit is contained in:
9
go/vehicle-gateway/go.mod
Normal file
9
go/vehicle-gateway/go.mod
Normal file
@@ -0,0 +1,9 @@
|
||||
module lingniu-vehicle-ingest/go/vehicle-gateway
|
||||
|
||||
go 1.26
|
||||
|
||||
require (
|
||||
github.com/klauspost/compress v1.15.9 // indirect
|
||||
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
||||
github.com/segmentio/kafka-go v0.4.49 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user