Skip to content

Commit

Permalink
chore: referenced to master branch of the MongoDB client
Browse files Browse the repository at this point in the history
chore: using errorstring

chore: updating vendor
  • Loading branch information
PacoDw committed Nov 25, 2019
1 parent 4108165 commit e657632
Show file tree
Hide file tree
Showing 13 changed files with 649 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ go 1.12

require (
github.com/Sectorbob/mlab-ns2 v0.0.0-20171030222938-d3aa0c295a8a
github.com/go-test/deep v1.0.1
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
github.com/hashicorp/terraform v0.12.1
github.com/mongodb/go-client-mongodb-atlas v0.1.1
github.com/mongodb/go-client-mongodb-atlas v0.1.2-0.20191125173016-a644c761794e
github.com/mwielbut/pointy v1.1.0
github.com/spf13/cast v1.3.0
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ github.com/mitchellh/reflectwalk v1.0.0 h1:9D+8oIskB4VJBN5SFlmc27fSlIBZaov1Wpk/I
github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/mongodb/go-client-mongodb-atlas v0.1.1 h1:L7eaGSvw1raCQF69N/tlYWAyyJRIJpdyqK6d90BtQ74=
github.com/mongodb/go-client-mongodb-atlas v0.1.1/go.mod h1:LS8O0YLkA+sbtOb3fZLF10yY3tJM+1xATXMJ3oU35LU=
github.com/mongodb/go-client-mongodb-atlas v0.1.2-0.20191125173016-a644c761794e h1:BZMjHAfy2ppKGSq+mJwJyYQSmKHyeiNgwradSVVa/zc=
github.com/mongodb/go-client-mongodb-atlas v0.1.2-0.20191125173016-a644c761794e/go.mod h1:LS8O0YLkA+sbtOb3fZLF10yY3tJM+1xATXMJ3oU35LU=
github.com/mwielbut/pointy v1.1.0 h1:U5/YEfoIkaGCHv0St3CgjduqXID4FNRoyZgLM1kY9vg=
github.com/mwielbut/pointy v1.1.0/go.mod h1:MvvO+uMFj9T5DMda33HlvogsFBX7pWWKAkFIn4teYwY=
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86/go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo=
Expand Down
2 changes: 1 addition & 1 deletion mongodbatlas/resource_mongodbatlas_maintenance_window.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func resourceMongoDBAtlasMaintenanceWindowUpdate(d *schema.ResourceData, meta in

_, err := conn.MaintenanceWindows.Update(context.Background(), d.Id(), maintenanceWindowReq)
if err != nil {
return fmt.Errorf(errorMaintenanceRead, d.Id(), err)
return fmt.Errorf(errorMaintenanceUpdate, d.Id(), err)
}

return nil
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/go-test/deep/.gitignore

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

13 changes: 13 additions & 0 deletions vendor/github.com/go-test/deep/.travis.yml

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

9 changes: 9 additions & 0 deletions vendor/github.com/go-test/deep/CHANGES.md

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

21 changes: 21 additions & 0 deletions vendor/github.com/go-test/deep/LICENSE

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

51 changes: 51 additions & 0 deletions vendor/github.com/go-test/deep/README.md

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

Loading

0 comments on commit e657632

Please sign in to comment.