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

X13 Support #225

Merged
merged 1 commit into from
Dec 4, 2024
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 @@ -16,7 +16,7 @@ require (
github.com/jeremywohl/flatten v1.0.1
github.com/jpillora/backoff v1.0.0
github.com/metal-toolbox/bmc-common v1.0.2
github.com/metal-toolbox/bmclib v1.0.2
github.com/metal-toolbox/bmclib v1.1.0
github.com/metal-toolbox/ctrl v1.1.0
github.com/metal-toolbox/fleetdb v1.20.0
github.com/metal-toolbox/ironlib v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,8 @@ github.com/mattn/go-sqlite3 v2.0.1+incompatible/go.mod h1:FPy6KqzDD04eiIsT53CuJW
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/metal-toolbox/bmc-common v1.0.2 h1:AbUhx4tJzz2dYxKaXu8ENSR8+bCupbqwLvYouzpEc5U=
github.com/metal-toolbox/bmc-common v1.0.2/go.mod h1:WxMpaNb7/yTSEW0fMDOWUrhs/CPAzuCSx0p3uv3vRVA=
github.com/metal-toolbox/bmclib v1.0.2 h1:kABL32Pe80tLOLnU5hc/OrjfpHx577B4IoRTJIteC6I=
github.com/metal-toolbox/bmclib v1.0.2/go.mod h1:VsmTMv9jfMM73Xs1bG5D2Ju/0RQ/3MTWd2XScDtKuR4=
github.com/metal-toolbox/bmclib v1.1.0 h1:2a96H47gzdIdhAPPKREs764iQXLoGxuNOonV8QHCPJg=
github.com/metal-toolbox/bmclib v1.1.0/go.mod h1:PnsMltzeKvWAqX5J5F84s0xQd/uWAIDVQTmDFIyAqaw=
github.com/metal-toolbox/conditionorc v1.12.0 h1:goFuCimYEXFoOo6Mbbsai4+STYDn7K/YswvLriYbnlo=
github.com/metal-toolbox/conditionorc v1.12.0/go.mod h1:5beI/zQYJIZbB77871Fef+jR1It2W4vDIZaIXb7uW/g=
github.com/metal-toolbox/ctrl v1.1.0 h1:q9pv9G2egtpU9qmOs5WfQ5ZWzOAMIQIsVQpRyVn1hD4=
Expand Down
Loading