mirror of
https://github.com/aleleba/test-list-app.git
synced 2025-04-19 02:28:04 -06:00
50 lines
2.1 KiB
Modula-2
50 lines
2.1 KiB
Modula-2
module aleleba/react-server
|
|
|
|
go 1.21.1
|
|
|
|
require github.com/joho/godotenv v1.5.1
|
|
|
|
require github.com/gofiber/fiber/v2 v2.49.1
|
|
|
|
require (
|
|
cloudeng.io/os v0.0.0-20230309184059-9263072b1423 // indirect
|
|
cloudeng.io/webapp v0.0.0-20230913164637-56a6ca867a22 // indirect
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/clarkmcc/go-typescript v0.7.0 // indirect
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
|
github.com/dop251/goja v0.0.0-20230919151941-fc55792775de // indirect
|
|
github.com/fasthttp/websocket v1.5.3 // indirect
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/githubnemo/CompileDaemon v1.4.0 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
|
github.com/gofiber/adaptor/v2 v2.2.1 // indirect
|
|
github.com/gofiber/template v1.8.2 // indirect
|
|
github.com/gofiber/template/html/v2 v2.0.5 // indirect
|
|
github.com/gofiber/utils v1.1.0 // indirect
|
|
github.com/gofiber/websocket/v2 v2.2.1 // indirect
|
|
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/labstack/echo/v4 v4.11.1 // indirect
|
|
github.com/labstack/gommon v0.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/radovskyb/watcher v1.0.7 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/robertkrimen/otto v0.2.1 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.49.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/crypto v0.11.0 // indirect
|
|
golang.org/x/net v0.12.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
)
|