Skip to content

Commit

Permalink
chore(deps): bump github.com/pilinux/twofactor from 1.1.6 to 1.1.7
Browse files Browse the repository at this point in the history
Bumps [github.com/pilinux/twofactor](https://github.com/pilinux/twofactor) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/pilinux/twofactor/releases)
- [Commits](pilinux/twofactor@v1.1.6...v1.1.7)

---
updated-dependencies:
- dependency-name: github.com/pilinux/twofactor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent eee7168 commit 6fc690c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.6
github.com/pilinux/twofactor v1.1.7
github.com/qiniu/qmgo v1.1.8
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.6 // indirect
github.com/pilinux/cryptoengine v0.1.7 // 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 @@ -101,16 +101,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.10 h1:yMXMrl6QAvE+PUvK5jaj6dgep65vzw3HQhRCaNXJhw0=
github.com/pilinux/crypt v0.0.10/go.mod h1:YdS/oWZbk+hFpGan1ZYow8qc6JKSrxcNA7rI1bAM03k=
github.com/pilinux/cryptoengine v0.1.6 h1:IUS2ZlMB6QIttOX+Lg3KBi9swx9M4qoLL68E/P6uYjQ=
github.com/pilinux/cryptoengine v0.1.6/go.mod h1:4WPvqRzCrGY4KRKt03RPzdTkYGFTvqI31W0azhaE6K4=
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/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.6 h1:OeXrLbjxm8JTFCAVwvxGsgPlCDic7TxQUex27Raephc=
github.com/pilinux/twofactor v1.1.6/go.mod h1:qfzPWtjxp2Y7HLpFVAAnTMSbwBcYXCrokGIrucVH7Yc=
github.com/pilinux/twofactor v1.1.7 h1:uiI/P98tLZdrd9NrLjjwnV5CtV40SzVjrQzPu9jrKgk=
github.com/pilinux/twofactor v1.1.7/go.mod h1:QDlrjwHceMYz6a8FbA4IJpDJ06T2pDnrhRNng5jy1wI=
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

0 comments on commit 6fc690c

Please sign in to comment.