Initial commit

Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
This commit is contained in:
2020-12-22 16:24:49 +02:00
commit 21a8e20140
10 changed files with 542 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module git.jpi.io/JPI/ranpass
go 1.14
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
)