All checks were successful
test-and-lint / test-and-lint (pull_request) Successful in 2m50s
36 lines
1.1 KiB
Modula-2
36 lines
1.1 KiB
Modula-2
module MiauInv
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
github.com/glebarez/go-sqlite v1.22.0
|
|
github.com/go-webauthn/webauthn v0.17.4
|
|
github.com/golang-jwt/jwt/v5 v5.3.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/pquerna/otp v1.5.0
|
|
github.com/tdewolff/minify/v2 v2.24.13
|
|
golang.org/x/crypto v0.53.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/boombuler/barcode v1.1.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.9.2 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
|
github.com/go-webauthn/x v0.2.6 // indirect
|
|
github.com/google/go-tpm v0.9.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.22 // 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/tdewolff/parse/v2 v2.8.13 // indirect
|
|
github.com/tinylib/msgp v1.6.4 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
modernc.org/libc v1.73.0 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
modernc.org/sqlite v1.52.0 // indirect
|
|
)
|