ranpas: remove all dependencies except stdlib

Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
This commit is contained in:
2020-12-23 13:02:05 +02:00
parent 21a8e20140
commit baaeaf19df
3 changed files with 63 additions and 104 deletions
-8
View File
@@ -1,11 +1,3 @@
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
)