mirror of
https://github.com/bmc-toolbox/bmclib.git
synced 2025-06-03 05:14:43 +00:00

A few new fields are now required, tested on these devices running the Megarac BMC firmware, - EPYC3101D4I-NL - ROMED8HM3
36 lines
1.3 KiB
Modula-2
36 lines
1.3 KiB
Modula-2
module github.com/bmc-toolbox/bmclib/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bmc-toolbox/common v0.0.0-20221115135648-0b584f504396
|
|
github.com/bombsimon/logrusr/v2 v2.0.1
|
|
github.com/go-logr/logr v1.2.3
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/jacobweinstock/go-amt v0.0.0-20221125040441-53475f4ae023
|
|
github.com/jacobweinstock/registrar v0.4.6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stmcginnis/gofish v0.13.1-0.20221107140645-5cc43fad050f
|
|
github.com/stretchr/testify v1.7.2
|
|
golang.org/x/crypto v0.1.0
|
|
golang.org/x/net v0.1.0
|
|
gopkg.in/go-playground/assert.v1 v1.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/VictorLowther/simplexml v0.0.0-20180716164440-0bff93621230 // indirect
|
|
github.com/VictorLowther/soap v0.0.0-20150314151524-8e36fca84b22 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/jacobweinstock/wsman v0.0.0-20221125035617-2eae65734c77 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|