Skip to content

Commit

Permalink
Bump github.com/google/uuid from 1.1.2 to 1.3.0 in /instrumentor (#102)
Browse files Browse the repository at this point in the history
Bumps [github.com/google/uuid](https://github.com/google/uuid) from
1.1.2 to 1.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/uuid/releases">github.com/google/uuid's
releases</a>.</em></p>
<blockquote>
<h2>Add randomness pool mode for V4 UUID and NullUUID for SQL
Scanners.</h2>
<p>From Andrey Pechkurov:</p>
<p>Adds an optional randomness pool mode for Random (Version 4) UUID
generation. The pool contains random bytes read from the random number
generator on demand in batches. Enabling the pool may improve the UUID
generation throughput significantly.</p>
<p>Since the pool is stored on the Go heap, this feature may be a bad
fit for security sensitive applications. That's why it's implemented as
an opt-in feature.</p>
<p>From Samuel Roth:</p>
<p>Added support for NullUUID</p>
<p>A NullUUID can be marked not valid (i.e., null) for use with JSON and
the database/sql/driver.Scanner interfaces.</p>
<h2>Add NewString()</h2>
<p>This release introduces the NewString() function which is the
equivalent of uuid.New().String().</p>
<h2>Syntactic cleanup</h2>
<p>There are no code changes. A missing period was add to a godoc
comment and the linter was told to not complain that the results of
hash.Write() are ignored (the function cannot fail)</p>
<h2>Further error optimizations</h2>
<p>Do not allocate memory for errors (it is only one word)</p>
<h2>Optimize error reporting</h2>
<p>Optimize length of time it takes to discover an input is bad by no
longer using fmt.Errorf, which is quite slow. It now uses a custom error
type that formats the string when the Error method is called rather than
when generating the error.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/uuid/commit/44b5fee7c49cf3bcdf723f106b36d56ef13ccc88"><code>44b5fee</code></a>
Minor cleanup.</li>
<li><a
href="https://github.com/google/uuid/commit/e28eb7b914dd26e1a4e861df5e3226d0f2c256c5"><code>e28eb7b</code></a>
Remove TestConformance from null_test.go. It was useful to
demonstrate</li>
<li><a
href="https://github.com/google/uuid/commit/ae25fc6a8e2fa9c3a72fc325117330736fe729f6"><code>ae25fc6</code></a>
feat(uuid): Added support for NullUUID (<a
href="https://redirect.github.com/google/uuid/issues/76">#76</a>)</li>
<li><a
href="https://github.com/google/uuid/commit/655bf50db9d265813a26b0fe2a5d1e80fb9e3c6b"><code>655bf50</code></a>
Add randomness pool mode for V4 UUID (<a
href="https://redirect.github.com/google/uuid/issues/80">#80</a>)</li>
<li><a
href="https://github.com/google/uuid/commit/512b657a42880af87e9f0d863aa6dccf3540d4ba"><code>512b657</code></a>
feat: add public matcher function for custom error type
invalidLengthError (<a
href="https://redirect.github.com/google/uuid/issues/78">#78</a>)</li>
<li><a
href="https://github.com/google/uuid/commit/bfb86fa49a73e4194d93bea18d7acfe3694438ce"><code>bfb86fa</code></a>
Add NewString Func (<a
href="https://redirect.github.com/google/uuid/issues/73">#73</a>)</li>
<li><a
href="https://github.com/google/uuid/commit/b5d0d36c983b13c35a93a356a9d2c14da0a1c3ab"><code>b5d0d36</code></a>
hash.go hash error covered and linter error fixed (<a
href="https://redirect.github.com/google/uuid/issues/71">#71</a>)</li>
<li><a
href="https://github.com/google/uuid/commit/93777840becdb80e2f5e915fbd3ea9becd5f9718"><code>9377784</code></a>
Update sql.go (<a
href="https://redirect.github.com/google/uuid/issues/72">#72</a>)</li>
<li><a
href="https://github.com/google/uuid/commit/85223faccf99409308cd169d9608753a95d21083"><code>85223fa</code></a>
Reduce custom error allocation (<a
href="https://redirect.github.com/google/uuid/issues/70">#70</a>)</li>
<li><a
href="https://github.com/google/uuid/commit/edef28d0c8acc7d3bdfaddde8ab27de602cc131b"><code>edef28d</code></a>
Use a custom error type for invalid lengths, replacing
<code>fmt.Errorf</code> (<a
href="https://redirect.github.com/google/uuid/issues/69">#69</a>)</li>
<li>See full diff in <a
href="https://github.com/google/uuid/compare/v1.1.2...v1.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/uuid&package-manager=go_modules&previous-version=1.1.2&new-version=1.3.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 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 May 3, 2023
1 parent d813a38 commit 3770d50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instrumentor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/go-logr/logr v1.2.0
github.com/google/uuid v1.1.2
github.com/google/uuid v1.3.0
github.com/keyval-dev/odigos/api v0.0.0
github.com/keyval-dev/odigos/common v0.0.0
github.com/onsi/ginkgo v1.16.5
Expand Down
3 changes: 2 additions & 1 deletion instrumentor/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,9 @@ github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLe
github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/googleapis/gnostic v0.5.1/go.mod h1:6U4PtQXGIEt/Z3h5MAT7FNofLnw9vXk2cUuW7uA/OeU=
Expand Down

0 comments on commit 3770d50

Please sign in to comment.