From 52934a0f63cfd287e897aeaed4313585ceae0e1a Mon Sep 17 00:00:00 2001 From: rxdn <29165304+rxdn@users.noreply.github.com> Date: Sun, 14 Mar 2021 14:50:54 +0000 Subject: [PATCH] Bump db + common --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index a437783..56aa2c5 100644 --- a/go.mod +++ b/go.mod @@ -5,9 +5,9 @@ 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-20210224150303-f1fc5a6a0627 - github.com/TicketsBot/database v0.0.0-20210225212136-5ca68d2ef59f - github.com/TicketsBot/worker v0.0.0-20210225221326-c08d193dcd5b + github.com/TicketsBot/common v0.0.0-20210314144843-3ac00a091e42 + github.com/TicketsBot/database v0.0.0-20210314143312-464ac4588cf2 + github.com/TicketsBot/worker v0.0.0-20210314143458-b27c23beab4b github.com/apex/log v1.1.2 github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible @@ -21,7 +21,7 @@ require ( github.com/jackc/pgx/v4 v4.7.1 github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c github.com/pkg/errors v0.9.1 - github.com/rxdn/gdl v0.0.0-20210218195151-aa9dd0d1fa53 + github.com/rxdn/gdl v0.0.0-20210301221508-d84ed0db0f5c github.com/sirupsen/logrus v1.5.0 github.com/ulule/limiter/v3 v3.5.0 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a