From f6b6d17e72b8af4010d13287878bbda88342c376 Mon Sep 17 00:00:00 2001 From: Joshua Goldstein Date: Thu, 5 Jan 2023 12:07:23 -0600 Subject: [PATCH] update dependency on badger with reverted skiplist handover changes --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2a9d118930f..af447f36642 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/blevesearch/bleve v1.0.13 github.com/cespare/xxhash/v2 v2.1.2 // indirect github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd - github.com/dgraph-io/badger/v3 v3.0.0-20230104162455-b1d1b27e6df6 + github.com/dgraph-io/badger/v3 v3.0.0-20230105180229-36a27fb84ebd github.com/dgraph-io/dgo/v210 v210.0.0-20210407152819-261d1c2a6987 github.com/dgraph-io/gqlgen v0.13.2 github.com/dgraph-io/gqlparser/v2 v2.2.1 diff --git a/go.sum b/go.sum index 94980286d7d..bd5ae944265 100644 --- a/go.sum +++ b/go.sum @@ -129,6 +129,8 @@ github.com/dgraph-io/badger/v3 v3.0.0-20221216181207-499b1424621c h1:rzRYQSZSd2j github.com/dgraph-io/badger/v3 v3.0.0-20221216181207-499b1424621c/go.mod h1:4WETftF8A4mEeFgIsYB/VvGo5kfTVl/neYgEqlVW9Ag= github.com/dgraph-io/badger/v3 v3.0.0-20230104162455-b1d1b27e6df6 h1:6+MIluDTrrjnwtD9cjxiO072RTUl51Qxb837RgDBKJQ= github.com/dgraph-io/badger/v3 v3.0.0-20230104162455-b1d1b27e6df6/go.mod h1:4MPiseMeDQ3FNCYwRbbcBOGJLf5jsE0PPFzRiKjtcdw= +github.com/dgraph-io/badger/v3 v3.0.0-20230105180229-36a27fb84ebd h1:CoFCWEdqHUyMS7t+/W9JAtsqixVmRg21S2h30PlR3yU= +github.com/dgraph-io/badger/v3 v3.0.0-20230105180229-36a27fb84ebd/go.mod h1:4MPiseMeDQ3FNCYwRbbcBOGJLf5jsE0PPFzRiKjtcdw= github.com/dgraph-io/badger/v3 v3.2103.5 h1:ylPa6qzbjYRQMU6jokoj4wzcaweHylt//CH0AKt0akg= github.com/dgraph-io/badger/v3 v3.2103.5/go.mod h1:4MPiseMeDQ3FNCYwRbbcBOGJLf5jsE0PPFzRiKjtcdw= github.com/dgraph-io/dgo/v210 v210.0.0-20210407152819-261d1c2a6987 h1:5aN6H88a2q3HkO8vSZxDlgjEpJf4Fz8rfy+/Wzx2uAc=