| 1234567891011121314151617181920212223 |
- module hnyfkj.com.cn/rtu/linux
- go 1.24.2
- require (
- github.com/alexflint/go-filemutex v1.3.0
- github.com/beevik/ntp v1.5.0
- github.com/jlaffaye/ftp v0.2.0
- github.com/sirupsen/logrus v1.9.3
- github.com/vishvananda/netlink v1.3.1
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/natefinch/lumberjack.v2 v2.2.1
- )
- require (
- github.com/hashicorp/errwrap v1.0.0 // indirect
- github.com/hashicorp/go-multierror v1.1.1 // indirect
- github.com/vishvananda/netns v0.0.5 // indirect
- golang.org/x/net v0.44.0 // indirect
- golang.org/x/sys v0.36.0 // indirect
- )
- replace gopkg.in/natefinch/lumberjack.v2 => ./vendor_lumberjack/lumberjack-2.2.1
|