Skip to content

Commit

Permalink
chore(deps): Bump github.com/jacobbrewer1/patcher from 0.1.6 to 0.1.9 (
Browse files Browse the repository at this point in the history
…#58)

Bumps [github.com/jacobbrewer1/patcher](https://github.com/jacobbrewer1/patcher) from 0.1.6 to 0.1.9.
- [Release notes](https://github.com/jacobbrewer1/patcher/releases)
- [Commits](Jacobbrewer1/patcher@v0.1.6...v0.1.9)

---
updated-dependencies:
- dependency-name: github.com/jacobbrewer1/patcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Oct 29, 2024
1 parent ee77add commit be274ae
Show file tree
Hide file tree
Showing 14 changed files with 439 additions and 72 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/google/subcommands v1.2.0
github.com/gorilla/mux v1.8.1
github.com/jacobbrewer1/pagefilter v0.1.4
github.com/jacobbrewer1/patcher v0.1.6
github.com/jacobbrewer1/patcher v0.1.9
github.com/jacobbrewer1/uhttp v0.0.4
github.com/jacobbrewer1/vaulty v0.1.3
github.com/jacobbrewer1/workerpool v0.0.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/jacobbrewer1/pagefilter v0.1.4 h1:yo+F4qsmu1DHo0mIcoBHeofIufO0HnUW7/9eaqN0K1s=
github.com/jacobbrewer1/pagefilter v0.1.4/go.mod h1:6tTrmLumsrhUuDuvOSU8PEFP3n1IXifeAt+A3+Pr9jk=
github.com/jacobbrewer1/patcher v0.1.6 h1:XTmNbR1caXysvZoUN1VzaLJfzzuqgRubcFkjawY2v28=
github.com/jacobbrewer1/patcher v0.1.6/go.mod h1:ykwtddQ1pG18aFBRsfuIGNSkADNCW6XnN49rbeqP1ZY=
github.com/jacobbrewer1/patcher v0.1.9 h1:tefNIK4l3lOYnHlG5VeT4xLYsyfZNQPAOlBrNhMeOIE=
github.com/jacobbrewer1/patcher v0.1.9/go.mod h1:VsVaZhwRCQpmKu1kPfV0qf35xRdjE8ecdkNrb0RrK3U=
github.com/jacobbrewer1/uhttp v0.0.4 h1:3RrRmz0fjsnLKuAs5fkflOcsjuBFoL0XvC6Xct/TDCk=
github.com/jacobbrewer1/uhttp v0.0.4/go.mod h1:qwLAdGw4SLYJY2MS0sE1m/w1ILTr61bjwRtlbGwqo5c=
github.com/jacobbrewer1/vaulty v0.1.3 h1:0L3JnmzqcxL91COVMUkT+HWje3jTy9YjYbpFOyGmHBo=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/jacobbrewer1/patcher/.clog.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/jacobbrewer1/patcher/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 71 additions & 6 deletions vendor/github.com/jacobbrewer1/patcher/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/github.com/jacobbrewer1/patcher/inserter/batch.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion vendor/github.com/jacobbrewer1/patcher/inserter/batch_opts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 63 additions & 9 deletions vendor/github.com/jacobbrewer1/patcher/inserter/sql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit be274ae

Please sign in to comment.