go.mod 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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/denisbrodbeck/machineid v1.0.1
  7. github.com/eclipse/paho.mqtt.golang v1.5.1
  8. github.com/google/uuid v1.6.0
  9. github.com/jlaffaye/ftp v0.2.0
  10. github.com/mattn/go-shellwords v1.0.12
  11. github.com/peterh/liner v1.2.2
  12. github.com/sirupsen/logrus v1.9.3
  13. github.com/stretchr/testify v1.11.1
  14. github.com/vishvananda/netlink v1.3.1
  15. golang.org/x/sys v0.36.0
  16. gopkg.in/ini.v1 v1.67.0
  17. gopkg.in/natefinch/lumberjack.v2 v2.2.1
  18. )
  19. require (
  20. github.com/davecgh/go-spew v1.1.1 // indirect
  21. github.com/gorilla/websocket v1.5.3 // indirect
  22. github.com/hashicorp/errwrap v1.0.0 // indirect
  23. github.com/hashicorp/go-multierror v1.1.1 // indirect
  24. github.com/mattn/go-runewidth v0.0.3 // indirect
  25. github.com/pmezard/go-difflib v1.0.0 // indirect
  26. github.com/vishvananda/netns v0.0.5 // indirect
  27. golang.org/x/net v0.44.0 // indirect
  28. golang.org/x/sync v0.17.0 // indirect
  29. gopkg.in/yaml.v3 v3.0.1 // indirect
  30. )
  31. replace gopkg.in/natefinch/lumberjack.v2 => ./vendor_lumberjack/lumberjack-2.2.1