Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dependencies group with 16 updates #570

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the dependencies group with 16 updates:

Package From To
cloud.google.com/go/bigquery 1.58.0 1.60.0
cloud.google.com/go/spanner 1.55.0 1.56.0
github.com/aws/aws-sdk-go 1.50.3 1.51.11
github.com/expr-lang/expr 1.16.0 1.16.3
github.com/go-sql-driver/mysql 1.7.1 1.8.1
github.com/goccy/go-yaml 1.11.2 1.11.3
github.com/k1LoW/expand 0.11.0 0.12.0
github.com/k1LoW/go-github-client/v58 58.0.11 58.0.12
github.com/mattn/go-sqlite3 1.14.19 1.14.22
github.com/microsoft/go-mssqldb 1.6.0 1.7.0
github.com/snowflakedb/gosnowflake 1.7.2 1.9.0
github.com/tenntenn/golden 0.4.0 0.5.4
github.com/xo/dburl 0.21.1 0.22.0
go.mongodb.org/mongo-driver 1.13.1 1.14.0
golang.org/x/oauth2 0.16.0 0.18.0
google.golang.org/api 0.157.0 0.170.0

Updates cloud.google.com/go/bigquery from 1.58.0 to 1.60.0

Release notes

Sourced from cloud.google.com/go/bigquery's releases.

spanner: v1.60.0

1.60.0 (2024-03-19)

Features

  • spanner: Allow attempt direct path xds via env var (e4b663c)

bigquery: v1.60.0

1.60.0 (2024-03-27)

Features

  • bigquery/analyticshub: Support selective sharing on data clean room Listings (a3bb7c0)
  • bigquery/datatransfer: Add UnenrollDataSources API which gives users a programmatic way to unenroll data sources (a86aa8e)
  • bigquery/storage: Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema (0195fe9)

