Skip to content

Commit

Permalink
Update vendor/ folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Othman committed Mar 1, 2021
1 parent f9cd922 commit 1a9924b
Show file tree
Hide file tree
Showing 1,181 changed files with 176,740 additions and 95,643 deletions.
2 changes: 1 addition & 1 deletion connectors/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func DataCollectionWorker() {
}

func collectBmc(bmc devices.Bmc) (err error) {
defer bmc.Close()
defer bmc.Close(nil)

serial, err := bmc.Serial()
if err != nil {
Expand Down
56 changes: 27 additions & 29 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,39 @@ module github.com/bmc-toolbox/dora
go 1.13

require (
github.com/DATA-DOG/go-sqlmock v1.3.3
github.com/GeertJohan/go.rice v0.0.0-20170420135705-c02ca9a983da
github.com/bmc-toolbox/bmclib v0.3.8
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/gin-go-metrics v0.0.2
github.com/daaku/go.zipexe v0.0.0-20150329023125-a5fe2436ffcb // indirect
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/google/gops v0.0.0-20180903072510-f341a40f99ec
github.com/gorilla/mux v1.7.0 // indirect
github.com/hashicorp/go-multierror v1.0.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
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/jinzhu/gorm v1.9.16
github.com/julienschmidt/httprouter v0.0.0-20181021223831-26a05976f9bf // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/kr/pretty v0.1.0
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/labstack/gommon v0.2.8 // indirect
github.com/lib/pq v1.1.1
github.com/manyminds/api2go v0.0.0-20181019084807-186a8a2128df
github.com/mattn/go-colorable v0.1.1 // indirect
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
github.com/manyminds/api2go v0.0.0-20201208181306-e7d462686f8a
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-sqlite3 v1.14.6 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.5.0
github.com/nats-io/nuid v0.0.0-20180317191920-3e58d42c9cfe // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/nxadm/tail v1.4.6 // indirect
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.4.1
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/cobra v0.0.0-20190109003409-7547e83b2d85
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0
github.com/valyala/fasttemplate v1.0.1 // indirect
gopkg.in/guregu/null.v2 v2.1.2 // indirect
github.com/sirupsen/logrus v1.8.0
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
549 changes: 463 additions & 86 deletions go.sum

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/github.com/DATA-DOG/go-sqlmock/.gitignore

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

5 changes: 3 additions & 2 deletions vendor/github.com/DATA-DOG/go-sqlmock/.travis.yml

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

8 changes: 7 additions & 1 deletion vendor/github.com/DATA-DOG/go-sqlmock/README.md

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

77 changes: 77 additions & 0 deletions vendor/github.com/DATA-DOG/go-sqlmock/column.go

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

38 changes: 26 additions & 12 deletions vendor/github.com/DATA-DOG/go-sqlmock/expectations.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.

31 changes: 25 additions & 6 deletions vendor/github.com/DATA-DOG/go-sqlmock/expectations_go18.go

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/DATA-DOG/go-sqlmock/options.go

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

Loading

0 comments on commit 1a9924b

Please sign in to comment.