Skip to content

Commit 7969e5f

Browse files
Merge pull request #290 from jacobweinstock/bmclib-update
Update bmclib: ## Description <!--- Please describe what this PR is going to change --> This has virtual media insert and eject fixes. ## Why is this needed <!--- Link to issue you have raised --> Fixes: # ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents e79a407 + 302ddee commit 7969e5f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.2
66

77
require (
88
dario.cat/mergo v1.0.1
9-
github.com/bmc-toolbox/bmclib/v2 v2.3.5-0.20250111140204-fffd096c5c8e
9+
github.com/bmc-toolbox/bmclib/v2 v2.3.5-0.20250117163502-d621fb6aeb76
1010
github.com/ccoveille/go-safecast v1.5.0
1111
github.com/go-logr/logr v1.4.2
1212
github.com/go-logr/zerologr v1.2.3
@@ -26,7 +26,7 @@ require (
2626
github.com/VictorLowther/simplexml v0.0.0-20180716164440-0bff93621230 // indirect
2727
github.com/VictorLowther/soap v0.0.0-20150314151524-8e36fca84b22 // indirect
2828
github.com/beorn7/perks v1.0.1 // indirect
29-
github.com/bmc-toolbox/common v0.0.0-20241031162543-6b96e5981a0d // indirect
29+
github.com/bmc-toolbox/common v0.0.0-20250112191656-b6de52e8303d // indirect
3030
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3131
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3232
github.com/emicklei/go-restful/v3 v3.11.0 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ github.com/VictorLowther/soap v0.0.0-20150314151524-8e36fca84b22 h1:a0MBqYm44o0N
88
github.com/VictorLowther/soap v0.0.0-20150314151524-8e36fca84b22/go.mod h1:/B7V22rcz4860iDqstGvia/2+IYWXf3/JdQCVd/1D2A=
99
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
1010
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
11-
github.com/bmc-toolbox/bmclib/v2 v2.3.5-0.20250111140204-fffd096c5c8e h1:1E4B8Hm0dPgiZwVSaafAgMnoYqR5FA64AGOflqYoV5E=
12-
github.com/bmc-toolbox/bmclib/v2 v2.3.5-0.20250111140204-fffd096c5c8e/go.mod h1:3VlOHEiOLKg/97GnnGFmSdhk+Wvn3/CuGskx/J+C8Cw=
13-
github.com/bmc-toolbox/common v0.0.0-20241031162543-6b96e5981a0d h1:dMmFDAAEpXizInaNwPSa5LM6tX/xDIPKjL6v9jYfMxo=
14-
github.com/bmc-toolbox/common v0.0.0-20241031162543-6b96e5981a0d/go.mod h1:Cdnkm+edb6C0pVkyCrwh3JTXAe0iUF9diDG/DztPI9I=
11+
github.com/bmc-toolbox/bmclib/v2 v2.3.5-0.20250117163502-d621fb6aeb76 h1:pf7IMgNxrNMWB4em2ENZ/UY0hQTwPM5GuSZ874mzBqg=
12+
github.com/bmc-toolbox/bmclib/v2 v2.3.5-0.20250117163502-d621fb6aeb76/go.mod h1:CTcPs01t7AzfC8q3hdqCAhsYLe8zxtUOKr3jC3e8OWc=
13+
github.com/bmc-toolbox/common v0.0.0-20250112191656-b6de52e8303d h1:5c0jhS9jNLm1t3GVEESsWv+p6recFRLGW90zp8HDIDs=
14+
github.com/bmc-toolbox/common v0.0.0-20250112191656-b6de52e8303d/go.mod h1:Cdnkm+edb6C0pVkyCrwh3JTXAe0iUF9diDG/DztPI9I=
1515
github.com/bombsimon/logrusr/v2 v2.0.1 h1:1VgxVNQMCvjirZIYaT9JYn6sAVGVEcNtRE0y4mvaOAM=
1616
github.com/bombsimon/logrusr/v2 v2.0.1/go.mod h1:ByVAX+vHdLGAfdroiMg6q0zgq2FODY2lc5YJvzmOJio=
1717
github.com/ccoveille/go-safecast v1.5.0 h1:cT/3uVQ/i5PTiJvhvkSU81HeKNurtyQtBndXEH3hDg4=

0 commit comments

Comments
 (0)