1module github.com/haileyok/myaur
2
3go 1.25.3
4
5require (
6 github.com/joho/godotenv v1.5.1
7 github.com/labstack/echo/v4 v4.13.4
8 github.com/labstack/gommon v0.4.2
9 github.com/samber/slog-echo v1.18.0
10 github.com/urfave/cli/v2 v2.27.7
11 golang.org/x/sync v0.14.0
12 gorm.io/driver/sqlite v1.6.0
13 gorm.io/gorm v1.31.0
14)
15
16require (
17 github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
18 github.com/jinzhu/inflection v1.0.0 // indirect
19 github.com/jinzhu/now v1.1.5 // indirect
20 github.com/mattn/go-colorable v0.1.14 // indirect
21 github.com/mattn/go-isatty v0.0.20 // indirect
22 github.com/mattn/go-sqlite3 v1.14.22 // indirect
23 github.com/russross/blackfriday/v2 v2.1.0 // indirect
24 github.com/samber/lo v1.51.0 // indirect
25 github.com/valyala/bytebufferpool v1.0.0 // indirect
26 github.com/valyala/fasttemplate v1.2.2 // indirect
27 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
28 go.opentelemetry.io/otel v1.29.0 // indirect
29 go.opentelemetry.io/otel/trace v1.29.0 // indirect
30 golang.org/x/crypto v0.38.0 // indirect
31 golang.org/x/net v0.40.0 // indirect
32 golang.org/x/sys v0.33.0 // indirect
33 golang.org/x/text v0.25.0 // indirect
34 golang.org/x/time v0.11.0 // indirect
35)