2023-04-08 12:37:04 +02:00
|
|
|
module codeberg.org/lauralani/go-urlsh
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
2023-04-27 12:34:24 +02:00
|
|
|
require (
|
2023-06-17 15:29:05 +02:00
|
|
|
github.com/gofiber/fiber/v2 v2.46.0
|
|
|
|
github.com/gofiber/template v1.8.2
|
2023-04-27 12:34:24 +02:00
|
|
|
github.com/google/uuid v1.3.0
|
2023-06-17 15:29:05 +02:00
|
|
|
github.com/jasonlvhit/gocron v0.0.1
|
|
|
|
github.com/uptrace/bun v1.1.14
|
|
|
|
github.com/uptrace/bun/dialect/pgdialect v1.1.14
|
|
|
|
github.com/uptrace/bun/driver/pgdriver v1.1.14
|
2023-04-27 12:34:24 +02:00
|
|
|
)
|
2023-04-08 14:17:18 +02:00
|
|
|
|
2023-04-08 12:37:04 +02:00
|
|
|
require (
|
2023-04-24 07:52:54 +02:00
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
2023-04-25 18:43:01 +02:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
2023-06-17 15:29:05 +02:00
|
|
|
github.com/klauspost/compress v1.16.6 // indirect
|
2023-04-24 07:52:54 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-06-17 15:29:05 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2023-04-24 07:52:54 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
|
|
github.com/philhofer/fwd v1.1.2 // indirect
|
2023-06-17 15:29:05 +02:00
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
2023-04-24 07:52:54 +02:00
|
|
|
github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
|
|
|
|
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
|
|
|
|
github.com/tinylib/msgp v1.1.8 // indirect
|
2023-04-25 18:43:01 +02:00
|
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
2023-04-24 07:52:54 +02:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2023-06-17 15:29:05 +02:00
|
|
|
github.com/valyala/fasthttp v1.47.0 // indirect
|
2023-04-24 07:52:54 +02:00
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2023-04-25 18:43:01 +02:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2023-06-17 15:29:05 +02:00
|
|
|
golang.org/x/crypto v0.10.0 // indirect
|
|
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
|
|
golang.org/x/sys v0.9.0 // indirect
|
|
|
|
golang.org/x/tools v0.4.0 // indirect
|
2023-04-25 18:43:01 +02:00
|
|
|
mellium.im/sasl v0.3.1 // indirect
|
2023-04-08 12:37:04 +02:00
|
|
|
)
|