Commit 50cd990
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 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments