diff options
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 |