16 lines
340 B
Modula-2
16 lines
340 B
Modula-2
module github.com/fasthttp/websocket
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.17.3
|
|
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee
|
|
github.com/valyala/fasthttp v1.51.0
|
|
golang.org/x/net v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
)
|