- module github.com/SongZihuan/https-watcher
- go 1.23.4
- require (
- github.com/mattn/go-isatty v0.0.20
- gopkg.in/yaml.v3 v3.0.1
- )
- require (
- golang.org/x/sys v0.13.0 // indirect
- gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
- gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
- )
|