module github.com/haileyok/myaur go 1.25.3 require ( github.com/joho/godotenv v1.5.1 github.com/labstack/echo/v4 v4.13.4 github.com/labstack/gommon v0.4.2 github.com/samber/slog-echo v1.18.0 github.com/urfave/cli/v2 v2.27.7 golang.org/x/sync v0.14.0 gorm.io/driver/sqlite v1.6.0 gorm.io/gorm v1.31.0 ) require ( github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-sqlite3 v1.14.22 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/samber/lo v1.51.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.2 // indirect github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect go.opentelemetry.io/otel v1.29.0 // indirect go.opentelemetry.io/otel/trace v1.29.0 // indirect golang.org/x/crypto v0.38.0 // indirect golang.org/x/net v0.40.0 // indirect golang.org/x/sys v0.33.0 // indirect golang.org/x/text v0.25.0 // indirect golang.org/x/time v0.11.0 // indirect )