diff options
| author | Andrew <saintruler@gmail.com> | 2021-04-28 18:09:00 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-04-28 18:09:00 +0400 |
| commit | 7d6270f64b1dc00d91230b5c793bc49991f0fcf8 (patch) | |
| tree | ee41d9e909968d56a83a09cf83fbb6e5ff6dbb1c /http-client/go.mod | |
| parent | 355dab5bdc924202b1d877b18ae31f04154a4aee (diff) | |
Added http client and tryAuth view to server.
Diffstat (limited to 'http-client/go.mod')
| -rw-r--r-- | http-client/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/http-client/go.mod b/http-client/go.mod new file mode 100644 index 0000000..a62b9f0 --- /dev/null +++ b/http-client/go.mod @@ -0,0 +1,5 @@ +module vasthecat.ru/coursework/http-client + +go 1.16 + +require fyne.io/fyne/v2 v2.0.2 |