vaulterm/server/go.mod

29 lines
890 B
Modula-2
Raw Normal View History

2024-11-05 18:43:59 +07:00
module rul.sh/vaulterm
go 1.21.1
2024-11-06 06:24:14 +00:00
2024-11-06 09:50:41 +00:00
require (
github.com/gofiber/contrib/websocket v1.3.2
github.com/gofiber/fiber/v2 v2.52.5
2024-11-06 13:49:41 +00:00
github.com/joho/godotenv v1.5.1
2024-11-06 09:50:41 +00:00
golang.org/x/crypto v0.28.0
)
2024-11-06 06:24:14 +00:00
require (
2024-11-06 09:50:41 +00:00
github.com/andybalholm/brotli v1.1.0 // indirect
2024-11-06 13:49:41 +00:00
github.com/fasthttp/websocket v1.5.10
2024-11-06 09:50:41 +00:00
github.com/google/uuid v1.6.0 // indirect
2024-11-06 13:49:41 +00:00
github.com/klauspost/compress v1.17.9 // indirect
2024-11-06 09:50:41 +00:00
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
2024-11-06 13:49:41 +00:00
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
2024-11-06 09:50:41 +00:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
2024-11-06 13:49:41 +00:00
github.com/valyala/fasthttp v1.55.0 // indirect
2024-11-06 09:50:41 +00:00
github.com/valyala/tcplisten v1.0.0 // indirect
2024-11-06 13:49:41 +00:00
golang.org/x/net v0.26.0 // indirect
2024-11-06 06:24:14 +00:00
)
2024-11-06 09:50:41 +00:00
require golang.org/x/sys v0.26.0 // indirect