Bumps [github.com/aws/aws-xray-sdk-go](https://github.com/aws/aws-xray-sdk-go) from 1.8.0 to 1.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-xray-sdk-go/releases">github.com/aws/aws-xray-sdk-go's releases</a>.</em></p> <blockquote> <h2>v1.8.1</h2> <p>Please refer <a href="https://github.com/aws/aws-xray-sdk-go/blob/master/CHANGELOG.md">change-log</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-xray-sdk-go/blob/master/CHANGELOG.md">github.com/aws/aws-xray-sdk-go's changelog</a>.</em></p> <blockquote> <h1>Release v1.8.1 (2023-02-27)</h1> <h3>SDK Enhancements</h3> <h3>SDK Bugs</h3> <ul> <li>Fix Sample App Solution Stack and GO version <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/pull/388">#PR 388</a></li> <li>Fix AWS GO SDK Vulnerability <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/pull/390">#PR 390</a></li> <li>Fix mutex deadlock <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/pull/393">#PR 393</a></li> <li>Update golang.org/x/text to fix CVEs <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/pull/400">#PR 400</a></li> <li>Fix CVEs in integration tests <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/pull/401">#PR 401</a></li> <li>Update sample app dependencies <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/pull/405">#PR 405</a></li> <li>Update golang.org/x/net to fix CVEs <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/pull/406">#PR 406</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1e15418428"><code>1e15418</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/issues/407">#407</a> from jj22ee/master</li> <li><a href="b795be75b3"><code>b795be7</code></a> Update changelog for 1.8.1</li> <li><a href="94cd14ecd3"><code>94cd14e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/issues/406">#406</a> from jj22ee/fix-net-vulnerability</li> <li><a href="6b65b58462"><code>6b65b58</code></a> bump golang.org/x/net to v0.7.0 to fix CVEs</li> <li><a href="46ae5a0aa3"><code>46ae5a0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/issues/405">#405</a> from jj22ee/fix-docker-build</li> <li><a href="b0e80c1428"><code>b0e80c1</code></a> update sample app</li> <li><a href="a437b43644"><code>a437b43</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/issues/401">#401</a> from aws/dependabot/go_modules/integration-tests/dist...</li> <li><a href="3dcbb60444"><code>3dcbb60</code></a> Bump golang.org/x/net in /integration-tests/distributioncheck</li> <li><a href="42bb1e4d42"><code>42bb1e4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/aws/aws-xray-sdk-go/issues/400">#400</a> from aws/dependabot/go_modules/golang.org/x/text-0.3.8</li> <li><a href="28df1f28c6"><code>28df1f2</code></a> Bump golang.org/x/text from 0.3.7 to 0.3.8</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-xray-sdk-go/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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>
SRC Directory
/pkg
API and Components which are exposed for external usage.
-
/pkg/repository
Control layer for coordinating connections and communication with storage provider repositories. -
/pkg/storage
Manages compilation and validation of repository configuration and consts. Both those that are specific to storage providers, and those that are provider-agnostic.
/cli
Command Line Interface controller. Utilizes /pkg/repository as an exernal dependency.
/internal
Packages which are only intended for use within Corso.