module github.com/bluesky-social/atbin go 1.25.0 require ( github.com/earthboundkid/versioninfo/v2 v2.24.1 github.com/joho/godotenv v1.5.1 github.com/labstack/echo/v4 v4.15.1 github.com/samber/slog-echo v1.21.0 github.com/urfave/cli/v3 v3.7.0 ) require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/labstack/gommon v0.4.2 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/samber/lo v1.53.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.2 // indirect go.opentelemetry.io/otel v1.42.0 // indirect go.opentelemetry.io/otel/trace v1.42.0 // indirect golang.org/x/crypto v0.49.0 // indirect golang.org/x/net v0.52.0 // indirect golang.org/x/sys v0.42.0 // indirect golang.org/x/text v0.35.0 // indirect golang.org/x/time v0.15.0 // indirect )