33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
module clickandjoin.app/storageserver
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
git.clickandjoin.umbach.dev/ClickandJoin/go-cnj-helper v1.0.46
|
|
github.com/gocql/gocql v1.3.1
|
|
github.com/gofiber/fiber/v2 v2.40.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/h2non/bimg v1.1.9
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/scylladb/gocqlx/v2 v2.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/rabbitmq/amqp091-go v1.5.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/rs/zerolog v1.29.0 // indirect
|
|
github.com/scylladb/go-reflectx v1.0.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.41.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
)
|