this repo has no description
1module github.com/edavis/plcwatch 2 3go 1.23.6 4 5require ( 6 github.com/bluesky-social/indigo v0.0.0-20250324192039-40f397713b63 7 github.com/labstack/echo/v4 v4.13.3 8) 9 10require ( 11 github.com/labstack/gommon v0.4.2 // indirect 12 github.com/mattn/go-colorable v0.1.13 // indirect 13 github.com/mattn/go-isatty v0.0.20 // indirect 14 github.com/valyala/bytebufferpool v1.0.0 // indirect 15 github.com/valyala/fasttemplate v1.2.2 // indirect 16 golang.org/x/crypto v0.31.0 // indirect 17 golang.org/x/net v0.33.0 // indirect 18 golang.org/x/sys v0.28.0 // indirect 19 golang.org/x/text v0.21.0 // indirect 20)