Skip to content

Commit

Permalink
build(deps): bump github.com/huandu/go-sqlbuilder from 1.18.0 to 1.19…
Browse files Browse the repository at this point in the history
….0 (#6)

Bumps
[github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder)
from 1.18.0 to 1.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/huandu/go-sqlbuilder/releases">github.com/huandu/go-sqlbuilder's
releases</a>.</em></p>
<blockquote>
<h2>New feature: Flavor for CQL</h2>
<p>We add a new flavor <code>CQL</code> in this package. See <a
href="https://github-redirect.dependabot.com/huandu/go-sqlbuilder/issues/85">#85</a>
for details. Thanks for your contribution, <a
href="https://github.com/SpencerC"><code>@​SpencerC</code></a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/huandu/go-sqlbuilder/compare/v1.18.0...v1.19.0">https://github.com/huandu/go-sqlbuilder/compare/v1.18.0...v1.19.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/huandu/go-sqlbuilder/commit/1191d338f5ce9eebc4a1ce2c6f8fa5a8b8910850"><code>1191d33</code></a>
update readme and format code</li>
<li><a
href="https://github.com/huandu/go-sqlbuilder/commit/674f3da02d3108824a9bd44f074148e9f254c523"><code>674f3da</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/huandu/go-sqlbuilder/issues/85">#85</a>
from datastax-ext/master</li>
<li><a
href="https://github.com/huandu/go-sqlbuilder/commit/28a0bcf47d7def6c13dacb93050c38f9eed8767f"><code>28a0bcf</code></a>
Fix insert test.</li>
<li><a
href="https://github.com/huandu/go-sqlbuilder/commit/cd8fefbe26277e99f70541aa66fd7ca53b768e8b"><code>cd8fefb</code></a>
Remove NOW.</li>
<li><a
href="https://github.com/huandu/go-sqlbuilder/commit/af068dedc0cb8088b83c5ba5eb7570c4c1eb04ef"><code>af068de</code></a>
Remove IF.</li>
<li><a
href="https://github.com/huandu/go-sqlbuilder/commit/a4ec9c851680bfb45ee0cfdfb1df254c67281d25"><code>a4ec9c8</code></a>
Merge remote-tracking branch 'upstream/master'</li>
<li><a
href="https://github.com/huandu/go-sqlbuilder/commit/cb43436e4843f0d6c9e07267277a2e3d5c87a5c1"><code>cb43436</code></a>
Merge remote-tracking branch 'upstream/master' (<a
href="https://github-redirect.dependabot.com/huandu/go-sqlbuilder/issues/2">#2</a>)</li>
<li><a
href="https://github.com/huandu/go-sqlbuilder/commit/989b698fafdc54adc57b75ee722bb47be7256436"><code>989b698</code></a>
Add CQL support (<a
href="https://github-redirect.dependabot.com/huandu/go-sqlbuilder/issues/1">#1</a>)</li>
<li>See full diff in <a
href="https://github.com/huandu/go-sqlbuilder/compare/v1.18.0...v1.19.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/huandu/go-sqlbuilder&package-manager=go_modules&previous-version=1.18.0&new-version=1.19.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>
  • Loading branch information
rfdez authored Jan 16, 2023
2 parents 373e3ad + 6064749 commit 5612e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/gin-contrib/logger v0.2.5
github.com/gin-gonic/gin v1.8.2
github.com/google/uuid v1.3.0
github.com/huandu/go-sqlbuilder v1.18.0
github.com/huandu/go-sqlbuilder v1.19.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.10.7
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ 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/huandu/go-assert v1.1.5 h1:fjemmA7sSfYHJD7CUqs9qTwwfdNAx7/j2/ZlHXzNB3c=
github.com/huandu/go-assert v1.1.5/go.mod h1:yOLvuqZwmcHIC5rIzrBhT7D3Q9c3GFnd0JrPVhn/06U=
github.com/huandu/go-sqlbuilder v1.18.0 h1:J86ytJDvN8h+9ia3amvs4rT9Or0y9c5BDslQV7uPwlU=
github.com/huandu/go-sqlbuilder v1.18.0/go.mod h1:nUVmMitjOmn/zacMLXT0d3Yd3RHoO2K+vy906JzqxMI=
github.com/huandu/go-sqlbuilder v1.19.0 h1:X1JyJI9cjfj/jVAxblh2MZbYsGtikbEgAu6sUU1nLJQ=
github.com/huandu/go-sqlbuilder v1.19.0/go.mod h1:nUVmMitjOmn/zacMLXT0d3Yd3RHoO2K+vy906JzqxMI=
github.com/huandu/xstrings v1.3.2 h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw=
github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
Expand Down

0 comments on commit 5612e3c

Please sign in to comment.