| commit | b64297c85b54526cf44da8af7d1fc5409babbe2f | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Mon Dec 13 14:36:32 2021 +0400 |
| committer | giolekva <giolekva@gmail.com> | Mon Dec 13 14:36:32 2021 +0400 |
| tree | 1678dbddbee9f1d2a1b49386263451c73f0f69ea | |
| parent | 2cacf45265777462ad8cbb8234a5f648d8d06af5 [diff] [blame] |
Basic implementation of client: render qa code and scan from mobile app
diff --git a/core/client/go.mod b/core/client/go.mod new file mode 100644 index 0000000..4ae29af --- /dev/null +++ b/core/client/go.mod
@@ -0,0 +1,9 @@ +module github.com/giolekva/pcloud/core/client + +go 1.16 + +require ( + gioui.org v0.0.0-20211201162354-9a5298914282 + github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e + golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect +)