this repo has no description
at main 28 lines 901 B view raw
1module github.com/bluesky-social/atbin 2 3go 1.25.0 4 5require ( 6 github.com/earthboundkid/versioninfo/v2 v2.24.1 7 github.com/joho/godotenv v1.5.1 8 github.com/labstack/echo/v4 v4.15.1 9 github.com/samber/slog-echo v1.21.0 10 github.com/urfave/cli/v3 v3.7.0 11) 12 13require ( 14 github.com/cespare/xxhash/v2 v2.3.0 // indirect 15 github.com/labstack/gommon v0.4.2 // indirect 16 github.com/mattn/go-colorable v0.1.14 // indirect 17 github.com/mattn/go-isatty v0.0.20 // indirect 18 github.com/samber/lo v1.53.0 // indirect 19 github.com/valyala/bytebufferpool v1.0.0 // indirect 20 github.com/valyala/fasttemplate v1.2.2 // indirect 21 go.opentelemetry.io/otel v1.42.0 // indirect 22 go.opentelemetry.io/otel/trace v1.42.0 // indirect 23 golang.org/x/crypto v0.49.0 // indirect 24 golang.org/x/net v0.52.0 // indirect 25 golang.org/x/sys v0.42.0 // indirect 26 golang.org/x/text v0.35.0 // indirect 27 golang.org/x/time v0.15.0 // indirect 28)