Skip to content

Commit 2baacfc

Browse files
authored
fix(deps): Update module github.com/snowflakedb/gosnowflake to v1.6.16 (#6178)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/snowflakedb/gosnowflake](https://togithub.com/snowflakedb/gosnowflake) | require | patch | `v1.6.15` -> `v1.6.16` | --- ### Release Notes <details> <summary>snowflakedb/gosnowflake</summary> ### [`v1.6.16`](https://togithub.com/snowflakedb/gosnowflake/releases/tag/v1.6.16): Production Release [Compare Source](https://togithub.com/snowflakedb/gosnowflake/compare/v1.6.15...v1.6.16) **Bug Fixes** - Fixed an issue where file decryption was causing a panic. - Reverted the go-ieproxy library back to version 0.0.1. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (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, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent 019928d commit 2baacfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/destination/snowflake/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/cloudquery/plugin-sdk v1.16.0
77
github.com/rs/zerolog v1.28.0
8-
github.com/snowflakedb/gosnowflake v1.6.15
8+
github.com/snowflakedb/gosnowflake v1.6.16
99
)
1010

1111
require (

plugins/destination/snowflake/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ github.com/ruudk/golang-pdf417 v0.0.0-20181029194003-1af4ab5afa58/go.mod h1:6lfF
287287
github.com/schollz/progressbar/v3 v3.12.1 h1:JAhtIrLWAn6/p7i82SrpSG3fgAwlAxi+Sy12r4AzBvQ=
288288
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
289289
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
290-
github.com/snowflakedb/gosnowflake v1.6.15 h1:P8ddNHa+suNqJtjkgx03PUXge5HkxP/aOcGqcPoPv9g=
291-
github.com/snowflakedb/gosnowflake v1.6.15/go.mod h1:rDY1HPk3VD2jnwGX5pRKUMaugcXMcwwg1wVLHYajGG4=
290+
github.com/snowflakedb/gosnowflake v1.6.16 h1:R9NrID/trYxXUChdOKXxTHUGDDZkfWV0w9hEYRuABhU=
291+
github.com/snowflakedb/gosnowflake v1.6.16/go.mod h1:rcAsyMje5e2aN0uhzbUYkpNSnkNyEDa8w8ScOsiHsBc=
292292
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=
293293
github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=
294294
github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=

0 commit comments

Comments
 (0)