Skip to content

Commit

Permalink
Vendor yaml pakcage
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jun 8, 2020
1 parent d48b50d commit 363507a
Show file tree
Hide file tree
Showing 20 changed files with 9,928 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestCollectMetrics(t *testing.T) {
sqlxDb := sqlx.NewDb(db, "sqlmock")
var populaterWg sync.WaitGroup
populaterWg.Add(1)
go collectMetrics(sqlxDb, &populaterWg, i, lookup, "")
go collectMetrics(sqlxDb, &populaterWg, i, lookup, "", "")
populaterWg.Wait()

if err := mock.ExpectationsWereMet(); err != nil {
Expand Down
201 changes: 201 additions & 0 deletions vendor/gopkg.in/yaml.v2/LICENSE

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

31 changes: 31 additions & 0 deletions vendor/gopkg.in/yaml.v2/LICENSE.libyaml

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

13 changes: 13 additions & 0 deletions vendor/gopkg.in/yaml.v2/NOTICE

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

133 changes: 133 additions & 0 deletions vendor/gopkg.in/yaml.v2/README.md

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

Loading

0 comments on commit 363507a

Please sign in to comment.