Skip to content

Commit

Permalink
Bump github.com/knadh/koanf/providers/env from 0.1.0 to 1.0.0 in /que…
Browse files Browse the repository at this point in the history
…sma (#807)

Bumps
[github.com/knadh/koanf/providers/env](https://github.com/knadh/koanf)
from 0.1.0 to 1.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/knadh/koanf/releases">github.com/knadh/koanf/providers/env's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.0</h2>
<ul>
<li>deea8ad Upgrade deps</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/knadh/koanf/commit/deea8ad19881d954ecf42e1a6015bce109a29114"><code>deea8ad</code></a>
Upgrade deps</li>
<li><a
href="https://github.com/knadh/koanf/commit/d4c432d3f2062fe25af4aea64b07f14458872e35"><code>d4c432d</code></a>
Merge pull request <a
href="https://redirect.github.com/knadh/koanf/issues/66">#66</a> from
grount/issue-62</li>
<li><a
href="https://github.com/knadh/koanf/commit/a05e2d502ca7d3069ffc14b454956853876e87ab"><code>a05e2d5</code></a>
MergeStrict returns the first error</li>
<li><a
href="https://github.com/knadh/koanf/commit/81e20a98f3c7b690fff501aa5e84de42711a6cc4"><code>81e20a9</code></a>
Merge pull request <a
href="https://redirect.github.com/knadh/koanf/issues/68">#68</a> from
glenn-m/master</li>
<li><a
href="https://github.com/knadh/koanf/commit/12e8fc8387474113f98baa929d767e251d1f32b8"><code>12e8fc8</code></a>
Fixing pflag link</li>
<li><a
href="https://github.com/knadh/koanf/commit/5c665660777915beda123ae4bb068024f6831e96"><code>5c66566</code></a>
Merge branch 'master' of github.com:knadh/koanf into issue-62</li>
<li><a
href="https://github.com/knadh/koanf/commit/e14a5b0ac76f4beb6f40afc307f7f7fb588667ff"><code>e14a5b0</code></a>
Merge pull request <a
href="https://redirect.github.com/knadh/koanf/issues/64">#64</a> from
grount/issue-63</li>
<li><a
href="https://github.com/knadh/koanf/commit/b97eac0e1068dc872f5d6d40c193feac49090797"><code>b97eac0</code></a>
add missing getters type conversions</li>
<li><a
href="https://github.com/knadh/koanf/commit/968145ca2d76416afb0cb36dd7ad80c0f9b699ea"><code>968145c</code></a>
feature: control merging behavior</li>
<li><a
href="https://github.com/knadh/koanf/commit/7bad171c182a78e096022a092fbf71bf9d13089e"><code>7bad171</code></a>
Merge pull request <a
href="https://redirect.github.com/knadh/koanf/issues/65">#65</a> from
rhnvrm/travis-build-versions</li>
<li>Additional commits viewable in <a
href="https://github.com/knadh/koanf/compare/v0.1.0...v1.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/knadh/koanf/providers/env&package-manager=go_modules&previous-version=0.1.0&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Grabowski <[email protected]>
  • Loading branch information
dependabot[bot] and avelanarius authored Oct 2, 2024
1 parent 6d35d9d commit f451c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions quesma/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/k0kubun/pp v3.0.1+incompatible
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/env v0.1.0
github.com/knadh/koanf/providers/env v1.0.0
github.com/knadh/koanf/providers/file v1.1.0
github.com/knadh/koanf/v2 v2.1.1
github.com/relvacode/iso8601 v1.4.0
Expand All @@ -30,7 +30,6 @@ require (
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand Down
5 changes: 2 additions & 3 deletions quesma/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df/go.mod h1:h
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=
github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
Expand Down Expand Up @@ -63,8 +62,8 @@ github.com/knadh/koanf/maps v0.1.1 h1:G5TjmUh2D7G2YWf5SQQqSiHRJEjaicvU0KpypqB3NI
github.com/knadh/koanf/maps v0.1.1/go.mod h1:npD/QZY3V6ghQDdcQzl1W4ICNVTkohC8E73eI2xW4yI=
github.com/knadh/koanf/parsers/yaml v0.1.0 h1:ZZ8/iGfRLvKSaMEECEBPM1HQslrZADk8fP1XFUxVI5w=
github.com/knadh/koanf/parsers/yaml v0.1.0/go.mod h1:cvbUDC7AL23pImuQP0oRw/hPuccrNBS2bps8asS0CwY=
github.com/knadh/koanf/providers/env v0.1.0 h1:LqKteXqfOWyx5Ab9VfGHmjY9BvRXi+clwyZozgVRiKg=
github.com/knadh/koanf/providers/env v0.1.0/go.mod h1:RE8K9GbACJkeEnkl8L/Qcj8p4ZyPXZIQ191HJi44ZaQ=
github.com/knadh/koanf/providers/env v1.0.0 h1:ufePaI9BnWH+ajuxGGiJ8pdTG0uLEUWC7/HDDPGLah0=
github.com/knadh/koanf/providers/env v1.0.0/go.mod h1:mzFyRZueYhb37oPmC1HAv/oGEEuyvJDA98r3XAa8Gak=
github.com/knadh/koanf/providers/file v1.1.0 h1:MTjA+gRrVl1zqgetEAIaXHqYje0XSosxSiMD4/7kz0o=
github.com/knadh/koanf/providers/file v1.1.0/go.mod h1:/faSBcv2mxPVjFrXck95qeoyoZ5myJ6uxN8OOVNJJCI=
github.com/knadh/koanf/v2 v2.1.1 h1:/R8eXqasSTsmDCsAyYj+81Wteg8AqrV9CP6gvsTsOmM=
Expand Down

0 comments on commit f451c2c

Please sign in to comment.