tmpchat / go.mod

@ 5c2b3b97f04eb8e24e21af12360ebf9c8f32750a | 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
)