Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update core #2647

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/ipld/go-ipld-adl-hamt v0.0.0-20220616142416-9004dbd839e0
github.com/ipld/go-ipld-prime v0.21.0
github.com/ipld/go-ipld-prime/storage/dsadapter v0.0.0-20230102063945-1a409dc236dd
github.com/ipni/go-indexer-core v0.8.15
github.com/ipni/go-indexer-core v0.8.16
github.com/ipni/go-libipni v0.5.22
github.com/libp2p/go-libp2p v0.36.1
github.com/libp2p/go-msgio v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@ github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20230102063945-1a409dc236
github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20230102063945-1a409dc236dd/go.mod h1:wZ8hH8UxeryOs4kJEJaiui/s00hDSbE37OKsL47g+Sw=
github.com/ipld/go-ipld-prime/storage/dsadapter v0.0.0-20230102063945-1a409dc236dd h1:qdjo1CRvAQhOMoyYjPnbdZ5rYFFmqztweQ9KAsuWpO0=
github.com/ipld/go-ipld-prime/storage/dsadapter v0.0.0-20230102063945-1a409dc236dd/go.mod h1:9DD/GM0JNPoisgR09F62kbBi7kHa4eDIea4XshXYOVc=
github.com/ipni/go-indexer-core v0.8.15 h1:oFNkpH4xpatKrF5mbNnVDSEU1AmiWAJRgRwgQv5kBSg=
github.com/ipni/go-indexer-core v0.8.15/go.mod h1:E8EbL9Hz8lCWxvZBOhtCJOdNV068MXpdYFxDl+RgbFc=
github.com/ipni/go-indexer-core v0.8.16 h1:VairtOb5YI8tshg45H5BWnG6RknsAX0khdrco03essg=
github.com/ipni/go-indexer-core v0.8.16/go.mod h1:mlO1tJ4wqJiOdaPHrOxay6XP0HPdWtNtYgGtFR4SNKU=
github.com/ipni/go-libipni v0.5.22 h1:gj47HxxNqyDWu0xWpFPZZ6gs0PwHN44MD6XNpceXdYo=
github.com/ipni/go-libipni v0.5.22/go.mod h1:TzebZGXzCcREu5IAFPLskIg5Lfhm/jJJcOxac4b5Lq8=
github.com/jackpal/gateway v1.0.5/go.mod h1:lTpwd4ACLXmpyiCTRtfiNyVnUmqT9RivzCDQetPfnjA=
Expand Down
Loading