Skip to content

Commit

Permalink
Update the bmclib dependency. =>
Browse files Browse the repository at this point in the history
Patched to avoid a nil reference exception.
  • Loading branch information
oothman committed Apr 3, 2021
1 parent 1a9924b commit b8319d8
Show file tree
Hide file tree
Showing 96 changed files with 4,211 additions and 1,686 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/GeertJohan/go.rice v1.0.2
github.com/bmc-toolbox/bmclib v0.4.11-0.20210218144937-428fe2c8deb0
github.com/bmc-toolbox/bmclib v0.4.11
github.com/bmc-toolbox/gin-go-metrics v0.0.2
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/gops v0.3.14
github.com/gorilla/mux v1.8.0 // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/go-multierror v1.1.1
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.10 // indirect
github.com/kr/pretty v0.2.1
github.com/labstack/gommon v0.3.0 // indirect
github.com/lib/pq v1.9.0
Expand All @@ -29,13 +28,12 @@ require (
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/selvatico/go-mocket v1.0.7
github.com/sirupsen/logrus v1.8.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/ugorji/go v1.2.4 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b // indirect
)

replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43
67 changes: 45 additions & 22 deletions go.sum

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/bmc-toolbox/bmclib/providers/dummy/ibmc/ibmc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/bmc-toolbox/bmclib/providers/hp/ilo/ilo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions vendor/github.com/hashicorp/go-multierror/.travis.yml

This file was deleted.

29 changes: 24 additions & 5 deletions vendor/github.com/hashicorp/go-multierror/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/hashicorp/go-multierror/append.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/hashicorp/go-multierror/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions vendor/github.com/hashicorp/go-multierror/multierror.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b8319d8

Please sign in to comment.