go.mod 826 B

12345678910111213141516171819202122232425262728
  1. module hnyfkj.com.cn/rtu/linux
  2. go 1.24.2
  3. require (
  4. github.com/alexflint/go-filemutex v1.3.0
  5. github.com/beevik/ntp v1.5.0
  6. github.com/eclipse/paho.mqtt.golang v1.5.1
  7. github.com/google/uuid v1.6.0
  8. github.com/jlaffaye/ftp v0.2.0
  9. github.com/mattn/go-shellwords v1.0.12
  10. github.com/sirupsen/logrus v1.9.3
  11. github.com/vishvananda/netlink v1.3.1
  12. gopkg.in/ini.v1 v1.67.0
  13. gopkg.in/natefinch/lumberjack.v2 v2.2.1
  14. )
  15. require (
  16. github.com/gorilla/websocket v1.5.3 // indirect
  17. github.com/hashicorp/errwrap v1.0.0 // indirect
  18. github.com/hashicorp/go-multierror v1.1.1 // indirect
  19. github.com/vishvananda/netns v0.0.5 // indirect
  20. golang.org/x/net v0.44.0 // indirect
  21. golang.org/x/sync v0.17.0 // indirect
  22. golang.org/x/sys v0.36.0 // indirect
  23. )
  24. replace gopkg.in/natefinch/lumberjack.v2 => ./vendor_lumberjack/lumberjack-2.2.1