Files
codeql/go/ql/test/query-tests/Security/CWE-918/go.mod
2022-05-20 10:07:19 -07:00

12 lines
247 B
Modula-2

module main
go 1.14
require (
github.com/gobwas/ws v1.0.3
github.com/gorilla/websocket v1.4.2
github.com/sacOO7/gowebsocket v0.0.0-20180719182212-1436bb906a4e
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd
nhooyr.io/websocket v1.8.5
)