summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-04-18 02:38:35 +0200
committerMax Magorsch <arzano@gentoo.org>2020-04-18 02:50:54 +0200
commit35a41e63ebd5f6cf9d17419c150eb53a005d2e87 (patch)
treee0bcc21bbb1e7e200857cfbd52acb82b008a3a6d /go.mod
parentDisplay version and last update in the footer (diff)
downloadglsamaker-35a41e63ebd5f6cf9d17419c150eb53a005d2e87.tar.gz
glsamaker-35a41e63ebd5f6cf9d17419c150eb53a005d2e87.tar.bz2
glsamaker-35a41e63ebd5f6cf9d17419c150eb53a005d2e87.zip
Add the initial version of the rewritten glsamaker
The glsamaker has been completly rewritten in go. It is using postgres instead of mysql now. The look and feel is based on tyrian. Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..fa4821f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,13 @@
+module glsamaker
+
+go 1.13
+
+require (
+ github.com/duo-labs/webauthn v0.0.0-20200131223046-0864f70a0509
+ github.com/duo-labs/webauthn.io v0.0.0-20191119211219-328048ff6814
+ github.com/go-pg/pg/v9 v9.1.3
+ github.com/google/uuid v1.1.1
+ github.com/pquerna/otp v1.2.0
+ github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
+ golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
+)