2026-05-07 20:14:34 +08:00
|
|
|
module apigo.cc/go/watch
|
|
|
|
|
|
|
|
|
|
go 1.25.0
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-16 01:26:10 +08:00
|
|
|
apigo.cc/go/file v1.3.2
|
|
|
|
|
apigo.cc/go/timer v1.3.1
|
2026-05-07 20:14:34 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.10.1
|
2026-05-07 20:31:07 +08:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2026-05-07 20:14:34 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-16 01:26:10 +08:00
|
|
|
apigo.cc/go/cast v1.3.3 // indirect
|
|
|
|
|
apigo.cc/go/encoding v1.3.1 // indirect
|
|
|
|
|
apigo.cc/go/rand v1.3.1 // indirect
|
|
|
|
|
apigo.cc/go/safe v1.3.1 // indirect
|
2026-05-07 20:14:34 +08:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2026-05-10 13:13:39 +08:00
|
|
|
golang.org/x/crypto v0.51.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.44.0 // indirect
|
2026-05-07 20:14:34 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|