Skip to content

Commit 44335ed

Browse files
chore(deps): bump github.com/docker/go-connections from 0.6.0 to 0.7.0 (#334)
Bumps [github.com/docker/go-connections](https://github.com/docker/go-connections) from 0.6.0 to 0.7.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/go-connections/commit/7997b0f0ac81b5b26ad7d3d2c02ca2e8fbc6c7d9"><code>7997b0f</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/156">#156</a> from thaJeztah/bump_go_winio</li> <li><a href="https://github.com/docker/go-connections/commit/329724ad4d0a0ae91c392b41a47df3d7c6475a7f"><code>329724a</code></a> chore(deps): bump github.com/Microsoft/go-winio v0.6.2</li> <li><a href="https://github.com/docker/go-connections/commit/161dc9bf709385ed22c1c9665d5ef45fc333ce7e"><code>161dc9b</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/155">#155</a> from thaJeztah/pin_actions</li> <li><a href="https://github.com/docker/go-connections/commit/b115e42ee9f98b5f9de19a2054ae54483e84226d"><code>b115e42</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/154">#154</a> from thaJeztah/fix_non_linux_tests</li> <li><a href="https://github.com/docker/go-connections/commit/4c35b2ac042020d513569f7578c52177d2b1a03e"><code>4c35b2a</code></a> ci: pin actions to sha</li> <li><a href="https://github.com/docker/go-connections/commit/b4454a660b5f65feff1ae967957eae3293c85bec"><code>b4454a6</code></a> tlsconfig: make root pool tests deterministic across platforms</li> <li><a href="https://github.com/docker/go-connections/commit/0819711a9938706b2f8af55cdec923fe8e71ccb4"><code>0819711</code></a> tlsconfig: certPool: pass options as argument</li> <li><a href="https://github.com/docker/go-connections/commit/03296353c218966349e11c41430ffd4abdff93c3"><code>0329635</code></a> tlsconfig: rename some vars that shadowed</li> <li><a href="https://github.com/docker/go-connections/commit/894d811275c2f782172ae739d170bcaad295f188"><code>894d811</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/150">#150</a> from thaJeztah/deprecate_SystemCertPool</li> <li><a href="https://github.com/docker/go-connections/commit/0a1293ab5fa588c0498e1447e1d53ce95c6f3315"><code>0a1293a</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/153">#153</a> from thaJeztah/chachacha</li> <li>Additional commits viewable in <a href="https://github.com/docker/go-connections/compare/v0.6.0...v0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/go-connections&package-manager=go_modules&previous-version=0.6.0&new-version=0.7.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 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>
1 parent 351c1e6 commit 44335ed

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/coder/serpent v0.14.0
1010
github.com/coder/websocket v1.8.14
1111
github.com/docker/docker v28.5.2+incompatible
12-
github.com/docker/go-connections v0.6.0
12+
github.com/docker/go-connections v0.7.0
1313
github.com/google/uuid v1.6.0
1414
github.com/hashicorp/terraform-plugin-docs v0.24.0
1515
github.com/hashicorp/terraform-plugin-framework v1.19.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
153153
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
154154
github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM=
155155
github.com/docker/docker v28.5.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
156-
github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
157-
github.com/docker/go-connections v0.6.0/go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
156+
github.com/docker/go-connections v0.7.0 h1:6SsRfJddP22WMrCkj19x9WKjEDTB+ahsdiGYf0mN39c=
157+
github.com/docker/go-connections v0.7.0/go.mod h1:no1qkHdjq7kLMGUXYAduOhYPSJxxvgWBh7ogVvptn3Q=
158158
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
159159
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
160160
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=

0 commit comments

Comments
 (0)