This commit is contained in:
rxdn 2022-06-03 23:30:52 +01:00
parent a035f8d327
commit 2c2a1f457e
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/TicketsBot/archiverclient v0.0.0-20220326163414-558fd52746dc
github.com/TicketsBot/common v0.0.0-20220311020409-8068ba1c2ea3
github.com/TicketsBot/database v0.0.0-20220603220658-115fdacde285
github.com/TicketsBot/database v0.0.0-20220603222812-d2517d32e85c
github.com/TicketsBot/logarchiver v0.0.0-20220326162808-cdf0310f5e1c
github.com/TicketsBot/worker v0.0.0-20220411233045-a69c2a4c8b30
github.com/apex/log v1.1.2

2
go.sum
View File

@ -10,6 +10,8 @@ github.com/TicketsBot/database v0.0.0-20220531134243-da3320960cd4 h1:x8MkiL+E4w6
github.com/TicketsBot/database v0.0.0-20220531134243-da3320960cd4/go.mod h1:F57cywrZsnper1cy56Bx0c/HEsxQBLHz3Pl98WXblWw=
github.com/TicketsBot/database v0.0.0-20220603220658-115fdacde285 h1:aJlqo6SoOAUfFO6STD22Thu0ZYqTGexiEP9Rv6mBATg=
github.com/TicketsBot/database v0.0.0-20220603220658-115fdacde285/go.mod h1:F57cywrZsnper1cy56Bx0c/HEsxQBLHz3Pl98WXblWw=
github.com/TicketsBot/database v0.0.0-20220603222812-d2517d32e85c h1:7DxcAIeoo1KORMPt1SiQOunv+O9kZ6tx1kYCbMzINNA=
github.com/TicketsBot/database v0.0.0-20220603222812-d2517d32e85c/go.mod h1:F57cywrZsnper1cy56Bx0c/HEsxQBLHz3Pl98WXblWw=
github.com/TicketsBot/logarchiver v0.0.0-20220326162808-cdf0310f5e1c h1:OqGjFH6mbE6gd+NqI2ARJdtH3UUvhiAkD0r0fhGJK2s=
github.com/TicketsBot/logarchiver v0.0.0-20220326162808-cdf0310f5e1c/go.mod h1:jgi2OXQKsd5nUnTIRkwvPmeuD/i7OhN68LKMssuQY1c=
github.com/TicketsBot/ttlcache v1.6.1-0.20200405150101-acc18e37b261 h1:NHD5GB6cjlkpZFjC76Yli2S63/J2nhr8MuE6KlYJpQM=