Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2025

Bumps the koanf group with 7 updates:

Package From To
github.com/knadh/koanf/parsers/dotenv 1.0.0 1.1.0
github.com/knadh/koanf/parsers/yaml 0.1.0 1.0.0
github.com/knadh/koanf/providers/confmap 0.1.0 1.0.0
github.com/knadh/koanf/providers/env 1.0.0 1.1.0
github.com/knadh/koanf/providers/file 1.1.2 1.2.0
github.com/knadh/koanf/v2 2.1.2 2.2.0
github.com/knadh/koanf/maps 0.1.1 0.1.2

Updates github.com/knadh/koanf/parsers/dotenv from 1.0.0 to 1.1.0

Release notes

Sourced from github.com/knadh/koanf/parsers/dotenv's releases.

v1.1.0

  • 036e4bf Merge pull request #79 from aeneasr/fix-memory-keyparts
  • 6692d05 Merge pull request #78 from aeneasr/fix-memory-use
  • d174d00 Reduce memory consumption for populateKeyParts
  • 1095e5e Significantly reduce memory use of maps.Flatten
  • 7d983f3 Fix Watch() doc
Commits
  • 036e4bf Merge pull request #79 from aeneasr/fix-memory-keyparts
  • 6692d05 Merge pull request #78 from aeneasr/fix-memory-use
  • d174d00 Reduce memory consumption for populateKeyParts
  • 1095e5e Significantly reduce memory use of maps.Flatten
  • 7d983f3 Fix Watch() doc
  • See full diff in compare view

Updates github.com/knadh/koanf/parsers/yaml from 0.1.0 to 1.0.0

Release notes

Sourced from github.com/knadh/koanf/parsers/yaml's releases.

v1.0.0

  • deea8ad Upgrade deps
Commits
  • deea8ad Upgrade deps
  • d4c432d Merge pull request #66 from grount/issue-62
  • a05e2d5 MergeStrict returns the first error
  • 81e20a9 Merge pull request #68 from glenn-m/master
  • 12e8fc8 Fixing pflag link
  • 5c66566 Merge branch 'master' of github.com:knadh/koanf into issue-62
  • e14a5b0 Merge pull request #64 from grount/issue-63
  • b97eac0 add missing getters type conversions
  • 968145c feature: control merging behavior
  • 7bad171 Merge pull request #65 from rhnvrm/travis-build-versions
  • Additional commits viewable in compare view

Updates github.com/knadh/koanf/providers/confmap from 0.1.0 to 1.0.0

Release notes

Sourced from github.com/knadh/koanf/providers/confmap's releases.

v1.0.0

  • deea8ad Upgrade deps
Commits
  • deea8ad Upgrade deps
  • d4c432d Merge pull request #66 from grount/issue-62
  • a05e2d5 MergeStrict returns the first error
  • 81e20a9 Merge pull request #68 from glenn-m/master
  • 12e8fc8 Fixing pflag link
  • 5c66566 Merge branch 'master' of github.com:knadh/koanf into issue-62
  • e14a5b0 Merge pull request #64 from grount/issue-63
  • b97eac0 add missing getters type conversions
  • 968145c feature: control merging behavior
  • 7bad171 Merge pull request #65 from rhnvrm/travis-build-versions
  • Additional commits viewable in compare view

Updates github.com/knadh/koanf/providers/env from 1.0.0 to 1.1.0

Release notes

Sourced from github.com/knadh/koanf/providers/env's releases.

v1.1.0

  • 036e4bf Merge pull request #79 from aeneasr/fix-memory-keyparts
  • 6692d05 Merge pull request #78 from aeneasr/fix-memory-use
  • d174d00 Reduce memory consumption for populateKeyParts
  • 1095e5e Significantly reduce memory use of maps.Flatten
  • 7d983f3 Fix Watch() doc
Commits
  • 036e4bf Merge pull request #79 from aeneasr/fix-memory-keyparts
  • 6692d05 Merge pull request #78 from aeneasr/fix-memory-use
  • d174d00 Reduce memory consumption for populateKeyParts
  • 1095e5e Significantly reduce memory use of maps.Flatten
  • 7d983f3 Fix Watch() doc
  • See full diff in compare view

Updates github.com/knadh/koanf/providers/file from 1.1.2 to 1.2.0

Release notes

Sourced from github.com/knadh/koanf/providers/file's releases.

