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.

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

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.