Jade/go.mod
MrBounty 3266c8787e SSE to WebSocket
I needed to ping pong the content of the message because it was too long
for a SSE event. I swaped to websocket instead
2024-08-05 18:22:51 +02:00

47 lines
1.9 KiB
Modula-2

module github.com/MrBounty/JADE2.0
go 1.22.2
require (
github.com/edgedb/edgedb-go v0.17.2
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
github.com/gofiber/fiber/v2 v2.52.5
github.com/gofiber/template/django/v3 v3.1.11
github.com/stripe/stripe-go v70.15.0+incompatible
github.com/yuin/goldmark v1.7.1
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
)
require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/fasthttp/websocket v1.5.10 // indirect
github.com/flosch/pongo2/v6 v6.0.0 // indirect
github.com/gofiber/contrib/websocket v1.3.2 // 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/klauspost/compress v1.17.9 // 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.4.7 // indirect
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.55.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/xdg/scram v1.0.5 // indirect
github.com/xdg/stringprep v1.0.3 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
)