We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1c585 commit cfb7ac5Copy full SHA for cfb7ac5
go.mod
@@ -27,3 +27,6 @@ require (
27
golang.org/x/term v0.28.0 // indirect
28
gopkg.in/yaml.v3 v3.0.1 // indirect
29
)
30
+
31
+// TODO(zph): Remove this once the PR is merged
32
+replace github.com/aws/session-manager-plugin => github.com/zph/session-manager-plugin v0.0.0-20250224205035-af1c585d288e
0 commit comments