diff options
| author | Andrew <saintruler@gmail.com> | 2021-04-27 21:41:44 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-04-27 21:41:44 +0400 |
| commit | f3088f22e319b7183f9ad29d582574d3a06666ed (patch) | |
| tree | 89e2f076d83d50f050964c3e92ffd0093bac197f /client/go.mod | |
| parent | 1fb7ca2bd298cbe340f7790cc40a808b1a4ab245 (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.mod | 2 |
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 |