Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
upgrade cfssl and cbor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gburt committed Feb 3, 2022
1 parent 81aea48 commit 2365c59
Show file tree
Hide file tree
Showing 2 changed files with 1,243 additions and 10 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
module github.com/duo-labs/webauthn

require (
github.com/cloudflare/cfssl v0.0.0-20190726000631-633726f6bcb7
github.com/fxamacker/cbor/v2 v2.2.0
github.com/cloudflare/cfssl v1.6.1
github.com/fxamacker/cbor/v2 v2.4.0
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/google/certificate-transparency-go v1.0.21 // indirect
github.com/google/uuid v1.3.0
github.com/mitchellh/mapstructure v1.1.2
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
)

go 1.13
Loading

0 comments on commit 2365c59

Please sign in to comment.