| module restaurant-pos |
|
|
| go 1.22.0 |
|
|
| require ( |
| github.com/glebarez/sqlite v1.11.0 |
| github.com/gofiber/contrib/websocket v1.3.2 |
| github.com/gofiber/fiber/v2 v2.52.5 |
| github.com/golang-jwt/jwt/v5 v5.2.1 |
| github.com/google/uuid v1.6.0 |
| golang.org/x/crypto v0.28.0 |
| gorm.io/gorm v1.25.12 |
| ) |
|
|
| require ( |
| github.com/andybalholm/brotli v1.1.0 |
| github.com/dustin/go-humanize v1.0.1 |
| github.com/fasthttp/websocket v1.5.10 |
| github.com/glebarez/go-sqlite v1.21.2 |
| github.com/jinzhu/inflection v1.0.0 |
| github.com/jinzhu/now v1.1.5 |
| github.com/klauspost/compress v1.17.9 |
| github.com/mattn/go-colorable v0.1.13 |
| github.com/mattn/go-isatty v0.0.20 |
| github.com/mattn/go-runewidth v0.0.16 |
| github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec |
| github.com/rivo/uniseg v0.4.7 |
| github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 |
| github.com/valyala/bytebufferpool v1.0.0 |
| github.com/valyala/fasthttp v1.55.0 |
| github.com/valyala/tcplisten v1.0.0 |
| golang.org/x/net v0.30.0 |
| golang.org/x/sys v0.26.0 |
| golang.org/x/text v0.19.0 |
| modernc.org/libc v1.22.5 |
| modernc.org/mathutil v1.5.0 |
| modernc.org/memory v1.5.0 |
| modernc.org/sqlite v1.23.1 |
| ) |
|
|