Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
fix(deps): Update module github.com/golang-migrate/migrate/v4 to v4.1…
Browse files Browse the repository at this point in the history
…5.2 (#348)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/golang-migrate/migrate/v4](https://togithub.com/golang-migrate/migrate) | require | patch | `v4.15.0` -> `v4.15.2` |

---

### Release Notes

<details>
<summary>golang-migrate/migrate</summary>

### [`v4.15.2`](https://togithub.com/golang-migrate/migrate/releases/tag/v4.15.2)

[Compare Source](https://togithub.com/golang-migrate/migrate/compare/v4.15.1...v4.15.2)

#### Changes

##### Documentation

-   [`06c25a2`](https://togithub.com/golang-migrate/migrate/commit/06c25a2) Add pkger to README (by [@&#8203;glacials](https://togithub.com/glacials) )
-   [`ed8a8b0`](https://togithub.com/golang-migrate/migrate/commit/ed8a8b0) Include iofs in migration sources (by [@&#8203;bndw](https://togithub.com/bndw) )
-   [`b69b032`](https://togithub.com/golang-migrate/migrate/commit/b69b032) clarify the package name ([#&#8203;660](https://togithub.com/golang-migrate/migrate/issues/660)) (by [@&#8203;khash](https://togithub.com/khash) )
-   [`bfd0502`](https://togithub.com/golang-migrate/migrate/commit/bfd0502) Set syntax highlighting for pkger example (by [@&#8203;glacials](https://togithub.com/glacials) )
-   [`81cbc9c`](https://togithub.com/golang-migrate/migrate/commit/81cbc9c) fix: incorrect clickhouse dns example (by [@&#8203;xkisu](https://togithub.com/xkisu) )

##### Database Drivers

-   [`f621644`](https://togithub.com/golang-migrate/migrate/commit/f621644) Add WithConnection to Postgres similar to MySQL. (by [@&#8203;AndreasKl](https://togithub.com/AndreasKl) )
-   [`6e499cb`](https://togithub.com/golang-migrate/migrate/commit/6e499cb) Expose configuring cassandra connect timeout through query string (by [@&#8203;taywrobel](https://togithub.com/taywrobel) )
-   [`4ba6957`](https://togithub.com/golang-migrate/migrate/commit/4ba6957) Resolves [#&#8203;647](https://togithub.com/golang-migrate/migrate/issues/647) - Fixes typos in Mongo advisory locking parameters ([#&#8203;648](https://togithub.com/golang-migrate/migrate/issues/648)) (by [@&#8203;SJrX](https://togithub.com/SJrX) )
-   [`9d3babd`](https://togithub.com/golang-migrate/migrate/commit/9d3babd) Run SQL server tests on Azure SQL Edge (by [@&#8203;jfhbrook-at-work](https://togithub.com/jfhbrook-at-work) )
-   [`5798784`](https://togithub.com/golang-migrate/migrate/commit/5798784) Update Spanner to 1.27 (by [@&#8203;mccalltd](https://togithub.com/mccalltd) )
-   [`020eda4`](https://togithub.com/golang-migrate/migrate/commit/020eda4) Upgrade cloud.google.com/go/spanner to 1.28.0, which adds JSON_VALUE support (by [@&#8203;kylechadha](https://togithub.com/kylechadha) )
-   [`9f5ed82`](https://togithub.com/golang-migrate/migrate/commit/9f5ed82) Use DELETE FROM instead of TRUNCATE for MySQL ([#&#8203;656](https://togithub.com/golang-migrate/migrate/issues/656)) (by [@&#8203;martinarrieta](https://togithub.com/martinarrieta) and [@&#8203;antigremlin](https://togithub.com/antigremlin) )
-   [`608e4f6`](https://togithub.com/golang-migrate/migrate/commit/608e4f6) Use the recommended v4 in mysql README (by [@&#8203;mgenware](https://togithub.com/mgenware) )
-   [`a46677e`](https://togithub.com/golang-migrate/migrate/commit/a46677e) bump go-sqlite3 to v1.14.10 (by [@&#8203;pankona](https://togithub.com/pankona) )

##### Migration Sources

-   [`a2b0bda`](https://togithub.com/golang-migrate/migrate/commit/a2b0bda) change github auth to use oauth token instead of basic. (by [@&#8203;Greyeye](https://togithub.com/Greyeye) )

##### Builds

-   [`5aa1a03`](https://togithub.com/golang-migrate/migrate/commit/5aa1a03) Bump version of autorest/adal (by [@&#8203;jcmuller](https://togithub.com/jcmuller) )
-   [`169d0fc`](https://togithub.com/golang-migrate/migrate/commit/169d0fc) Include 2 letter query param key in unit test (by [@&#8203;suzaku](https://togithub.com/suzaku) )
-   [`331a15d`](https://togithub.com/golang-migrate/migrate/commit/331a15d) Update dktest from v0.3.9 to v0.3.10 to fix upstream security issues (by [@&#8203;dhui](https://togithub.com/dhui) )
-   [`c277388`](https://togithub.com/golang-migrate/migrate/commit/c277388) Update dktest to v0.3.9 for upstream security vulnerability fixes (by [@&#8203;dhui](https://togithub.com/dhui) )
-   [`cf68462`](https://togithub.com/golang-migrate/migrate/commit/cf68462) Run gofmt on internal build dir (by [@&#8203;dhui](https://togithub.com/dhui) )
-   [`fc7f720`](https://togithub.com/golang-migrate/migrate/commit/fc7f720) refactor: use sort.Slice (by [@&#8203;suzaku](https://togithub.com/suzaku) )
-   [`918e13a`](https://togithub.com/golang-migrate/migrate/commit/918e13a) Upgrade containerd and image-spec for the vulnerabilities ([#&#8203;662](https://togithub.com/golang-migrate/migrate/issues/662)) (by [@&#8203;mopp](https://togithub.com/mopp) )
-   [`4f82413`](https://togithub.com/golang-migrate/migrate/commit/4f82413) len(k) is guaranteed to be greater than 1 in this case (by [@&#8203;suzaku](https://togithub.com/suzaku) )

Thank you for your hard work and all your contributions!

### [`v4.15.1`](https://togithub.com/golang-migrate/migrate/releases/tag/v4.15.1)

[Compare Source](https://togithub.com/golang-migrate/migrate/compare/v4.15.0...v4.15.1)

#### Changes

##### Database Drivers

-   Update gosnowflake from v1.4.3 to v1.6.3 to fix security warnings ([#&#8203;632](https://togithub.com/golang-migrate/migrate/issues/632) & [#&#8203;637](https://togithub.com/golang-migrate/migrate/issues/637)). Thanks [@&#8203;nicholas-mainardi](https://togithub.com/nicholas-mainardi) and [@&#8203;obitech](https://togithub.com/obitech) for reporting the issue!
-   Add unofficial support for AWS Keyspaces to the Cassandra DB driver by `DELETE`ing the schema version table instead of using `TRUNCATE` thanks to [@&#8203;florentsolt](https://togithub.com/florentsolt) and [@&#8203;Baumanar](https://togithub.com/Baumanar) ([#&#8203;634](https://togithub.com/golang-migrate/migrate/issues/634))

##### Docker Image

-   Fixed CLI binary file location ([golang-migrate/migrate#625) thanks to [@&#8203;Fontinalis](https://togithub.com/Fontinalis) ([golang-migrate/migrate#628)

##### Builds

-   Update dktest to v0.3.7 to fix security warnings ([#&#8203;632](https://togithub.com/golang-migrate/migrate/issues/632)). Thanks [@&#8203;nicholas-mainardi](https://togithub.com/nicholas-mainardi) for reporting the issue!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
cq-bot committed Jun 20, 2022
1 parent 2aa16f7 commit ad98898
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 86 deletions.
17 changes: 6 additions & 11 deletions go.mod
Expand Up @@ -4,14 +4,14 @@ go 1.17

require (
github.com/Masterminds/squirrel v1.5.3
github.com/aws/smithy-go v1.4.0
github.com/aws/smithy-go v1.8.0
github.com/cloudquery/faker/v3 v3.7.5
github.com/creasty/defaults v1.5.2
github.com/doug-martin/goqu/v9 v9.17.0
github.com/elliotchance/orderedmap v1.4.0
github.com/georgysavva/scany v0.2.9
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang-migrate/migrate/v4 v4.15.0
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/golang/mock v1.6.0
github.com/google/uuid v1.3.0
github.com/hashicorp/errwrap v1.1.0
Expand All @@ -36,18 +36,15 @@ require (
github.com/vmihailenco/msgpack/v5 v5.3.4
github.com/xo/dburl v0.8.4
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.42.0
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.27.1
)

require (
github.com/BurntSushi/toml v1.0.0 // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/containerd/containerd v1.5.9 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.8.0+incompatible // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-test/deep v1.0.7 // indirect
github.com/golang/protobuf v1.5.2 // indirect
Expand All @@ -60,7 +57,6 @@ require (
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/puddle v1.1.4 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/lib/pq v1.10.3 // indirect
Expand All @@ -69,23 +65,22 @@ require (
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/zclconf/go-cty v1.9.1 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/exp/typeparams v0.0.0-20220317015231-48e79f11773a // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220318055525-2edf467146b5 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20211129164237-f09f9a12af12 // indirect
google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
honnef.co/go/tools v0.3.0-0.dev.0.20220306074811-23e1086441d2 // indirect
)

0 comments on commit ad98898

Please sign in to comment.