This commit is contained in:
@@ -5,16 +5,24 @@ module gamertan.com/web
|
||||
go 1.26
|
||||
|
||||
require (
|
||||
github.com/fxamacker/cbor/v2 v2.9.1
|
||||
github.com/go-viper/mapstructure/v2 v2.5.0
|
||||
github.com/go-webauthn/x v0.2.3
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1
|
||||
github.com/google/go-tpm v0.9.8
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/tinylib/msgp v1.6.4
|
||||
golang.org/x/crypto v0.54.0
|
||||
modernc.org/sqlite v1.56.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/mattn/go-isatty v0.0.24 // indirect
|
||||
github.com/ncruces/go-strftime v1.0.0 // indirect
|
||||
github.com/philhofer/fwd v1.2.0 // indirect
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
github.com/x448/float16 v0.8.4 // indirect
|
||||
golang.org/x/sys v0.47.0 // indirect
|
||||
modernc.org/libc v1.74.4 // indirect
|
||||
modernc.org/mathutil v1.7.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user