go.mod 548 B

1234567891011121314151617181920
  1. module pt100-gateway
  2. go 1.16
  3. require (
  4. github.com/gogf/gf v1.16.9
  5. sparrow-sdk v1.0.0
  6. )
  7. require (
  8. github.com/BurntSushi/toml v1.1.0 // indirect
  9. github.com/fatih/color v1.13.0 // indirect
  10. github.com/fsnotify/fsnotify v1.5.4 // indirect
  11. github.com/gorilla/websocket v1.5.0 // indirect
  12. go.opentelemetry.io/otel v1.7.0 // indirect
  13. golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
  14. golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 // indirect
  15. )
  16. replace sparrow-sdk v1.0.0 => gogs.yehaoji.cn/yongxu/sparrow-sdk.git v1.1.4