31 lines
876 B
AMPL
31 lines
876 B
AMPL
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
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/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
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|