~dricottone/simple-chat

ref: v1.0.1 simple-chat/server/go.mod -rw-r--r-- 175 bytes
c2c030fbDominic Ricottone Updates and reorganization 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
)