From 18feeee6db5712fc211758d67f3ffe8336533600 Mon Sep 17 00:00:00 2001 From: cody Date: Mon, 16 Dec 2024 11:20:07 +0800 Subject: [PATCH] feat: update btfs config version for bootstramp peers replace --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ccdc5364f..afa44eace 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 54208a2c4..28d964475 100644 --- a/go.sum +++ b/go.sum @@ -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=