mirror of
https://github.com/H0llyW00dzZ/fiber2fa.git
synced 2025-02-06 11:02:32 +00:00
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.32.0. - [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module github.com/H0llyW00dzZ/fiber2fa
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
github.com/bytedance/sonic v1.12.8
|
|
github.com/gofiber/fiber/v2 v2.52.6
|
|
github.com/gofiber/storage/memory/v2 v2.0.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/xlzd/gotp v0.1.0
|
|
golang.org/x/crypto v0.32.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/bytedance/sonic/loader v0.2.2 // indirect
|
|
github.com/cloudwego/base64x v0.1.5 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.54.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
github.com/zeebo/blake3 v0.2.4
|
|
golang.org/x/arch v0.8.0 // indirect
|
|
golang.org/x/image v0.23.0
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
)
|