Skip to content

Commit 5738d24

Browse files
committed
chore(sdk): repin to merged SDK 214e5965 (#83) — AssertRealDir/OpenRealDir, UserPath, crash-safe SafeBackupAndReplace
Picks up the SDK helpers this branch consumes now that sdk#83 is merged to main. Resolves the standalone (GOWORK=off) build's undefined AssertRealDir / OpenRealDir / FchownNoFollow / UserPath / RunStreamingChildPath that the lint CI job hit against the old pin.
1 parent 4f59e71 commit 5738d24

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
@@ -30,7 +30,7 @@ require (
3030
// it. There is no automatic floating tag — that's intentional, because
3131
// SDK proto/Go API drifts between commits should be reviewable in the
3232
// same PR as the agent change that consumes them.
33-
replace github.com/manchtools/power-manage/sdk => github.com/manchtools/power-manage-sdk v0.4.1-0.20260608193749-8a7b13b95072
33+
replace github.com/manchtools/power-manage/sdk => github.com/manchtools/power-manage-sdk v0.4.1-0.20260609210658-214e5965ad1d
3434

3535
require (
3636
github.com/creack/pty v1.1.24 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs
3030
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
3131
github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
3232
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
33-
github.com/manchtools/power-manage-sdk v0.4.1-0.20260608193749-8a7b13b95072 h1:/DIvYZjrZTtGgxI7Ny6j4eRxgGCeyFQ0U9+CFOazXpU=
34-
github.com/manchtools/power-manage-sdk v0.4.1-0.20260608193749-8a7b13b95072/go.mod h1:qFWK6xophsVYsUqQm5+e5UquvpWpXMzIPqeHGO8GqXs=
33+
github.com/manchtools/power-manage-sdk v0.4.1-0.20260609210658-214e5965ad1d h1:n71LZnK5gs8MWCKSBCU1ko4PQ+buXCCEYXIf/917YiA=
34+
github.com/manchtools/power-manage-sdk v0.4.1-0.20260609210658-214e5965ad1d/go.mod h1:qFWK6xophsVYsUqQm5+e5UquvpWpXMzIPqeHGO8GqXs=
3535
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
3636
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
3737
github.com/mfridman/interpolate v0.0.2 h1:pnuTK7MQIxxFz1Gr+rjSIx9u7qVjf5VOoM/u6BbAxPY=

0 commit comments

Comments
 (0)