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

The previous Intel AMT libraries were forks and the hope was that I would be able to upstream the changes. The upstreams themselves were actually forks and the PRs I opened have been sitting for some time. Because of all of this, I have created a new repo that I'll be maintaining. The new repo handles context timeouts across the board. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
module github.com/bmc-toolbox/bmclib/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bmc-toolbox/common v0.0.0-20230220061748-93ff001f4a1d
|
|
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/iamt v0.0.0-20230304043040-a6b4a1001123
|
|
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/exp v0.0.0-20230127130021-4ca2cb1a16b7
|
|
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/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|