Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 #50

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2023

Bumps github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0.

Changelog

Sourced from github.com/mitchellh/mapstructure's changelog.

1.5.0

  • New option IgnoreUntaggedFields to ignore decoding to any fields without mapstructure (or the configured tag name) set GH-277
  • New option ErrorUnset which makes it an error if any fields in a target struct are not set by the decoding process. GH-225
  • New function OrComposeDecodeHookFunc to help compose decode hooks. GH-240
  • Decoding to slice from array no longer crashes GH-265
  • Decode nested struct pointers to map GH-271
  • Fix issue where ,squash was ignored if Squash option was set. GH-280
  • Fix issue where fields with ,omitempty would sometimes decode into a map with an empty string key GH-281
Commits
  • ab69d8d update CHANGELOG to 1.5.0
  • bd687ea update CHANGELOG
  • c9b585b update test to not rely on fmt
  • 5a2eb61 Merge pull request #281 from semrekkers/issue-238
  • 74e07d1 update CHANGELOG
  • 3a684c7 Merge pull request #240 from julnicolas/feature/add_or_compose_decode_hook_func
  • 0bb6a2e Merge branch 'master' into feature/add_or_compose_decode_hook_func
  • ac10e22 update CHANGELOG
  • 8385cfa Merge pull request #225 from SaschaRoland/unset-fields
  • 17e49ec update CHANGELOG
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.4.3 to 1.5.0.
- [Changelog](https://github.com/mitchellh/mapstructure/blob/main/CHANGELOG.md)
- [Commits](mitchellh/mapstructure@v1.4.3...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/mitchellh/mapstructure
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 29, 2023
@VishwasShashidhar VishwasShashidhar merged commit 9e1ec43 into main Aug 28, 2023
@VishwasShashidhar VishwasShashidhar deleted the dependabot/go_modules/github.com/mitchellh/mapstructure-1.5.0 branch August 28, 2023 11:38
VishwasShashidhar added a commit that referenced this pull request Nov 15, 2023
…ble (#75)

* add security manager package

* load aws credentials from profile

* add support to load cloud credentials from profile

* update go version for github action

* add support for pgx with database manager

* tidy go modules

* Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 (#50)

Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.4.3 to 1.5.0.
- [Changelog](https://github.com/mitchellh/mapstructure/blob/main/CHANGELOG.md)
- [Commits](mitchellh/mapstructure@v1.4.3...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/mitchellh/mapstructure
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>

* Bump github.com/mailgun/mailgun-go/v4 from 4.8.2 to 4.11.0 (#63)

* Bump github.com/mailgun/mailgun-go/v4 from 4.8.2 to 4.11.0

Bumps [github.com/mailgun/mailgun-go/v4](https://github.com/mailgun/mailgun-go) from 4.8.2 to 4.11.0.
- [Release notes](https://github.com/mailgun/mailgun-go/releases)
- [Changelog](https://github.com/mailgun/mailgun-go/blob/master/CHANGELOG)
- [Commits](mailgun/mailgun-go@v4.8.2...v4.11.0)

---
updated-dependencies:
- dependency-name: github.com/mailgun/mailgun-go/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* tidy go modules

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <vishwas@adwitiya.io>

* Bump gorm.io/gorm from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.4 (#69)

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.4.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/commits/v1.25.4)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>

* Bump github.com/aws/aws-sdk-go-v2/service/ses from 1.15.1 to 1.16.6 (#71)

Bumps [github.com/aws/aws-sdk-go-v2/service/ses](https://github.com/aws/aws-sdk-go-v2) from 1.15.1 to 1.16.6.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.16.6/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.15.1...v1.16.6)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ses
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>

* upgrade sns

* update db manager get instance to use interface

* update db manager get instance to use interface

* Bump github.com/gofrs/uuid from 4.2.0+incompatible to 4.4.0+incompatible

Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid) from 4.2.0+incompatible to 4.4.0+incompatible.
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](gofrs/uuid@v4.2.0...v4.4.0)

---
updated-dependencies:
- dependency-name: github.com/gofrs/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Vishwas Shashidhar <vishwas@adwitiya.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
VishwasShashidhar added a commit that referenced this pull request Nov 15, 2023
* add security manager package

* load aws credentials from profile

* add support to load cloud credentials from profile

* update go version for github action

* add support for pgx with database manager

* tidy go modules

* Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 (#50)

Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.4.3 to 1.5.0.
- [Changelog](https://github.com/mitchellh/mapstructure/blob/main/CHANGELOG.md)
- [Commits](mitchellh/mapstructure@v1.4.3...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/mitchellh/mapstructure
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>

* Bump github.com/mailgun/mailgun-go/v4 from 4.8.2 to 4.11.0 (#63)

* Bump github.com/mailgun/mailgun-go/v4 from 4.8.2 to 4.11.0

Bumps [github.com/mailgun/mailgun-go/v4](https://github.com/mailgun/mailgun-go) from 4.8.2 to 4.11.0.
- [Release notes](https://github.com/mailgun/mailgun-go/releases)
- [Changelog](https://github.com/mailgun/mailgun-go/blob/master/CHANGELOG)
- [Commits](mailgun/mailgun-go@v4.8.2...v4.11.0)

---
updated-dependencies:
- dependency-name: github.com/mailgun/mailgun-go/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* tidy go modules

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <vishwas@adwitiya.io>

* Bump gorm.io/gorm from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.4 (#69)

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.4.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/commits/v1.25.4)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>

* Bump github.com/aws/aws-sdk-go-v2/service/ses from 1.15.1 to 1.16.6 (#71)

Bumps [github.com/aws/aws-sdk-go-v2/service/ses](https://github.com/aws/aws-sdk-go-v2) from 1.15.1 to 1.16.6.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.16.6/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.15.1...v1.16.6)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ses
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>

* upgrade sns

* update db manager get instance to use interface

* update db manager get instance to use interface

* Bump github.com/robfig/cron/v3 from 3.0.0 to 3.0.1

Bumps [github.com/robfig/cron/v3](https://github.com/robfig/cron) from 3.0.0 to 3.0.1.
- [Commits](robfig/cron@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: github.com/robfig/cron/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Vishwas Shashidhar <vishwas@adwitiya.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
VishwasShashidhar added a commit that referenced this pull request Nov 15, 2023
* add security manager package

* load aws credentials from profile

* add support to load cloud credentials from profile

* update go version for github action

* add support for pgx with database manager

* tidy go modules

* Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 (#50)

Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.4.3 to 1.5.0.
- [Changelog](https://github.com/mitchellh/mapstructure/blob/main/CHANGELOG.md)
- [Commits](mitchellh/mapstructure@v1.4.3...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/mitchellh/mapstructure
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>

* Bump github.com/mailgun/mailgun-go/v4 from 4.8.2 to 4.11.0 (#63)

* Bump github.com/mailgun/mailgun-go/v4 from 4.8.2 to 4.11.0

Bumps [github.com/mailgun/mailgun-go/v4](https://github.com/mailgun/mailgun-go) from 4.8.2 to 4.11.0.
- [Release notes](https://github.com/mailgun/mailgun-go/releases)
- [Changelog](https://github.com/mailgun/mailgun-go/blob/master/CHANGELOG)
- [Commits](mailgun/mailgun-go@v4.8.2...v4.11.0)

---
updated-dependencies:
- dependency-name: github.com/mailgun/mailgun-go/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* tidy go modules

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <vishwas@adwitiya.io>

* Bump gorm.io/gorm from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.4 (#69)

Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.4.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/commits/v1.25.4)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>

* Bump github.com/aws/aws-sdk-go-v2/service/ses from 1.15.1 to 1.16.6 (#71)

Bumps [github.com/aws/aws-sdk-go-v2/service/ses](https://github.com/aws/aws-sdk-go-v2) from 1.15.1 to 1.16.6.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.16.6/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.15.1...v1.16.6)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ses
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>

* upgrade sns

* update db manager get instance to use interface

* update db manager get instance to use interface

* Bump firebase.google.com/go/v4 from 4.11.0 to 4.12.1

Bumps [firebase.google.com/go/v4](https://github.com/firebase/firebase-admin-go) from 4.11.0 to 4.12.1.
- [Release notes](https://github.com/firebase/firebase-admin-go/releases)
- [Commits](firebase/firebase-admin-go@v4.11.0...v4.12.1)

---
updated-dependencies:
- dependency-name: firebase.google.com/go/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Vishwas Shashidhar <vishwas@adwitiya.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant