From 9aeee0c906ddd4a7b94130c9df3e65f04e08840f Mon Sep 17 00:00:00 2001 From: Sayan Biswas Date: Thu, 28 Oct 2021 17:18:38 +0530 Subject: [PATCH] Update go.mod Signed-off-by: Sayan Biswas --- go.mod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 85e558d..2e5fbb0 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,6 @@ module github.com/Intellivoid/Socialvoid-Go go 1.17 -require ( - github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect - github.com/pquerna/otp v1.3.0 // indirect -) +require github.com/pquerna/otp v1.3.0 + +require github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect