| 123456789101112131415161718192021222324252627 |
- 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/eclipse/paho.mqtt.golang v1.5.1
- github.com/jlaffaye/ftp v0.2.0
- github.com/mattn/go-shellwords v1.0.12
- 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/gorilla/websocket v1.5.3 // indirect
- 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/sync v0.17.0 // indirect
- golang.org/x/sys v0.36.0 // indirect
- )
- replace gopkg.in/natefinch/lumberjack.v2 => ./vendor_lumberjack/lumberjack-2.2.1
|