mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
21 lines
550 B
Modula-2
21 lines
550 B
Modula-2
module github.com/onsonr/nebula
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.793
|
|
github.com/go-webauthn/webauthn v0.11.2
|
|
)
|
|
|
|
require (
|
|
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
|
|
github.com/go-webauthn/x v0.1.14 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
github.com/google/go-tpm v0.9.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/crypto v0.26.0 // indirect
|
|
golang.org/x/sys v0.23.0 // indirect
|
|
)
|