Skip to content

Commit

Permalink
update dependency on badger with reverted skiplist handover changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein committed Jan 7, 2023
1 parent 6a840d9 commit f6b6d17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit f6b6d17

Please sign in to comment.