mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02:00
12 lines
247 B
Modula-2
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
|
|
)
|