Skip to content

Commit

Permalink
chore(deps): update go-unixfsnode
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Mar 14, 2023
1 parent 22c855b commit 649ff2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/ipfs/go-cid v0.3.2
github.com/ipfs/go-ipld-format v0.4.0
github.com/ipfs/go-libipfs v0.6.1
github.com/ipfs/go-unixfsnode v1.5.3-0.20230308034728-3958404b70c0
github.com/ipfs/go-unixfsnode v1.6.0
github.com/ipld/go-car v0.6.0
github.com/ipld/go-car/v2 v2.8.0
github.com/ipld/go-codec-dagpb v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions cmd/go.sum
Expand Up @@ -108,8 +108,8 @@ github.com/ipfs/go-metrics-interface v0.0.1 h1:j+cpbjYvu4R8zbleSs36gvB7jR+wsL2fG
github.com/ipfs/go-metrics-interface v0.0.1/go.mod h1:6s6euYU4zowdslK0GKHmqaIZ3j/b/tL7HTWtJ4VPgWY=
github.com/ipfs/go-peertaskqueue v0.8.1 h1:YhxAs1+wxb5jk7RvS0LHdyiILpNmRIRnZVztekOF0pg=
github.com/ipfs/go-unixfs v0.4.4 h1:D/dLBOJgny5ZLIur2vIXVQVW0EyDHdOMBDEhgHrt6rY=
github.com/ipfs/go-unixfsnode v1.5.3-0.20230308034728-3958404b70c0 h1:S+ziZVjjAZNlA+b+YubI0AxUG2uAEGVAUM6Jj/5GaDk=
github.com/ipfs/go-unixfsnode v1.5.3-0.20230308034728-3958404b70c0/go.mod h1:PVfoyZkX1B34qzT3vJO4nsLUpRCyhnMuHBznRcXirlk=
github.com/ipfs/go-unixfsnode v1.6.0 h1:JOSA02yaLylRNi2rlB4ldPr5VcZhcnaIVj5zNLcOjDo=
github.com/ipfs/go-unixfsnode v1.6.0/go.mod h1:PVfoyZkX1B34qzT3vJO4nsLUpRCyhnMuHBznRcXirlk=
github.com/ipfs/go-verifcid v0.0.2 h1:XPnUv0XmdH+ZIhLGKg6U2vaPaRDXb9urMyNVCE7uvTs=
github.com/ipfs/go-verifcid v0.0.2/go.mod h1:40cD9x1y4OWnFXbLNJYRe7MpNvWlMn3LZAG5Wb4xnPU=
github.com/ipld/go-car v0.6.0 h1:d5QrGLnHAxiNLHor+DKGrLdqnM0dQJh2whfSXRDq6J0=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -61,4 +61,4 @@ require (
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
)
)

0 comments on commit 649ff2a

Please sign in to comment.