From 46e09d5ce95484b35bd1cb37468c47b30cd31cdb Mon Sep 17 00:00:00 2001 From: Dmitry Marushkin Date: Sun, 18 Jun 2023 23:27:02 +0400 Subject: [PATCH] Bump go-qrcode version --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aea51ed9..310b4ba2 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/PuerkitoBio/goquery v1.5.0 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect - github.com/dmarushkin/go-qrcode/v2 v2.0.0-20230616071929-fef537719631 + github.com/dmarushkin/go-qrcode/v2 v2.0.0-20230618192502-f9c05d185bc5 github.com/emersion/go-imap v1.0.4 github.com/emersion/go-message v0.12.0 github.com/go-sql-driver/mysql v1.5.0 diff --git a/go.sum b/go.sum index 9b61950c..ffdef611 100644 --- a/go.sum +++ b/go.sum @@ -19,6 +19,8 @@ github.com/dmarushkin/go-qrcode/v2 v2.0.0-20230324202517-0750e1cfc814 h1:hpD+/7o github.com/dmarushkin/go-qrcode/v2 v2.0.0-20230324202517-0750e1cfc814/go.mod h1:iolhtalMTUbMmz5vOjYJ2pvJwAhOp4456HwDf77tSeY= github.com/dmarushkin/go-qrcode/v2 v2.0.0-20230616071929-fef537719631 h1:djoC0V0OEE4ngGtifpcw0kA8nZepPcqSCMjV855xVgI= github.com/dmarushkin/go-qrcode/v2 v2.0.0-20230616071929-fef537719631/go.mod h1:iolhtalMTUbMmz5vOjYJ2pvJwAhOp4456HwDf77tSeY= +github.com/dmarushkin/go-qrcode/v2 v2.0.0-20230618192502-f9c05d185bc5 h1:I2LZvZ95NKONsaOn4+yK3teWtWipMrtrEwqSaAtrXAM= +github.com/dmarushkin/go-qrcode/v2 v2.0.0-20230618192502-f9c05d185bc5/go.mod h1:iolhtalMTUbMmz5vOjYJ2pvJwAhOp4456HwDf77tSeY= github.com/emersion/go-imap v1.0.4 h1:uiCAIHM6Z5Jwkma1zdNDWWXxSCqb+/xHBkHflD7XBro= github.com/emersion/go-imap v1.0.4/go.mod h1:yKASt+C3ZiDAiCSssxg9caIckWF/JG7ZQTO7GAmvicU= github.com/emersion/go-message v0.11.1/go.mod h1:C4jnca5HOTo4bGN9YdqNQM9sITuT3Y0K6bSUw9RklvY=