tmpchat / go.mod

@ 1d2bbf409ca873d2297b1a1029c9900d2eafe11d | history


module tmpchat

go 1.19

require (
	github.com/google/uuid v1.3.0
	github.com/gorilla/websocket v1.5.0
	github.com/ianschenck/envflag v0.0.0-20140720210342-9111d830d133
)