summaryrefslogtreecommitdiff
path: root/client/go.mod
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-04-27 21:41:44 +0400
committerAndrew <saintruler@gmail.com>2021-04-27 21:41:44 +0400
commitf3088f22e319b7183f9ad29d582574d3a06666ed (patch)
tree89e2f076d83d50f050964c3e92ffd0093bac197f /client/go.mod
parent1fb7ca2bd298cbe340f7790cc40a808b1a4ab245 (diff)
Added GUI to client. renamed Message to Request. Added PING request type to sender server.
Diffstat (limited to 'client/go.mod')
-rw-r--r--client/go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/go.mod b/client/go.mod
index ffafd1f..168a27a 100644
--- a/client/go.mod
+++ b/client/go.mod
@@ -1,3 +1,5 @@
module vasthecat.ru/coursework-client
go 1.16
+
+require fyne.io/fyne/v2 v2.0.2