2023-10-31 22:40:14 +00:00
|
|
|
module github.com/ectrc/snow
|
|
|
|
|
|
|
|
go 1.21.3
|
|
|
|
|
2023-12-07 19:29:47 +00:00
|
|
|
require (
|
2024-01-19 22:58:40 +00:00
|
|
|
github.com/bwmarrin/discordgo v0.27.1
|
2023-12-07 19:29:47 +00:00
|
|
|
github.com/goccy/go-json v0.10.2
|
|
|
|
github.com/gofiber/fiber/v2 v2.50.0
|
2023-12-26 03:07:18 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
2023-12-07 19:29:47 +00:00
|
|
|
github.com/google/uuid v1.4.0
|
|
|
|
github.com/lib/pq v1.10.9
|
2024-01-19 22:58:40 +00:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
2023-12-07 19:29:47 +00:00
|
|
|
github.com/r3labs/diff/v3 v3.0.1
|
|
|
|
gopkg.in/ini.v1 v1.67.0
|
|
|
|
gorm.io/driver/postgres v1.5.3
|
|
|
|
gorm.io/gorm v1.25.5
|
|
|
|
)
|
|
|
|
|
2023-10-31 22:40:14 +00:00
|
|
|
require (
|
2023-11-03 23:48:50 +00:00
|
|
|
github.com/andybalholm/brotli v1.0.6 // indirect
|
2023-12-13 22:52:16 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
2023-10-31 22:40:14 +00:00
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
|
|
github.com/jackc/pgx/v5 v5.4.3 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
2023-11-03 23:48:50 +00:00
|
|
|
github.com/klauspost/compress v1.17.2 // indirect
|
2023-10-31 22:40:14 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-11-03 23:48:50 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
|
|
github.com/philhofer/fwd v1.1.2 // indirect
|
|
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
2024-01-19 22:58:40 +00:00
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
2023-11-03 23:48:50 +00:00
|
|
|
github.com/tinylib/msgp v1.1.8 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasthttp v1.50.0 // indirect
|
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
2023-10-31 22:40:14 +00:00
|
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
|
|
golang.org/x/crypto v0.9.0 // indirect
|
2023-11-03 23:48:50 +00:00
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
2023-10-31 22:40:14 +00:00
|
|
|
golang.org/x/text v0.13.0 // indirect
|
|
|
|
)
|