🎉 support client message push

This commit is contained in:
Song
2021-06-13 17:52:41 +08:00
parent fcb48d4ff0
commit 018d252e5d
11 changed files with 485 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
module client
go 1.16
require (
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210603182125-eeedf4a0e899 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect
)