Skip to content

Commit

Permalink
chore(deps): Bump github.com/jacobbrewer1/patcher from 0.1.14 to 0.1.…
Browse files Browse the repository at this point in the history
…15 (#66)

Bumps [github.com/jacobbrewer1/patcher](https://github.com/jacobbrewer1/patcher) from 0.1.14 to 0.1.15.
- [Release notes](https://github.com/jacobbrewer1/patcher/releases)
- [Commits](Jacobbrewer1/patcher@v0.1.14...v0.1.15)

---
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 Jan 27, 2025
1 parent 74c1a8a commit 2de6e8b
Show file tree
Hide file tree
Showing 11 changed files with 89 additions and 24 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/google/subcommands v1.2.0
github.com/hashicorp/vault/api v1.15.0
github.com/huandu/xstrings v1.5.0
github.com/jacobbrewer1/patcher v0.1.14
github.com/jacobbrewer1/patcher v0.1.15
github.com/jacobbrewer1/vaulty v0.1.6
github.com/jmoiron/sqlx v1.4.0
github.com/pingcap/tidb/pkg/parser v0.0.0-20241220080229-acba0cd1e2b0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI
github.com/huandu/xstrings v1.5.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/imdario/mergo v0.3.11 h1:3tnifQM4i+fbajXKBHXWEH+KvNHqojZ778UH75j3bGA=
github.com/imdario/mergo v0.3.11/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA=
github.com/jacobbrewer1/patcher v0.1.14 h1:+E043ZXH4pyT+nMM0R8eKhA3/fCvmVvrnbxpWnEDoXE=
github.com/jacobbrewer1/patcher v0.1.14/go.mod h1:RTWS5kY5uTo0VBv7PcFamRy6UGiNvM6f4zGvIShBw0k=
github.com/jacobbrewer1/patcher v0.1.15 h1:DK0xrBKlPPSNt+mXUY1AuZ7lydSin8EcHkPMt/68aIE=
github.com/jacobbrewer1/patcher v0.1.15/go.mod h1:zEgOixvOt2wO2WmoUreN5L5qJpCOdP2eWiYd0XZULn8=
github.com/jacobbrewer1/vaulty v0.1.6 h1:h+STKGtDwVugWmeVu3ixlWiuU/DQYmJj0x5ADq1jm5Y=
github.com/jacobbrewer1/vaulty v0.1.6/go.mod h1:kKQcDjAdRZLTlaOv6HbhqDXObDjIBgWC7FBC9rdDfbA=
github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=
Expand Down
28 changes: 28 additions & 0 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.

1 change: 1 addition & 0 deletions vendor/github.com/jacobbrewer1/patcher/joiner.go

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

15 changes: 9 additions & 6 deletions vendor/github.com/jacobbrewer1/patcher/loader.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/jacobbrewer1/patcher/mock_Joiner.go

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

4 changes: 2 additions & 2 deletions vendor/github.com/jacobbrewer1/patcher/mock_WhereTyper.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/jacobbrewer1/patcher/mock_Wherer.go

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

7 changes: 7 additions & 0 deletions vendor/github.com/jacobbrewer1/patcher/patch.go

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

44 changes: 35 additions & 9 deletions vendor/github.com/jacobbrewer1/patcher/sql.go

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

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ github.com/huandu/xstrings
# github.com/imdario/mergo v0.3.11
## explicit; go 1.13
github.com/imdario/mergo
# github.com/jacobbrewer1/patcher v0.1.14
## explicit; go 1.22
# github.com/jacobbrewer1/patcher v0.1.15
## explicit; go 1.23
github.com/jacobbrewer1/patcher
github.com/jacobbrewer1/patcher/inserter
# github.com/jacobbrewer1/vaulty v0.1.6
Expand Down

0 comments on commit 2de6e8b

Please sign in to comment.