chore(config): add Repo.toml and update go.mod for config changes

This commit is contained in:
2026-01-08 15:46:12 -05:00
parent 1b3fc58457
commit af732567fd
2 changed files with 8 additions and 1 deletions

7
.github/Repo.toml vendored Normal file
View File

@@ -0,0 +1,7 @@
[scopes]
ci = [".github/workflows"]
config = [".github", "codecov.yml", "go.mod", "go.sum", "Makefile", "version.json"]
docs = ["README.md", "LICENSE"]
tests = ["*_test.go", "fuzz-data"]
research = ["_rsrch"]
core = ["cid.go", "builder.go", "set.go", "varint.go", "cid_fuzz.go", "deprecated.go"]

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/ipfs/go-cid
module code.sonr.org/go/cid
require (
github.com/multiformats/go-multibase v0.2.0