Skip to content

Commit 50cd990

Browse files
authored
chore: bump libforge to latest (#36)
## Summary Bumps the `github.com/fil-forge/libforge` dependency to the latest commit on its default branch and runs `go mod tidy`. | | Version | |---|---| | From | `v0.0.0-20260701162346-f0706e1641a3` | | To | `v0.0.0-20260724113901-7fc3b2cec1ef` | Done via: ``` go get github.com/fil-forge/libforge@latest && go mod tidy ``` ## libforge changelog Commits brought in ([`f0706e1...7fc3b2c`](fil-forge/libforge@f0706e1...7fc3b2c), newest first): - [`7fc3b2c`](fil-forge/libforge@7fc3b2c) Fix DID verification method ID encoding and add controller (#48) — stops the `#key-0` fragment from being double-encoded to `#%23key-0`, and sets the verification method `controller` to the document DID. - [`f06be16`](fil-forge/libforge@f06be16) fix: correct DID verification method fragment and set controller — the underlying fix landed in #48. - [`aba2bd2`](fil-forge/libforge@aba2bd2) feat: add `/ucan/revoke` command (#47). - [`aac837a`](fil-forge/libforge@aac837a) add space to blob remove, abort, and reject — makes `/blob/abort` carry a required `Cause`, adds `/blob/reject` (upload service → storage node) as the mutually-exclusive counterpart to `/blob/accept` for unwinding a parked blob. - [`a3aa293`](fil-forge/libforge@a3aa293) fix: make bucket optional. ## Changes - `go.mod` / `go.sum`: only the `libforge` require line and its checksums changed — no transitive dependency changes. ## Verification - `go build ./...` — passes - `go vet ./...` — passes - `go test ./...` — all packages pass 🤖 Generated with [Claude Code](https://claude.com/claude-code)
2 parents 1ebd54b + 2f89e90 commit 50cd990

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.57.3
1212
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.4
1313
github.com/docker/docker v28.5.2+incompatible
14-
github.com/fil-forge/libforge v0.0.0-20260701162346-f0706e1641a3
14+
github.com/fil-forge/libforge v0.0.0-20260724113901-7fc3b2cec1ef
1515
github.com/fil-forge/ucantone v0.0.0-20260713122829-2662bddc02ab
1616
github.com/google/uuid v1.6.0
1717
github.com/ipfs/go-cid v0.6.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ github.com/ebitengine/purego v0.10.0 h1:QIw4xfpWT6GWTzaW5XEKy3HXoqrJGx1ijYHzTF0/
9292
github.com/ebitengine/purego v0.10.0/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
9393
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
9494
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
95-
github.com/fil-forge/libforge v0.0.0-20260701162346-f0706e1641a3 h1:/EDxpbuVeSXH3FLF7MK4G4wrDUFmCO9fLQHL23RZ2uU=
96-
github.com/fil-forge/libforge v0.0.0-20260701162346-f0706e1641a3/go.mod h1:0kXihIQ4L2uZ00nR5XrZ/Y8Db7Ht/qQNuiWslwMJ95M=
95+
github.com/fil-forge/libforge v0.0.0-20260724113901-7fc3b2cec1ef h1:xgkciShyWdCQ2Pyl2qEwP7JMbsdbHdECj/v6E5+fj6U=
96+
github.com/fil-forge/libforge v0.0.0-20260724113901-7fc3b2cec1ef/go.mod h1:0kXihIQ4L2uZ00nR5XrZ/Y8Db7Ht/qQNuiWslwMJ95M=
9797
github.com/fil-forge/ucantone v0.0.0-20260713122829-2662bddc02ab h1:Kal5frXuFQiaeumu1DreTbaXmK6DXWfz7al4FFhAh4A=
9898
github.com/fil-forge/ucantone v0.0.0-20260713122829-2662bddc02ab/go.mod h1:oFY5BfD0bDeodGlbBHh3/nK99MAS93rGXjoQz7s5qgE=
9999
github.com/filecoin-project/go-data-segment v0.0.1 h1:1wmDxOG4ubWQm3ZC1XI5nCon5qgSq7Ra3Rb6Dbu10Gs=

0 commit comments

Comments
 (0)