Skip to content

Commit

Permalink
build(deps): bump the gomod group with 2 updates (#682)
Browse files Browse the repository at this point in the history
Bumps the gomod group with 2 updates:
[github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and
[github.com/jonboulle/clockwork](https://github.com/jonboulle/clockwork).

Updates `github.com/go-git/go-git/v5` from 5.13.0 to 5.13.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/go-git/go-git/releases">github.com/go-git/go-git/v5's
releases</a>.</em></p>
<blockquote>
<h2>v5.13.1</h2>
<h2>What's Changed</h2>
<ul>
<li>build: bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/go-git/go-git/pull/1327">go-git/go-git#1327</a></li>
<li>build: bump github.com/elazarl/goproxy from 1.2.1 to 1.2.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/go-git/go-git/pull/1329">go-git/go-git#1329</a></li>
<li>build: bump github.com/elazarl/goproxy from 1.2.2 to 1.2.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/go-git/go-git/pull/1340">go-git/go-git#1340</a></li>
<li>Revert &quot;plumbing: transport/ssh, Add support for SSH <a
href="https://github.com/cert-authority"><code>@​cert-authority</code></a>.&quot;
by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a
href="https://redirect.github.com/go-git/go-git/issues/1346">#1346</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/go-git/go-git/compare/v5.13.0...v5.13.1">https://github.com/go-git/go-git/compare/v5.13.0...v5.13.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-git/go-git/commit/b6bc0c0bf2d0ab9ec5e943222de091bd8af37faf"><code>b6bc0c0</code></a>
Merge pull request <a
href="https://redirect.github.com/go-git/go-git/issues/1346">#1346</a>
from go-git/revert-1157-ja/knownHostsDb</li>
<li><a
href="https://github.com/go-git/go-git/commit/42f9d6bcf457e147a41a611ff9d43936be0c5431"><code>42f9d6b</code></a>
Revert &quot;plumbing: transport/ssh, Add support for SSH <a
href="https://github.com/cert-authority"><code>@​cert-authority</code></a>.&quot;</li>
<li><a
href="https://github.com/go-git/go-git/commit/88c747129502f27c79d125db7c8c3b7b4c18acdb"><code>88c7471</code></a>
Merge pull request <a
href="https://redirect.github.com/go-git/go-git/issues/1340">#1340</a>
from go-git/dependabot/go_modules/github.com/elazarl...</li>
<li><a
href="https://github.com/go-git/go-git/commit/2fae1802230d9cf7cec3da49f03c569e9d02a06f"><code>2fae180</code></a>
build: bump github.com/elazarl/goproxy from 1.2.2 to 1.2.3</li>
<li><a
href="https://github.com/go-git/go-git/commit/a0dfb099704de558cd1d821479181e97c66bf042"><code>a0dfb09</code></a>
Merge pull request <a
href="https://redirect.github.com/go-git/go-git/issues/1329">#1329</a>
from go-git/dependabot/go_modules/github.com/elazarl...</li>
<li><a
href="https://github.com/go-git/go-git/commit/05ae6211068956471ffce3a9f4bc57dde2e87ca9"><code>05ae621</code></a>
Merge pull request <a
href="https://redirect.github.com/go-git/go-git/issues/1327">#1327</a>
from go-git/dependabot/go_modules/github.com/go-git/...</li>
<li><a
href="https://github.com/go-git/go-git/commit/b0d72b34af9c88114673c484e185011a2f6bdadb"><code>b0d72b3</code></a>
build: bump github.com/elazarl/goproxy from 1.2.1 to 1.2.2</li>
<li><a
href="https://github.com/go-git/go-git/commit/b77b83acbb6caf3c59cb88f81828d0cdeda9dbe4"><code>b77b83a</code></a>
build: bump github.com/go-git/go-billy/v5 from 5.6.0 to 5.6.1</li>
<li>See full diff in <a
href="https://github.com/go-git/go-git/compare/v5.13.0...v5.13.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/jonboulle/clockwork` from 0.4.0 to 0.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jonboulle/clockwork/releases">github.com/jonboulle/clockwork's
releases</a>.</em></p>
<blockquote>
<h2>v0.5.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Enhancements 🚀</h3>
<ul>
<li>Convert FakeClock to a struct. by <a
href="https://github.com/DPJacques"><code>@​DPJacques</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/71">jonboulle/clockwork#71</a></li>
</ul>
<h3>Dependency Updates ⬆️</h3>
<ul>
<li>build(deps): bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/73">jonboulle/clockwork#73</a></li>
<li>build(deps): bump actions/setup-go from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/80">jonboulle/clockwork#80</a></li>
<li>build(deps): bump github/codeql-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/81">jonboulle/clockwork#81</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Make NewTicker panic if d&lt;=0, like time.NewTicker. by <a
href="https://github.com/DPJacques"><code>@​DPJacques</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/70">jonboulle/clockwork#70</a></li>
<li>Fix typos and grammar issue by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/72">jonboulle/clockwork#72</a></li>
<li>Set minimal workflow permissions by <a
href="https://github.com/pnacht"><code>@​pnacht</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/75">jonboulle/clockwork#75</a></li>
<li>Add security policy by <a
href="https://github.com/pnacht"><code>@​pnacht</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/78">jonboulle/clockwork#78</a></li>
<li>add Until method on clock interface by <a
href="https://github.com/WillMatthews"><code>@​WillMatthews</code></a>
in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/85">jonboulle/clockwork#85</a></li>
<li>Bump Go version to 1.21. by <a
href="https://github.com/DPJacques"><code>@​DPJacques</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/89">jonboulle/clockwork#89</a></li>
<li>Remove some duplication &amp; use slices package. by <a
href="https://github.com/DPJacques"><code>@​DPJacques</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/90">jonboulle/clockwork#90</a></li>
<li>Standardize tests for core clockwork functions. by <a
href="https://github.com/DPJacques"><code>@​DPJacques</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/91">jonboulle/clockwork#91</a></li>
<li>Add contexts that use FakeClock rather than the system time. by <a
href="https://github.com/DPJacques"><code>@​DPJacques</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/92">jonboulle/clockwork#92</a></li>
<li>Remove firer struct &amp; fix ticker reset by <a
href="https://github.com/DPJacques"><code>@​DPJacques</code></a> in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/95">jonboulle/clockwork#95</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/alexandear"><code>@​alexandear</code></a> made
their first contribution in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/72">jonboulle/clockwork#72</a></li>
<li><a href="https://github.com/pnacht"><code>@​pnacht</code></a> made
their first contribution in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/75">jonboulle/clockwork#75</a></li>
<li><a
href="https://github.com/WillMatthews"><code>@​WillMatthews</code></a>
made their first contribution in <a
href="https://redirect.github.com/jonboulle/clockwork/pull/85">jonboulle/clockwork#85</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jonboulle/clockwork/compare/v0.4.0...v0.5.0">https://github.com/jonboulle/clockwork/compare/v0.4.0...v0.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jonboulle/clockwork/commit/6d8d032a18422c2e3ef651170a8a55012d1f704c"><code>6d8d032</code></a>
Remove firer struct &amp; fix ticker reset (<a
href="https://redirect.github.com/jonboulle/clockwork/issues/95">#95</a>)</li>
<li><a
href="https://github.com/jonboulle/clockwork/commit/91d2c0adaca249481d9c61dd194383fa62d30826"><code>91d2c0a</code></a>
Add contexts that use FakeClock rather than the system time. (<a
href="https://redirect.github.com/jonboulle/clockwork/issues/92">#92</a>)</li>
<li><a
href="https://github.com/jonboulle/clockwork/commit/7e524bd2b23863a60332249b53a095fc9370603a"><code>7e524bd</code></a>
Standardize tests for core clockwork functions. (<a
href="https://redirect.github.com/jonboulle/clockwork/issues/91">#91</a>)</li>
<li><a
href="https://github.com/jonboulle/clockwork/commit/11a247d8fc82069355fd024bc08d4ad4366c0013"><code>11a247d</code></a>
Remove some duplication &amp; use slices package. (<a
href="https://redirect.github.com/jonboulle/clockwork/issues/90">#90</a>)</li>
<li><a
href="https://github.com/jonboulle/clockwork/commit/fe91b0de93b9f79240e9f4ed093120db61f49ee7"><code>fe91b0d</code></a>
Bump Go verison to 1.21.</li>
<li><a
href="https://github.com/jonboulle/clockwork/commit/33fc064cceda86a937e85a0b01309974970c6a52"><code>33fc064</code></a>
add Until method on clocks</li>
<li><a
href="https://github.com/jonboulle/clockwork/commit/fc59783b0293939df2ade8872f0e8cfd87c9dbfe"><code>fc59783</code></a>
build(deps): bump github/codeql-action from 2 to 3</li>
<li><a
href="https://github.com/jonboulle/clockwork/commit/5c13cb81e3298b37d5623bda1034c01e324de26e"><code>5c13cb8</code></a>
Merge pull request <a
href="https://redirect.github.com/jonboulle/clockwork/issues/80">#80</a>
from jonboulle/dependabot/github_actions/actions/setup...</li>
<li><a
href="https://github.com/jonboulle/clockwork/commit/72da535d7ba42700d02c4976b2dc4fd95e716b1d"><code>72da535</code></a>
Update documentaiton on interactions with context.</li>
<li><a
href="https://github.com/jonboulle/clockwork/commit/5508bca6cc96e1dcbb467049b40ec773b64c5d77"><code>5508bca</code></a>
build(deps): bump actions/setup-go from 4 to 5</li>
<li>Additional commits viewable in <a
href="https://github.com/jonboulle/clockwork/compare/v0.4.0...v0.5.0">compare
view</a></li>
</ul>
</details>
<br />


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


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 97fc44f commit 2474153
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ require (
github.com/chainguard-dev/clog v1.5.1
github.com/cloudevents/sdk-go/v2 v2.15.2
github.com/coreos/go-oidc/v3 v3.11.0
github.com/go-git/go-git/v5 v5.13.0
github.com/go-git/go-git/v5 v5.13.1
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v61 v61.0.0
github.com/jonboulle/clockwork v0.4.0
github.com/jonboulle/clockwork v0.5.0
github.com/prometheus/client_golang v1.20.5
github.com/sethvargo/go-envconfig v1.1.0
github.com/shirou/gopsutil/v4 v4.24.12
Expand Down Expand Up @@ -61,14 +61,14 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
github.com/ebitengine/purego v0.8.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.6.0 // indirect
github.com/go-git/go-billy/v5 v5.6.1 // indirect
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 h1:QVw89YDxXxEe+l8gU8E
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
github.com/coreos/go-oidc/v3 v3.11.0 h1:Ia3MxdwpSw702YW0xgfmP1GVCMA9aEFWu12XUZ3/OtI=
github.com/coreos/go-oidc/v3 v3.11.0/go.mod h1:gE3LgjOgFoHi9a4ce4/tJczr0Ai2/BoDhf0r5lltWI0=
github.com/cyphar/filepath-securejoin v0.3.4 h1:VBWugsJh2ZxJmLFSM06/0qzQyiQX2Qs0ViKrUAcqdZ8=
github.com/cyphar/filepath-securejoin v0.3.4/go.mod h1:8s/MCNJREmFK0H02MF6Ihv1nakJe4L/w3WZLHNkvlYM=
github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM=
github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/ebitengine/purego v0.8.1 h1:sdRKd6plj7KYW33EH5As6YKfe8m9zbN9JMrOjNVF/BE=
github.com/ebitengine/purego v0.8.1/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
github.com/elazarl/goproxy v1.2.1 h1:njjgvO6cRG9rIqN2ebkqy6cQz2Njkx7Fsfv/zIZqgug=
github.com/elazarl/goproxy v1.2.1/go.mod h1:YfEbZtqP4AetfO6d40vWchF3znWX7C7Vd6ZMfdL8z64=
github.com/elazarl/goproxy v1.2.3 h1:xwIyKHbaP5yfT6O9KIeYJR5549MXRQkoQMRXGztz8YQ=
github.com/elazarl/goproxy v1.2.3/go.mod h1:YfEbZtqP4AetfO6d40vWchF3znWX7C7Vd6ZMfdL8z64=
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=
github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
Expand All @@ -149,12 +149,12 @@ github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c=
github.com/gliderlabs/ssh v0.3.8/go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU=
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
github.com/go-git/go-billy/v5 v5.6.0 h1:w2hPNtoehvJIxR00Vb4xX94qHQi/ApZfX+nBE2Cjio8=
github.com/go-git/go-billy/v5 v5.6.0/go.mod h1:sFDq7xD3fn3E0GOwUSZqHo9lrkmx8xJhA0ZrfvjBRGM=
github.com/go-git/go-billy/v5 v5.6.1 h1:u+dcrgaguSSkbjzHwelEjc0Yj300NUevrrPphk/SoRA=
github.com/go-git/go-billy/v5 v5.6.1/go.mod h1:0AsLr1z2+Uksi4NlElmMblP5rPcDZNRCD8ujZCRR2BE=
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
github.com/go-git/go-git/v5 v5.13.0 h1:vLn5wlGIh/X78El6r3Jr+30W16Blk0CTcxTYcYPWi5E=
github.com/go-git/go-git/v5 v5.13.0/go.mod h1:Wjo7/JyVKtQgUNdXYXIepzWfJQkUEIGvkvVkiXRR/zw=
github.com/go-git/go-git/v5 v5.13.1 h1:DAQ9APonnlvSWpvolXWIuV6Q6zXy2wHbN4cVlNR5Q+M=
github.com/go-git/go-git/v5 v5.13.1/go.mod h1:qryJB4cSBoq3FRoBRf5A77joojuBcmPJ0qu3XXXVixc=
github.com/go-jose/go-jose/v4 v4.0.4 h1:VsjPI33J0SB9vQM6PLmNjoHqMQNGPiZ0rHL7Ni7Q6/E=
github.com/go-jose/go-jose/v4 v4.0.4/go.mod h1:NKb5HO1EZccyMpiZNbdUw/14tiXNyUJh188dfnMCAfc=
github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY=
Expand Down Expand Up @@ -235,8 +235,8 @@ github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOl
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
github.com/jonboulle/clockwork v0.4.0 h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4=
github.com/jonboulle/clockwork v0.4.0/go.mod h1:xgRqUGwRcjKCO1vbZUEtSLrqKoPSsUpK7fnezOII0kc=
github.com/jonboulle/clockwork v0.5.0 h1:Hyh9A8u51kptdkR+cqRpT1EebBwTn1oK9YfGYbdFz6I=
github.com/jonboulle/clockwork v0.5.0/go.mod h1:3mZlmanh0g2NDKO5TWZVJAfofYk64M7XN3SzBPjZF60=
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=
Expand Down

0 comments on commit 2474153

Please sign in to comment.