Skip to content

Commit

Permalink
Update "kvstore" submodule to commit "81de52d"
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Feb 23, 2024
1 parent 81de52d commit 4704e82
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions kvstore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ go 1.22

require (
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7
github.com/iotaledger/hive.go/ds v0.0.0-20240223122151-5112f0c49f60
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223122151-5112f0c49f60
github.com/iotaledger/hive.go/runtime v0.0.0-20240223122151-5112f0c49f60
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223122151-5112f0c49f60
github.com/iotaledger/hive.go/ds v0.0.0-20240223135320-81de52dfbf66
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223135320-81de52dfbf66
github.com/iotaledger/hive.go/runtime v0.0.0-20240223135320-81de52dfbf66
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135320-81de52dfbf66
github.com/stretchr/testify v1.8.4
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240223122151-5112f0c49f60 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20240223122151-5112f0c49f60 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240223122151-5112f0c49f60 // indirect
github.com/iotaledger/hive.go/constraints v0.0.0-20240223135320-81de52dfbf66 // indirect
github.com/iotaledger/hive.go/lo v0.0.0-20240223135320-81de52dfbf66 // indirect
github.com/iotaledger/hive.go/stringify v0.0.0-20240223135320-81de52dfbf66 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
Expand Down
28 changes: 14 additions & 14 deletions kvstore/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ 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/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 h1:dTrD7X2PTNgli6EbS4tV9qu3QAm/kBU3XaYZV2xdzys=
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7/go.mod h1:ZRdPu684P0fQ1z8sXz4dj9H5LWHhz4a9oCtvjunkSrw=
github.com/iotaledger/hive.go/constraints v0.0.0-20240223122151-5112f0c49f60 h1:h8FreUP9A5KMkqkPUiU2fzlMh0xMgcinWzyNLyAa01E=
github.com/iotaledger/hive.go/constraints v0.0.0-20240223122151-5112f0c49f60/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240223122151-5112f0c49f60 h1:jjGzD53kgBfxZN4Iu3sV2X3s4RSf8vAX2ys+zBa/YpQ=
github.com/iotaledger/hive.go/ds v0.0.0-20240223122151-5112f0c49f60/go.mod h1:sE/HabIH9FWTvgaHioLN6o4rrxFMf4BuqRQwloxcamo=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223122151-5112f0c49f60 h1:Yq6Pmpg6yuIrNUevIML7gQGv2xNgr2ngwjb8aG2aNXA=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223122151-5112f0c49f60/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/lo v0.0.0-20240223122151-5112f0c49f60 h1:gS+CoDys4zWC8hj71fORI8MOJWrPYcBYT9tocUeDjU0=
github.com/iotaledger/hive.go/lo v0.0.0-20240223122151-5112f0c49f60/go.mod h1:0ycE1W59kkNjQ87odL6H4x5Ik9bXhbNk88wmo+mIYt0=
github.com/iotaledger/hive.go/runtime v0.0.0-20240223122151-5112f0c49f60 h1:PEUeF0CtcvugaCHtifFnSY8tCZOvc5aFbnVJ1eKGNy4=
github.com/iotaledger/hive.go/runtime v0.0.0-20240223122151-5112f0c49f60/go.mod h1:lAR3vbqE9g65M9VwWHiaXab2q+d89dBOFjhKgnDfK7c=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223122151-5112f0c49f60 h1:j/5F+ziHjP9acD32ElMlpUk5Lcq1/zVygyaBo8u1/bU=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223122151-5112f0c49f60/go.mod h1:yXQNGZUz++dB1T9RAHhWSresuTLzTC856ntdins9ivo=
github.com/iotaledger/hive.go/stringify v0.0.0-20240223122151-5112f0c49f60 h1:rEKo1XiQfWBVHsBkWubrAxxCRhmy9Cx0WLgAoP1/PFY=
github.com/iotaledger/hive.go/stringify v0.0.0-20240223122151-5112f0c49f60/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
github.com/iotaledger/hive.go/constraints v0.0.0-20240223135320-81de52dfbf66 h1:RXfnEFtFUT7EbGfbcXjwWdG5SUMK8BrDy0jWN06umFA=
github.com/iotaledger/hive.go/constraints v0.0.0-20240223135320-81de52dfbf66/go.mod h1:JF7jjkL6tSUOXm23SWadBzBrl7eJk1DQRLc/fNoVZ+o=
github.com/iotaledger/hive.go/ds v0.0.0-20240223135320-81de52dfbf66 h1:SP98beHDwV9kR3ZyiRS3yqVAkfCa4QeqMC6x+FZtgNg=
github.com/iotaledger/hive.go/ds v0.0.0-20240223135320-81de52dfbf66/go.mod h1:wfjeJj9B+MM/3yeUHfvT8Gj8bRsdl9utyh2dZg+1+B0=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223135320-81de52dfbf66 h1:XN67XFRSZONLgl8yPWR7GGY2UbqDHgw37th5tn17F98=
github.com/iotaledger/hive.go/ierrors v0.0.0-20240223135320-81de52dfbf66/go.mod h1:GQY0/35sjgT9Poi1Vrs9kFVvAkuKzGXfVh4j6CBXsAA=
github.com/iotaledger/hive.go/lo v0.0.0-20240223135320-81de52dfbf66 h1:OzUnu/JXbyDiZ6QwHsPeNbMb68RANKhLFbjeOslKQe8=
github.com/iotaledger/hive.go/lo v0.0.0-20240223135320-81de52dfbf66/go.mod h1:67oLzWYiBLGt5PN7IBVHdbt9P6oBYCx9UvMEL8ExDAc=
github.com/iotaledger/hive.go/runtime v0.0.0-20240223135320-81de52dfbf66 h1:FwxRHDMatKeOchhe6cw1loZ5tuDonTcxb6bNHBIAXUU=
github.com/iotaledger/hive.go/runtime v0.0.0-20240223135320-81de52dfbf66/go.mod h1:pueoYXud+HmTY2x9j/S6+ZX3M5ZyENFKPDrx3EtcwWs=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135320-81de52dfbf66 h1:dCBhtgl185DEdxISHmu+Z/8s+HUUei92OfQDk/hMjMc=
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20240223135320-81de52dfbf66/go.mod h1:NK05G4PxwZF1m4jGANJWLhAQ2hP1Nt0L8mgCTFLsSCw=
github.com/iotaledger/hive.go/stringify v0.0.0-20240223135320-81de52dfbf66 h1:PjO6oK3N6nkmGRlevLX4b6Sl2X4Oj2oUgMWQc+m963o=
github.com/iotaledger/hive.go/stringify v0.0.0-20240223135320-81de52dfbf66/go.mod h1:O4p7UmsfoeLqtAUwrKbq0lXMxjY/MLQSpZSavvvvGig=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand Down

0 comments on commit 4704e82

Please sign in to comment.