Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
Open
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 @@ -6,7 +6,7 @@ require (
github.com/Sytten/logrus-zap-hook v0.1.0
github.com/bmc-toolbox/common v0.0.0-20240806132831-ba8adc6a35e3
github.com/freddierice/go-losetup/v2 v2.0.1
github.com/metal-toolbox/bmc-common v1.0.3
github.com/metal-toolbox/bmc-common v1.1.0
github.com/metal-toolbox/ironlib v1.1.3
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
github.com/spf13/cobra v1.8.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ github.com/klauspost/compress v1.17.4/go.mod h1:/dCuZOvVtNoHsyb+cuJD3itjs3NbnF6K
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/metal-toolbox/bmc-common v1.0.3 h1:hrX5Q3k+CrHzUtlN5nh6X9l7l7D3chsHKVM8MQmLjMc=
github.com/metal-toolbox/bmc-common v1.0.3/go.mod h1:WxMpaNb7/yTSEW0fMDOWUrhs/CPAzuCSx0p3uv3vRVA=
github.com/metal-toolbox/bmc-common v1.1.0 h1:cG6TtGOBUoWQU0+8dOTsKKXqV5BmlQQO9osR+2KZ2xw=
github.com/metal-toolbox/bmc-common v1.1.0/go.mod h1:WxMpaNb7/yTSEW0fMDOWUrhs/CPAzuCSx0p3uv3vRVA=
github.com/metal-toolbox/ironlib v1.1.3 h1:fGjozoigP0HMCaYNbQX23Nv1wWSnR/TYAnFGEGaA3oE=
github.com/metal-toolbox/ironlib v1.1.3/go.mod h1:dAaVqMfzSMDdU+zLW5PW3mWXmrfA7kMAmCFqb7CAqDo=
github.com/pierrec/lz4/v4 v4.1.17 h1:kV4Ip+/hUBC+8T6+2EgburRtkE9ef4nbY3f4dFhGjMc=
Expand Down