mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02:00
11 lines
200 B
Modula-2
11 lines
200 B
Modula-2
module codeql-go-tests/CWE-079
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/gobwas/ws v1.0.3
|
|
github.com/gorilla/websocket v1.4.2
|
|
golang.org/x/net v0.0.0-20200505041828-1ed23360d12c
|
|
nhooyr.io/websocket v1.8.5
|
|
)
|