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

feat: update btfs config version for bootstramp peers replace #482

Merged
merged 1 commit into from
Dec 16, 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 @@ -10,7 +10,7 @@ require (
github.com/bittorrent/go-btfs-chunker v0.4.0
github.com/bittorrent/go-btfs-cmds v0.3.0
github.com/bittorrent/go-btfs-common v0.9.1-0.20240823025041-824b78e1c643
github.com/bittorrent/go-btfs-config v0.13.3-0.20240822075319-c9a0e978f0b2
github.com/bittorrent/go-btfs-config v0.13.3-0.20241216025740-ce7de3e31860
github.com/bittorrent/go-btfs-files v0.3.2-0.20241206082252-f4c1a3b2c90d
github.com/bittorrent/go-btns v0.2.0
github.com/bittorrent/go-common/v2 v2.4.0
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ github.com/bittorrent/go-btfs-common v0.9.1-0.20240823025041-824b78e1c643 h1:oUe
github.com/bittorrent/go-btfs-common v0.9.1-0.20240823025041-824b78e1c643/go.mod h1:TO1VUCAZ1ZtCzMByGay8Kl0NyF+0PadIAX6k1Zp5H4w=
github.com/bittorrent/go-btfs-config v0.13.3-0.20240822075319-c9a0e978f0b2 h1:zbmWBI69iBg6uRriAJ496NQfeEWlAwOrhSgsNK1/lLg=
github.com/bittorrent/go-btfs-config v0.13.3-0.20240822075319-c9a0e978f0b2/go.mod h1:ahh4rLSA+sl3FsHJ/ma6OOl6yu4ogCmeumzgBxKSIjg=
github.com/bittorrent/go-btfs-config v0.13.3-0.20241216025740-ce7de3e31860/go.mod h1:ahh4rLSA+sl3FsHJ/ma6OOl6yu4ogCmeumzgBxKSIjg=
github.com/bittorrent/go-btfs-files v0.3.0/go.mod h1:ylMf73m6oK94hL7VPblY1ZZpePsr6XbPV4BaNUwGZR0=
github.com/bittorrent/go-btfs-files v0.3.2-0.20241206082252-f4c1a3b2c90d h1:4osxro2/lDZ/4wWat3n5kd4dLglnC8n9E2M+4cqIICc=
github.com/bittorrent/go-btfs-files v0.3.2-0.20241206082252-f4c1a3b2c90d/go.mod h1:ylMf73m6oK94hL7VPblY1ZZpePsr6XbPV4BaNUwGZR0=
Expand Down
Loading