-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 897 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (24 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/fmitra/authenticator
go 1.13
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/duo-labs/webauthn v0.0.0-20200714211715-1daaee874e43
github.com/go-kit/kit v0.8.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/go-redis/redis/v8 v8.0.0-beta.7
github.com/go-stack/stack v1.8.0 // indirect
github.com/google/go-cmp v0.5.0
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.1
github.com/lib/pq v1.1.1
github.com/nyaruka/phonenumbers v1.0.40
github.com/oklog/run v1.0.0
github.com/oklog/ulid/v2 v2.0.2
github.com/pquerna/otp v1.2.0
github.com/sendgrid/rest v2.6.0+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.6.1+incompatible
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
)