mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
dep: update go-ipfs-config
fixes #6284 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
0f53ad0971
commit
0defe54899
2
go.mod
2
go.mod
@ -34,7 +34,7 @@ require (
|
||||
github.com/ipfs/go-ipfs-chunker v0.0.1
|
||||
github.com/ipfs/go-ipfs-cmdkit v0.0.1
|
||||
github.com/ipfs/go-ipfs-cmds v0.0.5
|
||||
github.com/ipfs/go-ipfs-config v0.0.2
|
||||
github.com/ipfs/go-ipfs-config v0.0.3
|
||||
github.com/ipfs/go-ipfs-ds-help v0.0.1
|
||||
github.com/ipfs/go-ipfs-exchange-interface v0.0.1
|
||||
github.com/ipfs/go-ipfs-exchange-offline v0.0.1
|
||||
|
||||
4
go.sum
4
go.sum
@ -184,8 +184,8 @@ github.com/ipfs/go-ipfs-cmds v0.0.5 h1:+blTEnA0MzkQO86WnpfGnchdojrY5wJLhsbby3/JX
|
||||
github.com/ipfs/go-ipfs-cmds v0.0.5/go.mod h1:1QVgxSgenZvOMGVC/XUTC7tJxRBGPLxYvpgPpCi3DUk=
|
||||
github.com/ipfs/go-ipfs-config v0.0.1 h1:6ED08emzI1imdsAjixFi2pEyZxTVD5ECKtCOxLBx+Uc=
|
||||
github.com/ipfs/go-ipfs-config v0.0.1/go.mod h1:KDbHjNyg4e6LLQSQpkgQMBz6Jf4LXiWAcmnkcwmH0DU=
|
||||
github.com/ipfs/go-ipfs-config v0.0.2 h1:gmSXTvsuqE6ES1bK9LziWNaEiVkV2Mu/9c50D0haVJY=
|
||||
github.com/ipfs/go-ipfs-config v0.0.2/go.mod h1:KDbHjNyg4e6LLQSQpkgQMBz6Jf4LXiWAcmnkcwmH0DU=
|
||||
github.com/ipfs/go-ipfs-config v0.0.3 h1:Ep4tRdP1iVK76BgOprD9B/qtOEdpno+1Xb57BqydgGk=
|
||||
github.com/ipfs/go-ipfs-config v0.0.3/go.mod h1:KDbHjNyg4e6LLQSQpkgQMBz6Jf4LXiWAcmnkcwmH0DU=
|
||||
github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8/go.mod h1:8SP1YXK1M1kXuc4KJZINY3TQQ03J2rwBG9QfXmbRPrw=
|
||||
github.com/ipfs/go-ipfs-delay v0.0.1 h1:r/UXYyRcddO6thwOnhiznIAiSvxMECGgtv35Xs1IeRQ=
|
||||
github.com/ipfs/go-ipfs-delay v0.0.1/go.mod h1:8SP1YXK1M1kXuc4KJZINY3TQQ03J2rwBG9QfXmbRPrw=
|
||||
|
||||
@ -141,7 +141,7 @@ test_expect_success "'ipfs init --profile' succeeds" '
|
||||
|
||||
test_expect_success "'ipfs config Swarm.AddrFilters' looks good" '
|
||||
ipfs config Swarm.AddrFilters > actual_config &&
|
||||
test $(cat actual_config | wc -l) = 17
|
||||
test $(cat actual_config | wc -l) = 22
|
||||
'
|
||||
|
||||
test_expect_success "clean up ipfs dir" '
|
||||
|
||||
@ -209,7 +209,7 @@ test_config_cmd() {
|
||||
|
||||
test_expect_success "'ipfs config Swarm.AddrFilters' looks good with server profile" '
|
||||
ipfs config Swarm.AddrFilters > actual_config &&
|
||||
test $(cat actual_config | wc -l) = 17
|
||||
test $(cat actual_config | wc -l) = 22
|
||||
'
|
||||
|
||||
test_expect_success "'ipfs config profile apply local-discovery' works" '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user