Skip to content

Commit

Permalink
go: pin bmclib to version with ASRR firmware update support
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Dec 5, 2023
1 parent 0bf8989 commit f8d97d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20190729070250-5ae5475bae5e
github.com/bmc-toolbox/bmclib/v2 v2.1.1-0.20231130133815-17b3809a2d4a
github.com/bmc-toolbox/bmclib/v2 v2.1.1-0.20231204145348-905a95485261
github.com/bmc-toolbox/common v0.0.0-20230717121556-5eb9915a8a5a
github.com/bombsimon/logrusr/v2 v2.0.1
github.com/coreos/go-oidc v2.2.1+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ github.com/bmc-toolbox/bmclib/v2 v2.1.1-0.20231129094547-0df7b754427e h1:RvAD9NZ
github.com/bmc-toolbox/bmclib/v2 v2.1.1-0.20231129094547-0df7b754427e/go.mod h1:gFF4iD468hbW1JUdJJx3mbhNGzoLsG47epbMa++grp8=
github.com/bmc-toolbox/bmclib/v2 v2.1.1-0.20231130133815-17b3809a2d4a h1:e4+Nr4yWq7lGyhZLoaK2506UehNXMPvoRWvyKyEdons=
github.com/bmc-toolbox/bmclib/v2 v2.1.1-0.20231130133815-17b3809a2d4a/go.mod h1:gFF4iD468hbW1JUdJJx3mbhNGzoLsG47epbMa++grp8=
github.com/bmc-toolbox/bmclib/v2 v2.1.1-0.20231204145348-905a95485261 h1:MFz86XdJiJfE8K9E7n6eiKALiphc3pcBEowD0MUsmnY=
github.com/bmc-toolbox/bmclib/v2 v2.1.1-0.20231204145348-905a95485261/go.mod h1:gFF4iD468hbW1JUdJJx3mbhNGzoLsG47epbMa++grp8=
github.com/bmc-toolbox/common v0.0.0-20230717121556-5eb9915a8a5a h1:SjtoU9dE3bYfYnPXODCunMztjoDgnE3DVJCPLBqwz6Q=
github.com/bmc-toolbox/common v0.0.0-20230717121556-5eb9915a8a5a/go.mod h1:SY//n1PJjZfbFbmAsB6GvEKbc7UXz3d30s3kWxfJQ/c=
github.com/bombsimon/logrusr/v2 v2.0.1 h1:1VgxVNQMCvjirZIYaT9JYn6sAVGVEcNtRE0y4mvaOAM=
Expand Down

0 comments on commit f8d97d5

Please sign in to comment.