From 9be5f7154d2bbcdb145d45b6e4bc7c8fad7e8774 Mon Sep 17 00:00:00 2001 From: rxdn <29165304+rxdn@users.noreply.github.com> Date: Tue, 27 Jul 2021 14:49:36 +0100 Subject: [PATCH] Bump common --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cb60fd7..ad1ff12 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( github.com/BurntSushi/toml v0.3.1 github.com/TicketsBot/archiverclient v0.0.0-20210220155137-a562b2f1bbbb - github.com/TicketsBot/common v0.0.0-20210727122454-304ff13e33cb + github.com/TicketsBot/common v0.0.0-20210727134627-35eb7ed03a44 github.com/TicketsBot/database v0.0.0-20210725125137-5540e9ff7484 github.com/TicketsBot/worker v0.0.0-20210727130432-3df3cd1246a3 github.com/apex/log v1.1.2