38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module code.lila.network/adoralaura/go-urlsh
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.2
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.52.4
|
|
github.com/gofiber/template/html/v2 v2.1.1
|
|
github.com/jasonlvhit/gocron v0.0.1
|
|
github.com/pquerna/otp v1.4.0
|
|
github.com/uptrace/bun v1.2.1
|
|
github.com/uptrace/bun/dialect/pgdialect v1.2.1
|
|
github.com/uptrace/bun/driver/pgdriver v1.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/boombuler/barcode v1.0.1 // indirect
|
|
github.com/gofiber/template v1.8.3 // indirect
|
|
github.com/gofiber/utils v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.17.8 // 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.15 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.52.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
mellium.im/sasl v0.3.1 // indirect
|
|
)
|