-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
51 lines (46 loc) · 1.77 KB
/
go.mod
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/bukodi/webauthn-ra
go 1.21
require (
github.com/go-chi/chi/v5 v5.0.10
github.com/swaggest/rest v0.2.59
github.com/swaggest/swgui v1.7.4
github.com/swaggest/usecase v1.2.1
)
require (
github.com/descope/virtualwebauthn v1.0.2
github.com/fxamacker/webauthn v0.6.1
github.com/knadh/koanf v1.5.0
github.com/oklog/ulid/v2 v2.1.0
github.com/rs/cors v1.10.1
golang.org/x/tools v0.14.0
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.5
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/santhosh-tekuri/jsonschema/v3 v3.1.0 // indirect
github.com/shurcooL/httpgzip v0.0.0-20230704072819-d1585fc322fa // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/swaggest/form/v5 v5.1.1 // indirect
github.com/swaggest/jsonschema-go v0.3.62 // indirect
github.com/swaggest/openapi-go v0.2.41 // indirect
github.com/swaggest/refl v1.3.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
replace github.com/fxamacker/webauthn => github.com/bukodi/webauthn v0.6.2-0.20220120090524-e5db2cd7d66d