1234567891011121314151617181920 |
- module cicv-data-closedloop
- go 1.21
- require (
- github.com/aliyun/aliyun-oss-go-sdk v3.0.1+incompatible
- github.com/bluenviron/goroslib/v2 v2.1.4
- github.com/google/uuid v1.5.0
- github.com/sirupsen/logrus v1.9.3
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- )
- require (
- github.com/gookit/color v1.5.4 // indirect
- github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
- golang.org/x/sys v0.15.0 // indirect
- golang.org/x/time v0.4.0 // indirect
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
- )
|