Skip to content

Commit

Permalink
update ezleveldb -> ezdb dep
Browse files Browse the repository at this point in the history
  • Loading branch information
annybs committed Jul 9, 2024
1 parent e48c3d8 commit 7bf4466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ezleveldb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/annybs/ezdb/ezleveldb
go 1.21.4

require (
github.com/annybs/ezdb v0.0.0-20240709223126-f26b55327f36
github.com/annybs/ezdb v0.0.0-20240709224005-e48c3d80e0cc
github.com/syndtr/goleveldb v1.0.0
)

Expand Down
7 changes: 2 additions & 5 deletions ezleveldb/go.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
github.com/annybs/ezdb v0.0.0-20240708223339-f93ef31f5262 h1:BVZ0pokVqE9oLTxpxWmIpEfX7amLR8l6cWwkE9YbVC4=
github.com/annybs/ezdb v0.0.0-20240708223339-f93ef31f5262/go.mod h1:eWik4kAFQYV94eUfDYnDHYV5bz4+cmqmuHfjBs6qM3s=
github.com/annybs/ezdb v0.0.0-20240709223126-f26b55327f36 h1:I9WnpkbvEuub2TCtxarVtBWahylvLyQY1XIqj/92BhI=
github.com/annybs/ezdb v0.0.0-20240709223126-f26b55327f36/go.mod h1:eWik4kAFQYV94eUfDYnDHYV5bz4+cmqmuHfjBs6qM3s=
github.com/annybs/ezdb v0.0.0-20240709224005-e48c3d80e0cc h1:hEo3EEfvXa24/1SMTgMLR1wa5hm7Riv87Sm2MXlyKoo=
github.com/annybs/ezdb v0.0.0-20240709224005-e48c3d80e0cc/go.mod h1:t/+S038qLmn01xEoVDkPsSbZTMgYYFsB4oshA2jmTdg=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db h1:woRePGFeVFfLKN/pOkfl+p/TAqKOfFu+7KPlMVpok/w=
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
Expand Down

0 comments on commit 7bf4466

Please sign in to comment.