Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 46f7081

Browse files
fix(deps): update module github.com/yeqown/go-qrcode/writer/standard to v1.2.3
1 parent fbb17d6 commit 46f7081

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: backend/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/swaggo/http-swagger/v2 v2.0.2
2424
github.com/swaggo/swag v1.16.3
2525
github.com/yeqown/go-qrcode/v2 v2.2.2
26-
github.com/yeqown/go-qrcode/writer/standard v1.2.2
26+
github.com/yeqown/go-qrcode/writer/standard v1.2.3
2727
golang.org/x/crypto v0.19.0
2828
modernc.org/sqlite v1.29.2
2929
)

Diff for: backend/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ github.com/yeqown/go-qrcode/v2 v2.2.2 h1:0comk6jEwi0oWNhKEmzx4JI+Q7XIneAApmFSMKW
165165
github.com/yeqown/go-qrcode/v2 v2.2.2/go.mod h1:2Qsk2APUCPne0TsRo40DIkI5MYnbzYKCnKGEFWrxd24=
166166
github.com/yeqown/go-qrcode/writer/standard v1.2.2 h1:gyzunKXgC0ZUpKqQFUImbAEwewAiwNCkxFEKZV80Kt4=
167167
github.com/yeqown/go-qrcode/writer/standard v1.2.2/go.mod h1:bbVRiBJSRPj4UBZP/biLG7JSd9kHqXjErk1eakAMnRA=
168+
github.com/yeqown/go-qrcode/writer/standard v1.2.3 h1:3v9jE7MaxKHIC6+/9aZIfzC8OIAZRQT+FNiKEQxD65w=
169+
github.com/yeqown/go-qrcode/writer/standard v1.2.3/go.mod h1:H8nLSGYUWBpNyBPjDcJzAanMzYBBYMFtrU2lwoSRn+k=
168170
github.com/yeqown/reedsolomon v1.0.0 h1:x1h/Ej/uJnNu8jaX7GLHBWmZKCAWjEJTetkqaabr4B0=
169171
github.com/yeqown/reedsolomon v1.0.0/go.mod h1:P76zpcn2TCuL0ul1Fso373qHRc69LKwAw/Iy6g1WiiM=
170172
github.com/zclconf/go-cty v1.14.1 h1:t9fyA35fwjjUMcmL5hLER+e/rEPqrbCK1/OSE4SI9KA=

0 commit comments

Comments
 (0)