Commit 4d95632
fix(deps): bump context-go-sdk to v1.4.0 for Monitors support
The generated monitor command (pkg/cmd/monitor.go) uses the Monitors
resource (client.Monitors, MonitorNewParams, MonitorUpdateParams,
MonitorListParams, MonitorListAccountChangesParams) added in
context-go-sdk v1.4.0, but go.mod still pinned v1.3.0.
This broke the v0.6.0 release: GoReleaser's before-hook compile step
failed with "undefined: contextdev.MonitorNewParams" and
"client.Monitors undefined (type contextdev.Client has no field Monitors)".
Verified locally: go build ./... and the GoReleaser completion hook
both pass after the bump.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 1f74002 commit 4d95632
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments