go.mod 623 B

1234567891011121314151617181920212223
  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/jlaffaye/ftp v0.2.0
  7. github.com/sirupsen/logrus v1.9.3
  8. github.com/vishvananda/netlink v1.3.1
  9. gopkg.in/ini.v1 v1.67.0
  10. gopkg.in/natefinch/lumberjack.v2 v2.2.1
  11. )
  12. require (
  13. github.com/hashicorp/errwrap v1.0.0 // indirect
  14. github.com/hashicorp/go-multierror v1.1.1 // indirect
  15. github.com/vishvananda/netns v0.0.5 // indirect
  16. golang.org/x/net v0.44.0 // indirect
  17. golang.org/x/sys v0.36.0 // indirect
  18. )
  19. replace gopkg.in/natefinch/lumberjack.v2 => ./vendor_lumberjack/lumberjack-2.2.1