From 04f63ccb9500482866f937376fcc7e05defdd77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 11:06:03 +0000 Subject: [PATCH] chore(deps): 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](https://github.com/form3tech-oss/jwt-go/compare/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] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ddbfd96..6673a2d 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.14 require ( github.com/fatih/structs v1.1.0 // indirect - github.com/form3tech-oss/jwt-go v3.2.2+incompatible + github.com/form3tech-oss/jwt-go v3.2.5+incompatible github.com/gavv/httpexpect/v2 v2.2.0 github.com/go-dawn/dawn v0.4.4-0.20201104074530-2d3d2fc6720d github.com/go-dawn/pkg v0.0.4 diff --git a/go.sum b/go.sum index c3c2190..d69dc5a 100644 --- a/go.sum +++ b/go.sum @@ -58,6 +58,8 @@ github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo= github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M= github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk= github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= +github.com/form3tech-oss/jwt-go v3.2.5+incompatible h1:/l4kBbb4/vGSsdtB5nUe8L7B9mImVMaBPw9L/0TBHU8= +github.com/form3tech-oss/jwt-go v3.2.5+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=