From a035f8d32795581fe6e34ec8f9b1c4ca544e783d Mon Sep 17 00:00:00 2001 From: rxdn <29165304+rxdn@users.noreply.github.com> Date: Fri, 3 Jun 2022 23:08:16 +0100 Subject: [PATCH] Bump db --- go.mod | 6 +----- go.sum | 2 ++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 5039c54..2d3ef4a 100644 --- a/go.mod +++ b/go.mod @@ -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-20220531134243-da3320960cd4 + github.com/TicketsBot/database v0.0.0-20220603220658-115fdacde285 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 @@ -82,7 +82,3 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect nhooyr.io/websocket v1.8.4 // indirect ) - -replace ( - github.com/TicketsBot/database => "../database" -) diff --git a/go.sum b/go.sum index 64a5c1c..75a299c 100644 --- a/go.sum +++ b/go.sum @@ -8,6 +8,8 @@ github.com/TicketsBot/common v0.0.0-20220311020409-8068ba1c2ea3/go.mod h1:SVwX6g github.com/TicketsBot/database v0.0.0-20210902172951-4e1f8ced84b7/go.mod h1:A4T2uQFIWC/ttCYpfgv7AkPjR09mMRgzG13lgoV/+aI= github.com/TicketsBot/database v0.0.0-20220531134243-da3320960cd4 h1:x8MkiL+E4w61otY7dJUSXTrqm0SqgsJbH8lovkSgZHk= 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/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=