~dricottone/simple-chat

ref: c2c030fb4be52336a6e5ab71fede805e836b6d98 simple-chat/server/go.mod -rw-r--r-- 175 bytes
c2c030fbDominic Ricottone Updates and reorganization 1 year, 12 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
)