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

Bump github.com/dvsekhvalnov/jose2go from 1.5.1-0.20211102184025-feb89cf56911 to 1.6.0 in /src #421

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/benbjohnson/jmphash v0.0.0-20141216154655-2d58f234cd86
github.com/cespare/xxhash v1.1.0
github.com/cloudfoundry/gosigar v1.3.39
github.com/dvsekhvalnov/jose2go v1.5.1-0.20211102184025-feb89cf56911
github.com/dvsekhvalnov/jose2go v1.6.0
github.com/emirpasic/gods v1.18.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
github.com/influxdata/go-syslog/v3 v3.0.1-0.20210608084020-ac565dc76ba6
Expand Down
4 changes: 2 additions & 2 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b/go.mod h1:vAd38F8
github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM=
github.com/dvsekhvalnov/jose2go v1.5.1-0.20211102184025-feb89cf56911 h1:uM9y7aOhHvozUekaZSY6BELp2yfu/DKnoS9d+n9Fujw=
github.com/dvsekhvalnov/jose2go v1.5.1-0.20211102184025-feb89cf56911/go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU=
github.com/dvsekhvalnov/jose2go v1.6.0 h1:Y9gnSnP4qEI0+/uQkHvFXeD2PLPJeXEL+ySMEA2EjTY=
github.com/dvsekhvalnov/jose2go v1.6.0/go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU=
github.com/edsrzf/mmap-go v1.0.0 h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=
github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M=
github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
Expand Down
97 changes: 91 additions & 6 deletions src/vendor/github.com/dvsekhvalnov/jose2go/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 62 additions & 1 deletion src/vendor/github.com/dvsekhvalnov/jose2go/jose.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 45 additions & 6 deletions src/vendor/github.com/dvsekhvalnov/jose2go/pbse2_hmac_aeskw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ github.com/cespare/xxhash/v2
## explicit; go 1.21
github.com/cloudfoundry/gosigar
github.com/cloudfoundry/gosigar/sys/windows
# github.com/dvsekhvalnov/jose2go v1.5.1-0.20211102184025-feb89cf56911
# github.com/dvsekhvalnov/jose2go v1.6.0
## explicit; go 1.15
github.com/dvsekhvalnov/jose2go
github.com/dvsekhvalnov/jose2go/aes
Expand Down
Loading