9 lines
100 B
AMPL
9 lines
100 B
AMPL
module ws
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.1
|
|
github.com/gorilla/websocket v1.5.0
|
|
)
|