websocket

This commit is contained in:
2023-04-28 08:05:35 +08:00
parent f264d6921d
commit ad5b9945af
5 changed files with 103 additions and 0 deletions

1
go.mod
View File

@@ -4,5 +4,6 @@ go 1.18
require (
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/mattn/go-sqlite3 v1.14.16
)