Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 9c8efae

Browse files
Bump github.com/form3tech-oss/jwt-go
Bumps [github.com/form3tech-oss/jwt-go](https://github.com/form3tech-oss/jwt-go) from 3.2.2+incompatible to 3.2.5+incompatible. - [Release notes](https://github.com/form3tech-oss/jwt-go/releases) - [Changelog](https://github.com/form3tech-oss/jwt-go/blob/master/VERSION_HISTORY.md) - [Commits](form3tech-oss/jwt-go@v3.2.2...v3.2.5) --- updated-dependencies: - dependency-name: github.com/form3tech-oss/jwt-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6877ff6 commit 9c8efae

4 files changed

Lines changed: 47 additions & 27 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/beevik/etree v1.1.0
77
github.com/crewjam/httperr v0.2.0
88
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
9-
github.com/form3tech-oss/jwt-go v3.2.2+incompatible
9+
github.com/form3tech-oss/jwt-go v3.2.5+incompatible
1010
github.com/google/go-cmp v0.5.5
1111
github.com/kr/pretty v0.3.0
1212
github.com/mattermost/xml-roundtrip-validator v0.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5 h1:RAV05c0xOkJ3dZGS0JFybxFKZ2WMLabgx3uXnd7rpGs=
1010
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5/go.mod h1:GgB8SF9nRG+GqaDtLcwJZsQFhcogVCJ79j4EdT0c2V4=
11-
github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk=
12-
github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=
11+
github.com/form3tech-oss/jwt-go v3.2.5+incompatible h1:/l4kBbb4/vGSsdtB5nUe8L7B9mImVMaBPw9L/0TBHU8=
12+
github.com/form3tech-oss/jwt-go v3.2.5+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=
1313
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
1414
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
1515
github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=

vendor/github.com/form3tech-oss/jwt-go/map_claims.go

Lines changed: 43 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github.com/crewjam/httperr
99
# github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
1010
## explicit
1111
github.com/dchest/uniuri
12-
# github.com/form3tech-oss/jwt-go v3.2.2+incompatible
12+
# github.com/form3tech-oss/jwt-go v3.2.5+incompatible
1313
## explicit
1414
github.com/form3tech-oss/jwt-go
1515
# github.com/google/go-cmp v0.5.5

0 commit comments

Comments
 (0)