| module github.com/creepurl/backend |
|
|
| go 1.21 |
|
|
| require ( |
| github.com/gofiber/fiber/v2 v2.52.0 |
| github.com/joho/godotenv v1.5.1 |
| modernc.org/sqlite v1.29.1 |
| ) |
|
|
| require ( |
| github.com/andybalholm/brotli v1.0.6 |
| github.com/dustin/go-humanize v1.0.1 |
| github.com/google/uuid v1.6.0 |
| github.com/hashicorp/golang-lru/v2 v2.0.7 |
| github.com/klauspost/compress v1.17.0 |
| github.com/mattn/go-colorable v0.1.13 |
| github.com/mattn/go-isatty v0.0.20 |
| github.com/mattn/go-runewidth v0.0.15 |
| github.com/ncruces/go-strftime v0.1.9 |
| github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec |
| github.com/rivo/uniseg v0.2.0 |
| github.com/valyala/bytebufferpool v1.0.0 |
| github.com/valyala/fasthttp v1.51.0 |
| github.com/valyala/tcplisten v1.0.0 |
| golang.org/x/sys v0.16.0 |
| modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 |
| modernc.org/libc v1.41.0 |
| modernc.org/mathutil v1.6.0 |
| modernc.org/memory v1.7.2 |
| modernc.org/strutil v1.2.0 |
| modernc.org/token v1.1.0 |
| ) |
|
|