diff options
Diffstat (limited to 'nexus/go.mod')
| -rw-r--r-- | nexus/go.mod | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/nexus/go.mod b/nexus/go.mod new file mode 100644 index 0000000..e278432 --- /dev/null +++ b/nexus/go.mod @@ -0,0 +1,41 @@ +module nexus + +go 1.25.0 + +require ( + github.com/flosch/pongo2/v6 v6.0.0 + github.com/gofiber/fiber/v2 v2.52.12 + github.com/gofiber/storage/postgres/v3 v3.3.2 + github.com/gofiber/template/django/v3 v3.1.14 + github.com/google/uuid v1.6.0 + github.com/joho/godotenv v1.5.1 + go.uber.org/zap v1.27.1 + golang.org/x/crypto v0.47.0 + gorm.io/driver/postgres v1.6.0 + gorm.io/gorm v1.31.1 +) + +require ( + github.com/andybalholm/brotli v1.1.0 // indirect + github.com/gofiber/template v1.8.3 // indirect + github.com/gofiber/utils v1.1.0 // indirect + github.com/jackc/pgpassfile v1.0.0 // indirect + github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect + github.com/jackc/pgx/v5 v5.8.0 // indirect + github.com/jackc/puddle/v2 v2.2.2 // indirect + github.com/jinzhu/inflection v1.0.0 // indirect + github.com/jinzhu/now v1.1.5 // indirect + github.com/klauspost/compress v1.18.3 // indirect + github.com/mattn/go-colorable v0.1.13 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect + github.com/rivo/uniseg v0.2.0 // indirect + github.com/rogpeppe/go-internal v1.14.1 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + github.com/valyala/fasthttp v1.51.0 // indirect + github.com/valyala/tcplisten v1.0.0 // indirect + go.uber.org/multierr v1.10.0 // indirect + golang.org/x/sync v0.19.0 // indirect + golang.org/x/sys v0.40.0 // indirect + golang.org/x/text v0.33.0 // indirect +) |
