Skip to content

Commit

Permalink
chore(deps): bump github.com/knadh/koanf/providers/file from 0.1.0 to…
Browse files Browse the repository at this point in the history
… 1.0.0 (#140)

Bumps
[github.com/knadh/koanf/providers/file](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/file'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/file&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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and rafalgalaw committed Aug 29, 2024
1 parent 69b68ca commit 0a6518d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/iancoleman/strcase v0.3.0
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/env v0.1.0
github.com/knadh/koanf/providers/file v0.1.0
github.com/knadh/koanf/providers/file v1.0.0
github.com/knadh/koanf/providers/posflag v0.1.0
github.com/knadh/koanf/v2 v2.1.1
github.com/life4/genesis v1.10.3
Expand Down Expand Up @@ -94,7 +94,7 @@ require (
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.16.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ github.com/knadh/koanf/parsers/yaml v0.1.0 h1:ZZ8/iGfRLvKSaMEECEBPM1HQslrZADk8fP
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/file v0.1.0 h1:fs6U7nrV58d3CFAFh8VTde8TM262ObYf3ODrc//Lp+c=
github.com/knadh/koanf/providers/file v0.1.0/go.mod h1:rjJ/nHQl64iYCtAW2QQnF0eSmDEX/YZ/eNFj5yR6BvA=
github.com/knadh/koanf/providers/file v1.0.0 h1:DtPvSQBeF+N0QLPMz0yf2bx0nFSxUcncpqQvzCxfCyk=
github.com/knadh/koanf/providers/file v1.0.0/go.mod h1:/faSBcv2mxPVjFrXck95qeoyoZ5myJ6uxN8OOVNJJCI=
github.com/knadh/koanf/providers/posflag v0.1.0 h1:mKJlLrKPcAP7Ootf4pBZWJ6J+4wHYujwipe7Ie3qW6U=
github.com/knadh/koanf/providers/posflag v0.1.0/go.mod h1:SYg03v/t8ISBNrMBRMlojH8OsKowbkXV7giIbBVgbz0=
github.com/knadh/koanf/v2 v2.1.1 h1:/R8eXqasSTsmDCsAyYj+81Wteg8AqrV9CP6gvsTsOmM=
Expand Down Expand Up @@ -227,8 +227,8 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.18.0 h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=
Expand Down

0 comments on commit 0a6518d

Please sign in to comment.