Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: k1LoW/tbls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.84.1
Choose a base ref
...
head repository: k1LoW/tbls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.85.0
Choose a head ref
  • 13 commits
  • 59 files changed
  • 3 contributors

Commits on Apr 2, 2025

  1. chore: golangci-lint migrate

    k1LoW committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    555a563 View commit details
    Browse the repository at this point in the history
  2. chore: --fix

    k1LoW committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    007c44d View commit details
    Browse the repository at this point in the history
  3. chore: fix lint warn

    k1LoW committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    ed5cfbf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #680 from k1LoW/fix-lint-warn

    Fix lint warn
    k1LoW authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    2278d0f View commit details
    Browse the repository at this point in the history
  5. docs: update sample

    k1LoW committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    06cceca View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    a8e7558 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
    - [Commits](golang/net@v0.36.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    12033f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #683 from k1LoW/dependabot/go_modules/golang.org/x…

    …/net-0.38.0
    
    chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
    k1LoW authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    fb0d072 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump the dependencies group across 1 directory with 15 u…

    …pdates
    
    Bumps the dependencies group with 13 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.66.2` | `1.67.0` |
    | [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.76.1` | `1.78.0` |
    | [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.32.2` | `2.34.0` |
    | [github.com/expr-lang/expr](https://github.com/expr-lang/expr) | `1.17.0` | `1.17.2` |
    | [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.9.0` | `1.9.1` |
    | [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.15.23` | `1.17.1` |
    | [github.com/k1LoW/expand](https://github.com/k1LoW/expand) | `0.15.5` | `0.16.0` |
    | [github.com/k1LoW/ghfs](https://github.com/k1LoW/ghfs) | `1.4.0` | `1.5.0` |
    | [github.com/k1LoW/go-github-client/v67](https://github.com/k1LoW/go-github-client) | `67.0.13` | `67.0.16` |
    | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.24` | `1.14.27` |
    | [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.13.0` | `1.13.2` |
    | [github.com/xo/dburl](https://github.com/xo/dburl) | `0.23.3` | `0.23.4` |
    | [golang.org/x/image](https://github.com/golang/image) | `0.24.0` | `0.25.0` |
    
    
    
    Updates `cloud.google.com/go/bigquery` from 1.66.2 to 1.67.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@bigquery/v1.66.2...spanner/v1.67.0)
    
    Updates `cloud.google.com/go/spanner` from 1.76.1 to 1.78.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.76.1...spanner/v1.78.0)
    
    Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.32.2 to 2.34.0
    - [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
    - [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
    - [Commits](ClickHouse/clickhouse-go@v2.32.2...v2.34.0)
    
    Updates `github.com/expr-lang/expr` from 1.17.0 to 1.17.2
    - [Release notes](https://github.com/expr-lang/expr/releases)
    - [Commits](expr-lang/expr@v1.17.0...v1.17.2)
    
    Updates `github.com/go-sql-driver/mysql` from 1.9.0 to 1.9.1
    - [Release notes](https://github.com/go-sql-driver/mysql/releases)
    - [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md)
    - [Commits](go-sql-driver/mysql@v1.9.0...v1.9.1)
    
    Updates `github.com/goccy/go-yaml` from 1.15.23 to 1.17.1
    - [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.15.23...v1.17.1)
    
    Updates `github.com/k1LoW/expand` from 0.15.5 to 0.16.0
    - [Release notes](https://github.com/k1LoW/expand/releases)
    - [Changelog](https://github.com/k1LoW/expand/blob/main/CHANGELOG.md)
    - [Commits](k1LoW/expand@v0.15.5...v0.16.0)
    
    Updates `github.com/k1LoW/ghfs` from 1.4.0 to 1.5.0
    - [Release notes](https://github.com/k1LoW/ghfs/releases)
    - [Changelog](https://github.com/k1LoW/ghfs/blob/main/CHANGELOG.md)
    - [Commits](k1LoW/ghfs@v1.4.0...v1.5.0)
    
    Updates `github.com/k1LoW/go-github-client/v67` from 67.0.13 to 67.0.16
    - [Commits](k1LoW/go-github-client@v67.0.13...v67.0.16)
    
    Updates `github.com/mattn/go-sqlite3` from 1.14.24 to 1.14.27
    - [Release notes](https://github.com/mattn/go-sqlite3/releases)
    - [Commits](mattn/go-sqlite3@v1.14.24...v1.14.27)
    
    Updates `github.com/snowflakedb/gosnowflake` from 1.13.0 to 1.13.2
    - [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
    - [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
    - [Commits](snowflakedb/gosnowflake@v1.13.0...v1.13.2)
    
    Updates `github.com/xo/dburl` from 0.23.3 to 0.23.4
    - [Release notes](https://github.com/xo/dburl/releases)
    - [Commits](xo/dburl@v0.23.3...v0.23.4)
    
    Updates `golang.org/x/image` from 0.24.0 to 0.25.0
    - [Commits](golang/image@v0.24.0...v0.25.0)
    
    Updates `golang.org/x/oauth2` from 0.26.0 to 0.28.0
    - [Commits](golang/oauth2@v0.26.0...v0.28.0)
    
    Updates `google.golang.org/api` from 0.222.0 to 0.227.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.222.0...v0.227.0)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go/bigquery
      dependency-version: 1.67.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: cloud.google.com/go/spanner
      dependency-version: 1.78.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/ClickHouse/clickhouse-go/v2
      dependency-version: 2.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/expr-lang/expr
      dependency-version: 1.17.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: github.com/go-sql-driver/mysql
      dependency-version: 1.9.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: github.com/goccy/go-yaml
      dependency-version: 1.17.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/k1LoW/expand
      dependency-version: 0.16.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/k1LoW/ghfs
      dependency-version: 1.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: github.com/k1LoW/go-github-client/v67
      dependency-version: 67.0.16
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: github.com/mattn/go-sqlite3
      dependency-version: 1.14.27
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: github.com/snowflakedb/gosnowflake
      dependency-version: 1.13.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: github.com/xo/dburl
      dependency-version: 0.23.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: golang.org/x/image
      dependency-version: 0.25.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: golang.org/x/oauth2
      dependency-version: 0.28.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: google.golang.org/api
      dependency-version: 0.227.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    67d723c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #682 from k1LoW/dependabot/go_modules/dependencies…

    …-e4bdfe922f
    
    chore(deps): bump the dependencies group across 1 directory with 15 updates
    k1LoW authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    173555f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05eff08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae7d595 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #681 from k1LoW/tagpr-from-v1.84.1

    Release for v1.85.0
    k1LoW authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    adffc63 View commit details
    Browse the repository at this point in the history
Loading