初步完成接收发卡报文
This commit is contained in:
5
go.mod
5
go.mod
@@ -4,17 +4,18 @@ go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/aliyun/alibabacloud-nls-go-sdk v1.1.1
|
||||
github.com/eclipse/paho.golang v0.21.0
|
||||
github.com/eclipse/paho.golang v0.22.0
|
||||
github.com/gopxl/beep/v2 v2.1.0
|
||||
github.com/spf13/cobra v1.8.1
|
||||
github.com/spf13/viper v1.19.0
|
||||
github.com/warthog618/go-gpiocdev v0.9.1
|
||||
go.bug.st/serial v1.6.2
|
||||
go.uber.org/zap v1.27.0
|
||||
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/aliyun/alibaba-cloud-sdk-go v1.63.51 // indirect
|
||||
github.com/aliyun/alibaba-cloud-sdk-go v1.63.52 // indirect
|
||||
github.com/creack/goselect v0.1.2 // indirect
|
||||
github.com/ebitengine/oto/v3 v3.3.1 // indirect
|
||||
github.com/ebitengine/purego v0.8.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user