Bug Fixes

  • bigquery/storage/managedwriter: Fix flowcontrol refund on error (#9649) (a07bf1d)
  • bigquery/storage/managedwriter: Retry improvements (#9642) (48a9258)
  • bigquery: Update protobuf dep to v1.33.0 (30b038d)

Documentation

  • bigquery/datatransfer: Update unenrollDataSources API documentation (#9449) (da644cc)
  • bigquery/storage: Mark BigQueryWrite v1beta2 as deprecated (d130d86)
Commits

Updates cloud.google.com/go/spanner from 1.55.0 to 1.56.0

Commits
  • 1782dc3 chore(main): release spanner 1.56.0 (#9271)
  • 5f156e8 feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY DEFINER ...
  • e577006 chore(internal/actions): add touch flag to changefinder (#9325)
  • dce9db4 deps(bigqueyry): bump google.golang.org/api to 0.160.0 (#9323)
  • 4b4c567 chore(visionai): add config to generate apiv1 (#9322)
  • 053ea29 chore: update Go gapic generator to v0.40.0 (#9314)
  • d39c8a8 chore(main): release pubsub 1.36.0 (#9313)
  • 2b6b0da fix(pubsub): move flow control release to callback completion (#9311)
  • 97d62c7 docs(maps/fleetengine): update comment on Waypoint (#9291)
  • 10c8260 chore(internal/gapicgen/git): run gofmt (#9307)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go from 1.50.3 to 1.51.11

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.51.11 (2024-03-29)

Service Client Updates

  • service/b2bi: Updates service API and documentation
  • service/codebuild: Updates service API
    • Add new fleet status code for Reserved Capacity.
  • service/codeconnections: Adds new service
  • service/internetmonitor: Updates service API and documentation
  • service/iotwireless: Updates service API and documentation
  • service/marketplace-catalog: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • This release adds support for custom images for the CodeEditor App on SageMaker Studio

Release v1.51.10 (2024-03-28)

Service Client Updates

  • service/compute-optimizer: Updates service API and documentation
  • service/ec2: Updates service API
    • Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances.
  • service/eks: Updates service API
  • service/guardduty: Updates service API and documentation
    • Add EC2 support for GuardDuty Runtime Monitoring auto management.
  • service/oam: Updates service API
  • service/quicksight: Updates service API and documentation
    • Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website.

Release v1.51.9 (2024-03-27)

Service Client Updates

  • service/batch: Updates service API and documentation
    • This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS
  • service/bedrock-agent: Updates service API and documentation
  • service/bedrock-agent-runtime: Updates service API and documentation
  • service/elasticache: Updates service API and documentation
    • Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load
  • service/secretsmanager: Updates service documentation
    • Documentation updates for Secrets Manager

Release v1.51.8 (2024-03-26)

Service Client Updates

  • service/bedrock-agent-runtime: Updates service API and documentation
  • service/ce: Updates service API, documentation, and paginators
  • service/ec2: Updates service API and documentation
    • Documentation updates for Elastic Compute Cloud (EC2).
  • service/ecs: Updates service documentation

... (truncated)

Commits

Updates github.com/expr-lang/expr from 1.16.0 to 1.16.3

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.16.3

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`let x = 2 + 2; x ^ x`)
output, err := expr.Run(program, env)

In this release:

  • Improved printing for maps: {(foo + bar): 42}

Expr Editor

The Expr Editor is an embeddable code editor written in JavaScript with full support of Expr language.

Expr Pro

Expr Pro is a set of extensions for Expr for advanced use cases. It includes expressions explanation, performance profiling, and more.

v1.16.2

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`now() - created_at < duration("24h")`)
output, err := expr.Run(program, env)

In this release:

  • Added spans (#584)
  • Added support for chained comparison 1 < 2 < 3 (#581)
  • Improved builtin int: unwraps underlying int value (#611)
  • Improved builtin min, max, sum, mean, median (#580, #576)
  • Improved bools comparison to be without reflect.DeepEqual (#585)
  • Fixed case with expr.Operator passes before expr.Env caused error (#606)
  • Fixed -1 not in [] expressions (#590)

Expr Editor

The Expr Editor is an embeddable code editor written in JavaScript with full support of Expr language.

Expr Pro

... (truncated)

Commits
  • d523107 Better map ast printing
  • 3452f5b builtin int unwraps underlying int value (#611)
  • cfe9787 expr.Operator passes before expr.Env caused error (#606)
  • 85b178c Fix -1 not in [] expressions (#590)
  • 4cdfd38 Enable Support for Arrays in Sum, Mean, and Median Functions (#580)
  • adb139a Add spans
  • 7795708 Equal bools without reflect.DeepEqual (#585)
  • 2347a4e Support chzained comparisonc1 < 2 < 3 (#581)
  • ae180c8 Enhanced min and max built-in functions to Support Arrays of Integers and Flo...
  • 6cc56e7 Remove redundant checks
  • Additional commits viewable in compare view

Updates github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1

Release notes

Sourced from github.com/go-sql-driver/mysql's releases.

v1.8.1

What's Changed

Bugfixes:

  • fix race condition when context is canceled in #1562 and #1570

Full Changelog: go-sql-driver/mysql@v1.8.0...v1.8.1

v1.8.0

What's Changed

Major changes

  • Use SET NAMES charset COLLATE collation. by @​methane in go-sql-driver/mysql#1437

    • Older go-mysql-driver used collation_id in the handshake packet. But it caused collation mismatch in some situation.
    • If you don't specify charset nor collation, go-mysql-driver sends SET NAMES utf8mb4 for new connection. This uses server's default collation for utf8mb4.
    • If you specify charset, go-mysql-driver sends SET NAMES <charset>. This uses the server's default collation for <charset>.
    • If you specify collation and/or charset, go-mysql-driver sends SET NAMES charset COLLATE collation.
  • PathEscape dbname in DSN. by @​methane in go-sql-driver/mysql#1432

    • This is backward incompatible in rare case. Check your DSN.
  • Drop Go 1.13-17 support by @​methane in go-sql-driver/mysql#1420

    • Use Go 1.18+
  • Parse numbers on text protocol too by @​methane in go-sql-driver/mysql#1452

    • When text protocol is used, go-mysql-driver passed bare []byte to database/sql for avoid unnecessary allocation and conversion.
    • If user specified *any to Scan(), database/sql passed the []byte into the target variabe.
    • This confused users because most user doesn't know when text/binary protocol used.
    • go-mysql-driver 1.8 converts integer/float values into int64/double even in text protocol. This doesn't increase allocation compared to []byte and conversion cost is negilible.
  • New options start using the Functional Option Pattern to avoid increasing technical debt in the Config object. Future version may introduce Functional Option for existing options, but not for now.

Other changes

... (truncated)

Changelog

Sourced from github.com/go-sql-driver/mysql's changelog.

Version 1.8.1 (2024-03-26)

Bugfixes:

  • fix race condition when context is canceled in #1562 and #1570

Version 1.8.0 (2024-03-09)

Major Changes:

  • Use SET NAMES charset COLLATE collation. by @​methane in #1437
    • Older go-mysql-driver used collation_id in the handshake packet. But it caused collation mismatch in some situation.
    • If you don't specify charset nor collation, go-mysql-driver sends SET NAMES utf8mb4 for new connection. This uses server's default collation for utf8mb4.
    • If you specify charset, go-mysql-driver sends SET NAMES <charset>. This uses the server's default collation for <charset>.
    • If you specify collation and/or charset, go-mysql-driver sends SET NAMES charset COLLATE collation.
  • PathEscape dbname in DSN. by @​methane in #1432
    • This is backward incompatible in rare case. Check your DSN.
  • Drop Go 1.13-17 support by @​methane in #1420
    • Use Go 1.18+
  • Parse numbers on text protocol too by @​methane in #1452
    • When text protocol is used, go-mysql-driver passed bare []byte to database/sql for avoid unnecessary allocation and conversion.
    • If user specified *any to Scan(), database/sql passed the []byte into the target variable.
    • This confused users because most user doesn't know when text/binary protocol used.
    • go-mysql-driver 1.8 converts integer/float values into int64/double even in text protocol. This doesn't increase allocation compared to []byte and conversion cost is negatable.
  • New options start using the Functional Option Pattern to avoid increasing technical debt in the Config object. Future version may introduce Functional Option for existing options, but not for now.

Other changes:

Commits

Updates github.com/goccy/go-yaml from 1.11.2 to 1.11.3

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.11.3

What's Changed

Full Changelog: goccy/go-yaml@v1.11.2...v1.11.3

Commits
  • 31fe1ba fix: remove any trailing empty lines if the block scalar has strip indicator ...
  • See full diff in compare view

Updates github.com/k1LoW/expand from 0.11.0 to 0.12.0

Release notes

Sourced from github.com/k1LoW/expand's releases.

v0.12.0

What's Changed

Breaking Changes 🛠

Full Changelog: k1LoW/expand@v0.11.0...v0.12.0

Changelog

Sourced from github.com/k1LoW/expand's changelog.

v0.12.0 - 2024-03-08

Breaking Changes 🛠

Commits

Updates github.com/k1LoW/go-github-client/v58 from 58.0.11 to 58.0.12

Commits

Updates github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22

Commits

Updates github.com/microsoft/go-mssqldb from 1.6.0 to 1.7.0

Changelog

Sourced from github.com/microsoft/go-mssqldb's changelog.

1.7.0

Changed

  • Changed always encrypted key provider error handling not to panic on failure

Features

  • Support DER certificates for server authentication (#152)

Bug fixes

  • Improved speed of CharsetToUTF8 (#154)

1.7.0

Changed

  • krb5 authenticator supports standard Kerberos environment variables for configuration
Commits
  • fe7c3d4 Feat: Add NullableUniqueIdentifier type
  • f37ff1d Handle alternate form of prelogin response (#175)
  • b650081 Lazy initialization of charset maps (#166)
  • 5821c4e Cut string output parameter fix (#168)
  • 5738a68 Fix mappings between LCIDs and code pages. (#169)
  • c902b67 fix: Added multisubnetfailover option, set to false to prevent issue #158 (#159)
  • 2b177e8 Feat: Allow krb5 config through environment variables (#157)
  • 670fd58 Replace panic with returning errors from key decryption providers (#155)
  • e51fa15 Add support for DER certificates
  • d229b26 Refine test
  • Additional commits viewable in compare view

Updates github.com/snowflakedb/gosnowflake from 1.7.2 to 1.9.0

Release notes

Sourced from github.com/snowflakedb/gosnowflake's releases.

Release

Release

Commits
  • a0ec481 MINOR: Bumped up GoLang connector MINOR version from 1.8.0 to 1.9.0 (#1086)
  • 2141603 Allow enableHigherPrecision to be used in arrow batches (#1080)
  • bd8b73b ArrowBatch high precision fails when using compute divide from int64 to bigDe...
  • 5b174a3 SNOW-920995 add CI configuration for regression tests (#1075)
  • bcb26f9 SNOW-1256926 Add converter from snowflake date/time format to go (#1077)
  • 656ba61 SNOW-1259439 Extract lint and format to separate build (#1078)
  • 3a5605d SNOW-1234152 Add timestamp to bulk array insert test (#1074)
  • 0722bc9 SNOW-1230690 Add UnsupportedArg check when requesting S3 accelerated config (...
  • 1cbc05f fix: Fix data race when initializing logging (#1060)
  • 7c2634a Upgrade to apache/arrow/go/v15 (#1062)
  • Additional commits viewable in compare view

Updates github.com/tenntenn/golden from 0.4.0 to 0.5.4

Release notes

Sourced from github.com/tenntenn/golden's releases.

v0.5.4

What's Changed

Full Changelog: tenntenn/golden@v0.5.3...v0.5.4

v0.5.3

What's Changed

Full Changelog: tenntenn/golden@v0.5.2...v0.5.3

v0.5.2

What's Changed

New Contributors

Full Changelog: tenntenn/golden@v0.5.1...v0.5.2

v0.5.1

What's Changed

New Contributors

Full Changelog: tenntenn/golden@v0.5.0...v0.5.1

Changelog

Sourced from github.com/tenntenn/golden's changelog.

v0.5.4 - 2024-03-04

v0.5.3 - 2024-03-04

v0.5.2 - 2024-03-01

v0.5.1 - 2023-05-02

Commits
  • 98a97fa Merge pull request #23 from tenntenn/tagpr-from-v0.5.3
  • 5a990af [tagpr] update CHANGELOG.md
  • 6dff2f7 [tagpr] prepare for the next release
  • 2a98219 Merge pull request #24 from tenntenn/string-json
  • 4f40c7a Fix vet warnings
  • 8fd7ff2 Support for comparison with JSON acquired with string type
  • 55dbde2 Add tests for comparison with JSON acquired with string type
  • 46c2045 Merge pull request #22 from tenntenn/fix-is-json
  • 1e17e2c If a string to be interpreted as JSON begins with a number, it is not conside...
  • cc57df3 Add tests for strings that are interpreted as JSON with a number at the begin...
  • Additional commits viewable in compare view

Updates github.com/xo/dburl from 0.21.1 to 0.22.0

Commits

Updates go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.14.0

The MongoDB Go Driver Team is pleased to release version 1.14.0 of the official Go driver.

Release Notes

This release bumps the minimum Go version from 1.13 to 1.18. It also brings several additional changes and improvements.

Notable Changes

  • In case of a heartbeat timeout, in-progress operations are preemptively canceled.
  • Support connecting with a "mongodb+srv://" URI that contains capital letters in the SRV hostname.

For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.13.2...1.14.0

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

MongoDB Go Driver 1.13.2

The MongoDB Go Driver Team is pleased to release version 1.13.2 of the official Go driver.

Release Notes

This release restores the behavior that an empty map or slice is decoded as nil, and fixes a bug of connecting via UNIX sockets like mongodb://%2Ftmp%2Fmongodb-27017.sock.

This release also stops propagating passwords in error messages.


For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.13.1...1.13.2

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

Commits
  • 1c38449 Update version to v1.14.0
  • 9c6603d GODRIVER-2335 Preemptively cancel in progress operations when SDAM heartbeats...
  • 556e2f2 GODRIVER-3046 Fix FaaS Test Configuration (#1558)
  • 9afea90 GODRIVER-2886 Provide more detailed deprecation notes for BSON codecs. (#1551)
  • 414aa9f GODRIVER-3082 go mod tidy compilecheck package (#1557)
  • 5bd7ffb Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in ...
  • 0026f0f Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in ...
  • 2b1c4c7 Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in ...
  • 6e971fa Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in ...
  • 63ef4ad Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in ...
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.16.0 to 0.18.0

Commits
  • 85231f9 go.mod: update golang.org/x dependencies
  • 34a7afa google/externalaccount: add Config.UniverseDomain
  • 95bec95 google/externalaccount: moves externalaccount package out of internal and exp...
  • ebe81ad go.mod: update golang.org/x dependencies
  • adffd94 google/internal/externalaccount: update serviceAccountImpersonationRE to supp...
  • deefa7e google/downscope: add DownscopingConfig.UniverseDomain to support TPC
  • See ...

    Description has been truncated

Bumps the dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.58.0` | `1.60.0` |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.55.0` | `1.56.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.50.3` | `1.51.11` |
| [github.com/expr-lang/expr](https://github.com/expr-lang/expr) | `1.16.0` | `1.16.3` |
| [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.7.1` | `1.8.1` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.11.2` | `1.11.3` |
| [github.com/k1LoW/expand](https://github.com/k1LoW/expand) | `0.11.0` | `0.12.0` |
| [github.com/k1LoW/go-github-client/v58](https://github.com/k1LoW/go-github-client) | `58.0.11` | `58.0.12` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.19` | `1.14.22` |
| [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) | `1.6.0` | `1.7.0` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.7.2` | `1.9.0` |
| [github.com/tenntenn/golden](https://github.com/tenntenn/golden) | `0.4.0` | `0.5.4` |
| [github.com/xo/dburl](https://github.com/xo/dburl) | `0.21.1` | `0.22.0` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.13.1` | `1.14.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.16.0` | `0.18.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.157.0` | `0.170.0` |


Updates `cloud.google.com/go/bigquery` from 1.58.0 to 1.60.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.58.0...spanner/v1.60.0)

Updates `cloud.google.com/go/spanner` from 1.55.0 to 1.56.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.55.0...spanner/v1.56.0)

Updates `github.com/aws/aws-sdk-go` from 1.50.3 to 1.51.11
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.50.3...v1.51.11)

Updates `github.com/expr-lang/expr` from 1.16.0 to 1.16.3
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.16.0...v1.16.3)

Updates `github.com/go-sql-driver/mysql` from 1.7.1 to 1.8.1
- [Release notes](https://github.com/go-sql-driver/mysql/releases)
- [Changelog](https://github.com/go-sql-driver/mysql/blob/v1.8.1/CHANGELOG.md)
- [Commits](go-sql-driver/mysql@v1.7.1...v1.8.1)

Updates `github.com/goccy/go-yaml` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.11.2...v1.11.3)

Updates `github.com/k1LoW/expand` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/k1LoW/expand/releases)
- [Changelog](https://github.com/k1LoW/expand/blob/main/CHANGELOG.md)
- [Commits](k1LoW/expand@v0.11.0...v0.12.0)

Updates `github.com/k1LoW/go-github-client/v58` from 58.0.11 to 58.0.12
- [Commits](k1LoW/go-github-client@v58.0.11...v58.0.12)

Updates `github.com/mattn/go-sqlite3` from 1.14.19 to 1.14.22
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.19...v1.14.22)

Updates `github.com/microsoft/go-mssqldb` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/microsoft/go-mssqldb/releases)
- [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md)
- [Commits](microsoft/go-mssqldb@v1.6.0...v1.7.0)

Updates `github.com/snowflakedb/gosnowflake` from 1.7.2 to 1.9.0
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
- [Commits](snowflakedb/gosnowflake@v1.7.2...v1.9.0)

Updates `github.com/tenntenn/golden` from 0.4.0 to 0.5.4
- [Release notes](https://github.com/tenntenn/golden/releases)
- [Changelog](https://github.com/tenntenn/golden/blob/main/CHANGELOG.md)
- [Commits](tenntenn/golden@v0.4.0...v0.5.4)

Updates `github.com/xo/dburl` from 0.21.1 to 0.22.0
- [Release notes](https://github.com/xo/dburl/releases)
- [Commits](xo/dburl@v0.21.1...v0.22.0)

Updates `go.mongodb.org/mongo-driver` from 1.13.1 to 1.14.0
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.13.1...v1.14.0)

Updates `golang.org/x/oauth2` from 0.16.0 to 0.18.0
- [Commits](golang/oauth2@v0.16.0...v0.18.0)

Updates `google.golang.org/api` from 0.157.0 to 0.170.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.157.0...v0.170.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/expr-lang/expr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/go-sql-driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/expand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/go-github-client/v58
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/tenntenn/golden
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/xo/dburl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 13, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-fc2a27fd27 branch April 13, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant