Skip to content

Commit

Permalink
deps: bump mongo sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
avirtopeanu-ionos committed Jan 8, 2025
1 parent 83413b1 commit 1777cbc
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 17 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
require (
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
github.com/ionos-cloud/sdk-go-bundle/products/cdn/v2 v2.1.1
github.com/ionos-cloud/sdk-go-bundle/products/dbaas/mongo/v2 v2.0.1
github.com/ionos-cloud/sdk-go-bundle/products/dbaas/mongo/v2 v2.0.2
github.com/ionos-cloud/sdk-go-bundle/shared v0.1.1
github.com/ionos-cloud/sdk-go-dbaas-mariadb v1.1.1
github.com/ionos-cloud/sdk-go-kafka v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ github.com/ionos-cloud/sdk-go-auth v1.0.6 h1:N7XQ8JLKM9OS1DDlDCIN3Nk4RV4MuNvHFd5
github.com/ionos-cloud/sdk-go-auth v1.0.6/go.mod h1:4MuUIZbnQjgNalEB9LUzIuBTI1keqgA7EpJsjEvMAls=
github.com/ionos-cloud/sdk-go-bundle/products/cdn/v2 v2.1.1 h1:8O0c5GLVD6aM//iC3L3+0PaQgKux3tV/MqzOpLV4wEM=
github.com/ionos-cloud/sdk-go-bundle/products/cdn/v2 v2.1.1/go.mod h1:BF6R+j1GdJEMImxkeh32qjIVWqsBfgi6VgyfsY5ezIA=
github.com/ionos-cloud/sdk-go-bundle/products/dbaas/mongo/v2 v2.0.1 h1:0WyMttptHNo2X/2hCtNORZXGnrxEWFcWMUtBQy+xEF0=
github.com/ionos-cloud/sdk-go-bundle/products/dbaas/mongo/v2 v2.0.1/go.mod h1:+xkTjDjjpNXneY8ZfFtpexTEXKbxoz4Y2tIBqFSvll0=
github.com/ionos-cloud/sdk-go-bundle/products/dbaas/mongo/v2 v2.0.2 h1:42llVAj7pKbmGVT3Aj6v+77CVEqESK1WL1vI+wOH7Co=
github.com/ionos-cloud/sdk-go-bundle/products/dbaas/mongo/v2 v2.0.2/go.mod h1:mUnvrQawA+ydTK1vzguZKlSVtKLPcWeDjYGdU96KKG4=
github.com/ionos-cloud/sdk-go-bundle/shared v0.1.1 h1:NWobgIhmUJKG6ohFXefMj+KmpEEvLYEDUgGzpns6HQE=
github.com/ionos-cloud/sdk-go-bundle/shared v0.1.1/go.mod h1:cLIl4zmB1yMdPSNgTzaRmXeuusEAY1O3Lp/iXSc/R6E=
github.com/ionos-cloud/sdk-go-cert-manager v1.0.1 h1:QGnenRREavvU0ZrXvY4hmCMXRyvmKj5jaXsFX9Apfd0=
Expand Down

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.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ github.com/ionos-cloud/sdk-go-auth
# github.com/ionos-cloud/sdk-go-bundle/products/cdn/v2 v2.1.1
## explicit; go 1.22
github.com/ionos-cloud/sdk-go-bundle/products/cdn/v2
# github.com/ionos-cloud/sdk-go-bundle/products/dbaas/mongo/v2 v2.0.1
## explicit; go 1.21
# github.com/ionos-cloud/sdk-go-bundle/products/dbaas/mongo/v2 v2.0.2
## explicit; go 1.22
github.com/ionos-cloud/sdk-go-bundle/products/dbaas/mongo/v2
# github.com/ionos-cloud/sdk-go-bundle/shared v0.1.1
## explicit; go 1.20
Expand Down

0 comments on commit 1777cbc

Please sign in to comment.