Skip to content

Commit

Permalink
update badger for bugfix
Browse files Browse the repository at this point in the history
- For the details, see dgraph-io/badger#929
  • Loading branch information
Sung-Jae Woo committed Jan 28, 2020
1 parent 7beb96d commit ba326a4
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 @@ -3,7 +3,7 @@ module github.com/aergoio/aergo-lib
go 1.12

require (
github.com/dgraph-io/badger v1.6.0
github.com/dgraph-io/badger v1.6.0-rc1.0.20191024172150-efb9d9d15d7f
github.com/fsnotify/fsnotify v1.4.8-0.20180830220226-ccc981bf8038 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/guptarohit/asciigraph v0.4.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwc
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dgraph-io/badger v1.6.0-rc1.0.20191024172150-efb9d9d15d7f h1:6hQbc0hpm5BuotgbeleAvDp6VJPI9W9r9XY2V4rbkJY=
github.com/dgraph-io/badger v1.6.0-rc1.0.20191024172150-efb9d9d15d7f/go.mod h1:zwt7syl517jmP8s94KqSxTlM6IMsdhYy6psNgSztDR4=
github.com/dgraph-io/badger v1.6.0 h1:DshxFxZWXUcO0xX476VJC07Xsr6ZCBVRHKZ93Oh7Evo=
github.com/dgraph-io/badger v1.6.0/go.mod h1:zwt7syl517jmP8s94KqSxTlM6IMsdhYy6psNgSztDR4=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
Expand Down

0 comments on commit ba326a4

Please sign in to comment.