Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/pilinux/twofactor from 1.1.7 to 1.1.8 #241

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/pilinux/libgo v0.0.5
github.com/pilinux/logrus v0.11.3
github.com/pilinux/structs v1.1.1
github.com/pilinux/twofactor v1.1.7
github.com/pilinux/twofactor v1.1.8
github.com/qiniu/qmgo v1.1.9
github.com/sirupsen/logrus v1.9.3
github.com/ulule/limiter/v3 v3.11.2
Expand Down Expand Up @@ -58,7 +58,7 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/pilinux/cryptoengine v0.1.7 // indirect
github.com/pilinux/cryptoengine v0.1.9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/sec51/convert v1.0.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,16 @@ github.com/pilinux/argon2 v0.16.0 h1:/6Nz5Kv8JO7YHDB4RDX3I/0vyc8svuckA6Ug00vjc0s
github.com/pilinux/argon2 v0.16.0/go.mod h1:kXOi0MCjLzQi4VUtPO5uX3dRXJhrYrlPJF5QRjGQEy4=
github.com/pilinux/crypt v0.0.13 h1:Bs3Otq7JNezTLNMHuhcU19XfR6lXk7Gs25MmlJmVcQQ=
github.com/pilinux/crypt v0.0.13/go.mod h1:DgfY/sHjGpLIhvLpc9c78ITDjRPxdJ9SydQXWT+dwGo=
github.com/pilinux/cryptoengine v0.1.7 h1:znNmaZd3b603AOpZFBsMhoTKPnPI9+0dEVnXi7tUs0Y=
github.com/pilinux/cryptoengine v0.1.7/go.mod h1:cEtPLVXEO4VBT9F8n47uQS2A8O77LNTPgQ+drcyGhMA=
github.com/pilinux/cryptoengine v0.1.9 h1:GSdhRlUBlZS/t6WJjxAI2bmYUJx/+tshTjYkvNnLf38=
github.com/pilinux/cryptoengine v0.1.9/go.mod h1:rdTQ4GMpsPtSThWrnpQrUm70qaj6x+SJ17LGLygIfR4=
github.com/pilinux/libgo v0.0.5 h1:vvCIeZbPhhtGHcosWYNQ0wIuM06DDtbUPl8PnXqAiGM=
github.com/pilinux/libgo v0.0.5/go.mod h1:dRkAmsF0HiyctSiYgBMbn6nxRbyavlipm2lIzRjMFdE=
github.com/pilinux/logrus v0.11.3 h1:l0w7MOO8JtWLPO764MoUqyC63XvU6JhWfnDmIcFaUFE=
github.com/pilinux/logrus v0.11.3/go.mod h1:XIpHEP1uyBgqQG1MIcRCaJ1J/rH3m66nzs+m/0nAlvc=
github.com/pilinux/structs v1.1.1 h1:oab30yWZjsxSWCA8bHdCB4yUcB0qMSE8QVvgGSPEYxY=
github.com/pilinux/structs v1.1.1/go.mod h1:Gm07WsM5mG+wZAqX2I4y5PoW4zvLhzDR+YoWm1c1BBk=
github.com/pilinux/twofactor v1.1.7 h1:uiI/P98tLZdrd9NrLjjwnV5CtV40SzVjrQzPu9jrKgk=
github.com/pilinux/twofactor v1.1.7/go.mod h1:QDlrjwHceMYz6a8FbA4IJpDJ06T2pDnrhRNng5jy1wI=
github.com/pilinux/twofactor v1.1.8 h1:cTlRKLcqLJNmr/zqJGaqyPae9R7UWKai5HbHtv09fbw=
github.com/pilinux/twofactor v1.1.8/go.mod h1:bmt3TB+jvmDcE0XHe7kchq8aafI8/ilHj7Bzl9hc780=
github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
Loading