43 lines
1.6 KiB
Modula-2
43 lines
1.6 KiB
Modula-2
module github.com/MrBounty/JADE2.0
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/edgedb/edgedb-go v0.17.1
|
|
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
|
|
github.com/gofiber/fiber/v2 v2.52.4
|
|
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.0.5 // indirect
|
|
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
|
github.com/flosch/pongo2/v6 v6.0.0 // indirect
|
|
github.com/gofiber/template v1.8.3 // indirect
|
|
github.com/gofiber/utils v1.1.0 // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
github.com/klauspost/compress v1.17.0 // 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.2.0 // indirect
|
|
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.51.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.22.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.9.3 // indirect
|
|
)
|