Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update github.com/kairos-io/go-nodepair digest to ff99118 #590

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (

require (
github.com/ipfs/go-log v1.0.5
github.com/kairos-io/go-nodepair v0.0.0-20240502023759-0f117ce8d47e
github.com/kairos-io/go-nodepair v0.0.0-20240703103608-ff991182c337
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v2 v2.4.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ github.com/kairos-io/go-nodepair v0.0.0-20240423154030-b64584f66cad h1:e9UMEswf7
github.com/kairos-io/go-nodepair v0.0.0-20240423154030-b64584f66cad/go.mod h1:cxk6j3VTn/VUG4NxGTYkMr3GLfs5zt4X19j+tEQSZiI=
github.com/kairos-io/go-nodepair v0.0.0-20240502023759-0f117ce8d47e h1:myqvzF1dh08dqYHDbxyvB4Ty+gLXqBACnG6CbhRZbrU=
github.com/kairos-io/go-nodepair v0.0.0-20240502023759-0f117ce8d47e/go.mod h1:dPmJiW2gLvcj9qBFFUrXlskpp3WNAL5RiaoWKWJbFZE=
github.com/kairos-io/go-nodepair v0.0.0-20240703103608-ff991182c337 h1:xkMmK2zPyceZEKE6wm4SFFUCZtLfZUDpEVkXT8DfZjc=
github.com/kairos-io/go-nodepair v0.0.0-20240703103608-ff991182c337/go.mod h1:dPmJiW2gLvcj9qBFFUrXlskpp3WNAL5RiaoWKWJbFZE=
github.com/kairos-io/kairos-agent/v2 v2.9.1 h1:oqHB7uVPtvIk/w8iTBpY6BdiMkQhcBGdXbifd7zP3fg=
github.com/kairos-io/kairos-agent/v2 v2.9.1/go.mod h1:AMFqhOX34QF3sXEnBRZljo+jJfkWGAV9gItI6m9ts1g=
github.com/kairos-io/kairos-agent/v2 v2.10.0 h1:/8j53NxWfo2vM+UZghWIxUa9cfYZmo8n2VyDNmxgUjA=
Expand Down
Loading