Bump db + common

This commit is contained in:
rxdn 2021-03-14 14:50:54 +00:00
parent e9537c839e
commit 52934a0f63

8
go.mod
View File

@ -5,9 +5,9 @@ go 1.14
require ( require (
github.com/BurntSushi/toml v0.3.1 github.com/BurntSushi/toml v0.3.1
github.com/TicketsBot/archiverclient v0.0.0-20210220155137-a562b2f1bbbb github.com/TicketsBot/archiverclient v0.0.0-20210220155137-a562b2f1bbbb
github.com/TicketsBot/common v0.0.0-20210224150303-f1fc5a6a0627 github.com/TicketsBot/common v0.0.0-20210314144843-3ac00a091e42
github.com/TicketsBot/database v0.0.0-20210225212136-5ca68d2ef59f github.com/TicketsBot/database v0.0.0-20210314143312-464ac4588cf2
github.com/TicketsBot/worker v0.0.0-20210225221326-c08d193dcd5b github.com/TicketsBot/worker v0.0.0-20210314143458-b27c23beab4b
github.com/apex/log v1.1.2 github.com/apex/log v1.1.2
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/dgrijalva/jwt-go v3.2.0+incompatible
@ -21,7 +21,7 @@ require (
github.com/jackc/pgx/v4 v4.7.1 github.com/jackc/pgx/v4 v4.7.1
github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c github.com/pasztorpisti/qs v0.0.0-20171216220353-8d6c33ee906c
github.com/pkg/errors v0.9.1 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/sirupsen/logrus v1.5.0
github.com/ulule/limiter/v3 v3.5.0 github.com/ulule/limiter/v3 v3.5.0
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a