v1.2.0

  • 5fc619c Add Delim()
  • f001ae3 Merge pull request #98 from knadh/fix-confmap-dep
  • bc5fe47 Remove superfluous dependency on providers/confmap in the core
Commits
  • 5fc619c Add Delim()
  • f001ae3 Merge pull request #98 from knadh/fix-confmap-dep
  • bc5fe47 Remove superfluous dependency on providers/confmap in the core
  • 57e89cf Merge pull request #94 from knadh/fix-posflag-callbacks
  • d3bad45 Merge pull request #91 from knadh/bug-report-template
  • b1985ad Merge pull request #93 from rhnvrm/unit-test-issue-90
  • a72baa3 Merge pull request #92 from knadh/fix-posflag-callbacks
  • adc0b54 tests: add unit test for #90
  • 9e87eba Fix unchanged default posflag value merging via incorrect callback.
  • 2f82a14 Merge pull request #87 from mvrahden/feature/filesystem
  • Additional commits viewable in compare view

Updates github.com/knadh/koanf/v2 from 2.1.2 to 2.2.0

Release notes

Sourced from github.com/knadh/koanf/v2's releases.

v2.2.0

This release sets the min required Go version to v1.23.0

An increasing number of important updates to various deps, including golang.org/x/*, require go >= 1.23.0. It is now untenable to maintain support for older Go versions. This does not break existing installations, just that further updates will only be available to newer Go versions.

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.1.2...v2.2.0

Commits
  • 8a93024 Merge pull request #349 from knadh/upgrade-all-deps
  • 3c4f717 Update min Go version in examples and go.work.
  • 3941bee Upgrade Go min version and all deps in providers/vault.
  • e77a6f5 Upgrade Go min version and all deps in providers/structs.
  • 42f0d69 Upgrade Go min version and all deps in providers/s3.
  • 56c5c58 Upgrade Go min version and all deps in providers/rawbytes.
  • b78b66c Upgrade Go min version and all deps in providers/posflag.
  • 6914b12 Upgrade Go min version and all deps in providers/parameterstore.
  • 95372c1 Upgrade Go min version and all deps in providers/nats.
  • ea81688 Upgrade Go min version and all deps in providers/fs.
  • Additional commits viewable in compare view

Updates github.com/knadh/koanf/maps from 0.1.1 to 0.1.2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the koanf group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/knadh/koanf/parsers/dotenv](https://github.com/knadh/koanf) | `1.0.0` | `1.1.0` |
| [github.com/knadh/koanf/parsers/yaml](https://github.com/knadh/koanf) | `0.1.0` | `1.0.0` |
| [github.com/knadh/koanf/providers/confmap](https://github.com/knadh/koanf) | `0.1.0` | `1.0.0` |
| [github.com/knadh/koanf/providers/env](https://github.com/knadh/koanf) | `1.0.0` | `1.1.0` |
| [github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf) | `1.1.2` | `1.2.0` |
| [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) | `2.1.2` | `2.2.0` |
| [github.com/knadh/koanf/maps](https://github.com/knadh/koanf) | `0.1.1` | `0.1.2` |


Updates `github.com/knadh/koanf/parsers/dotenv` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v1.0.0...v1.1.0)

Updates `github.com/knadh/koanf/parsers/yaml` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v0.1.0...v1.0.0)

Updates `github.com/knadh/koanf/providers/confmap` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v0.1.0...v1.0.0)

Updates `github.com/knadh/koanf/providers/env` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v1.0.0...v1.1.0)

Updates `github.com/knadh/koanf/providers/file` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@providers/file/v1.1.2...v1.2.0)

Updates `github.com/knadh/koanf/v2` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v2.1.2...v2.2.0)

Updates `github.com/knadh/koanf/maps` from 0.1.1 to 0.1.2
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](knadh/koanf@v0.1.1...maps/v0.1.2)

---
updated-dependencies:
- dependency-name: github.com/knadh/koanf/parsers/dotenv
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: koanf
- dependency-name: github.com/knadh/koanf/parsers/yaml
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: koanf
- dependency-name: github.com/knadh/koanf/providers/confmap
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: koanf
- dependency-name: github.com/knadh/koanf/providers/env
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: koanf
- dependency-name: github.com/knadh/koanf/providers/file
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: koanf
- dependency-name: github.com/knadh/koanf/v2
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: koanf
- dependency-name: github.com/knadh/koanf/maps
  dependency-version: 0.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: koanf
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 16, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/koanf-f703a4b753 branch April 16, 2025 06:58
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant