自动化测试
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
619 B

module automatedtesting/usecases_server
go 1.16
require (
github.com/dlclark/regexp2 v1.4.0
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/gin-gonic/gin v1.7.7
github.com/gorilla/websocket v1.4.2
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/xuri/excelize/v2 v2.5.0
go.bug.st/serial v1.3.4
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
gorm.io/driver/mysql v1.2.3
gorm.io/gorm v1.22.5
)