From 7d6270f64b1dc00d91230b5c793bc49991f0fcf8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 28 Apr 2021 18:09:00 +0400 Subject: Added http client and tryAuth view to server. --- http-client/go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 http-client/go.mod (limited to 'http-client/go.mod') 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 -- cgit v1.2.3