summaryrefslogtreecommitdiff
path: root/go.mod
blob: fa4821fd9814de190cf55bd8ee2b223436a640e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
)