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

deps: bump #4

Merged
merged 1 commit into from
Mar 1, 2022
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
deps: bump
This bumps several deps to later versions.
  • Loading branch information
james-d-elliott committed Mar 1, 2022
commit 8dd192e91314210e32f4808f1638120c918042fd
13 changes: 9 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
module github.com/go-webauthn/webauthn

go 1.15
go 1.17

require (
github.com/cloudflare/cfssl v1.6.1
github.com/fxamacker/cbor/v2 v2.3.0
github.com/cloudflare/cfssl v1.5.0
github.com/fxamacker/cbor/v2 v2.4.0
github.com/golang-jwt/jwt/v4 v4.2.0
github.com/google/uuid v1.3.0
github.com/mitchellh/mapstructure v1.4.3
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
)

require (
github.com/google/certificate-transparency-go v1.0.21 // indirect
github.com/x448/float16 v0.8.4 // indirect
)
Loading