-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 831 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 831 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/JSmith-BitFlipper/webauthn-firewall-proxy
go 1.14
require (
github.com/cloudflare/cfssl v1.5.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/duo-labs/webauthn.io v0.0.0-20200929144140-c031a3e0f95d
github.com/fxamacker/cbor/v2 v2.2.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/jinzhu/gorm v1.9.16
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pkg/profile v1.5.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
gopkg.in/macaron.v1 v1.4.0 // indirect
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.11
unknwon.dev/clog/v2 v2.2.0
webauthn v0.0.0-00010101000000-000000000000
webauthn_utils v0.0.0-00010101000000-000000000000
)
replace webauthn => ./webauthn
replace webauthn_utils => ./webauthn_utils