~dricottone/simple-chat

ref: 652c4609092bb7f92780657ca2cd7e013202545d simple-chat/server/go.mod -rw-r--r-- 175 bytes
652c4609Dominic Ricottone Added README 1 year, 13 days ago
                                                                                
1
2
3
4
5
6
7
8
module git.dominic-ricottone.com/~dricottone/simple-chat/server

go 1.21.4

require (
	github.com/gorilla/websocket v1.5.1 // indirect
	golang.org/x/net v0.17.0 // indirect
)