go.mod 535 B

1234567891011121314151617181920
  1. module cicv-data-closedloop
  2. go 1.21
  3. require (
  4. github.com/aliyun/aliyun-oss-go-sdk v3.0.1+incompatible
  5. github.com/bluenviron/goroslib/v2 v2.1.4
  6. github.com/google/uuid v1.5.0
  7. github.com/sirupsen/logrus v1.9.3
  8. gopkg.in/yaml.v2 v2.4.0
  9. gopkg.in/yaml.v3 v3.0.1
  10. )
  11. require (
  12. github.com/gookit/color v1.5.4 // indirect
  13. github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
  14. golang.org/x/sys v0.15.0 // indirect
  15. golang.org/x/time v0.4.0 // indirect
  16. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  17. )