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: lestrrat-go/jwx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.25
Choose a base ref
...
head repository: lestrrat-go/jwx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.26
Choose a head ref
  • 1 commit
  • 31 files changed
  • 2 contributors

Commits on Jun 14, 2023

  1. merge v1 (#936)

    * Update deps
    
    * remove stray v2 import
    
    * Bump github.com/stretchr/testify from 1.7.2 to 1.7.5
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.5.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.2...v1.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * run make tidy
    
    * Bump github.com/goccy/go-json from 0.9.7 to 0.9.8 (#769)
    
    * Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#771)
    
    * bump github/goccy/go-json to 0.9.10 (#780)
    
    * Update deps (#800)
    
    * Update deps
    
    * upgrade golangci-lint run
    
    * Update develop/v1 to testify v1.8.1
    
    * Bump github.com/goccy/go-json from 0.9.11 to 0.10.0 (#856)
    
    * Bump github.com/goccy/go-json from 0.9.11 to 0.10.0
    
    Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.9.11 to 0.10.0.
    - [Release notes](https://github.com/goccy/go-json/releases)
    - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
    - [Commits](goccy/go-json@v0.9.11...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/goccy/go-json
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Run make tidy
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    
    * Update develop/v1 CI (#862)
    
    * Update CI for develop/v1
    
    * Update smoke as well
    
    * silence warning
    
    * regenerate file
    
    * Update stale action version
    
    * See if this allows us to bypass azure only when necessary
    
    * run apt-get update as well
    
    * Update ci.yml as well
    
    * remove sed magic
    
    * Check which algorithms are available before running tests
    
    * log skipped algorithms
    
    * Bump github.com/lestrrat-go/option from 1.0.0 to 1.0.1 (#861)
    
    * Bump github.com/lestrrat-go/option from 1.0.0 to 1.0.1
    
    Bumps [github.com/lestrrat-go/option](https://github.com/lestrrat-go/option) from 1.0.0 to 1.0.1.
    - [Release notes](https://github.com/lestrrat-go/option/releases)
    - [Commits](lestrrat-go/option@v1.0.0...v1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lestrrat-go/option
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Run make tidy
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Update Changes
    
    * Bump golang.org/x/crypto from 0.0.0-20220427172511-eb4f295cb31f to 0.6.0 (#870)
    
    * Bump golang.org/x/crypto from 0.0.0-20220427172511-eb4f295cb31f to 0.6.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220427172511-eb4f295cb31f to 0.6.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](https://github.com/golang/crypto/commits/v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * run appropriate `go get` and `go mod tidy` all over
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    
    * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#874)
    
    * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * run `go get` and `go mod tidy` all over
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    
    * Bump golang.org/x/crypto from 0.6.0 to 0.7.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](golang/crypto@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Run make tidy
    
    * Bump github.com/goccy/go-json from 0.10.0 to 0.10.1 (#883)
    
    * Bump github.com/goccy/go-json from 0.10.0 to 0.10.1
    
    Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.10.0 to 0.10.1.
    - [Release notes](https://github.com/goccy/go-json/releases)
    - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
    - [Commits](goccy/go-json@v0.10.0...v0.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/goccy/go-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    
    * Bump github.com/goccy/go-json from 0.10.1 to 0.10.2 (#891)
    
    * Bump github.com/goccy/go-json from 0.10.1 to 0.10.2
    
    Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.10.1 to 0.10.2.
    - [Release notes](https://github.com/goccy/go-json/releases)
    - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
    - [Commits](goccy/go-json@v0.10.1...v0.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/goccy/go-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    
    * Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#898)
    
    * Bump golang.org/x/crypto from 0.7.0 to 0.8.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](golang/crypto@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    
    * Bump actions/checkout from 2 to 3 (#900)
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump kentaro-m/auto-assign-action from 1.2.0 to 1.2.5 (#901)
    
    Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.0 to 1.2.5.
    - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases)
    - [Commits](kentaro-m/auto-assign-action@v1.2.0...v1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: kentaro-m/auto-assign-action
      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>
    
    * Bump actions/cache from 2 to 3 (#902)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump actions/setup-go from 2 to 4 (#903)
    
    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump actions/stale from 7 to 8 (#904)
    
    Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.1.0 to 4.2.0 (#906)
    
    * Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.1.0 to 4.2.0
    
    Bumps [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) from 4.1.0 to 4.2.0.
    - [Release notes](https://github.com/decred/dcrd/releases)
    - [Changelog](https://github.com/decred/dcrd/blob/master/CHANGES)
    - [Commits](decred/dcrd@blockchain/v4.1.0...dcrec/secp256k1/v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/decred/dcrd/dcrec/secp256k1/v4
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    
    * Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#920)
    
    * Bump golang.org/x/crypto from 0.8.0 to 0.9.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.8.0 to 0.9.0.
    - [Commits](golang/crypto@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    
    * Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#926)
    
    * Bump github.com/stretchr/testify from 1.8.2 to 1.8.3
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    
    * Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#930)
    
    * Bump github.com/stretchr/testify from 1.8.3 to 1.8.4
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.3...v1.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <[email protected]>
    
    * port extract padding fix from 3275e21 (#934)
    
    * Update Changes
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    lestrrat and dependabot[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d9ddbc8 View commit details
    Browse the repository at this point in the history
Loading