Skip to content

Commit

Permalink
build(deps): utilize github.com/go-webauthn/x
Browse files Browse the repository at this point in the history
Replaces the revoke library and instead creates a library for purposes like this in the future.
  • Loading branch information
james-d-elliott committed Jun 27, 2023
1 parent ec45f9a commit 88fa56a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/fxamacker/cbor/v2 v2.4.0
github.com/go-webauthn/revoke v0.1.10
github.com/go-webauthn/x v0.1.2-0.20230627232142-fa59399c4cec
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/go-tpm v0.3.3
github.com/google/uuid v1.3.0
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-webauthn/revoke v0.1.10 h1:GSJNJ8NbgeMaINAxMV7D4uBjyQnqCzAfB8ZfgNyTqqA=
github.com/go-webauthn/revoke v0.1.10/go.mod h1:rwjnIbJHdWgp9jlRU8Y3r7DX8PZ8+ZusDaMVhaMIMrk=
github.com/go-webauthn/x v0.1.1 h1:LO6CNBQHjlHtBKtb6fb9GD10G7k8oNDdiwzzpigxOjw=
github.com/go-webauthn/x v0.1.1/go.mod h1:OyAKAYnbq2mRMsU2t9kK8zkcEEGRLUhw1NOcZoXkOwc=
github.com/go-webauthn/x v0.1.2-0.20230627232142-fa59399c4cec h1:CkbkLsD/41L8o32G9wh+TfpHEH0OHgye3oGjba56LEE=
github.com/go-webauthn/x v0.1.2-0.20230627232142-fa59399c4cec/go.mod h1:4NjxhWb1fISfhyTBEvJKmKa0ytlJeZpvnDtcXqksuTk=
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4=
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
Expand Down
3 changes: 2 additions & 1 deletion metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import (
"net/http"
"reflect"

"github.com/go-webauthn/revoke"
"github.com/golang-jwt/jwt/v4"
"github.com/google/uuid"
"github.com/mitchellh/mapstructure"

"github.com/go-webauthn/x/revoke"

"github.com/go-webauthn/webauthn/protocol/webauthncose"
)

Expand Down

0 comments on commit 88fa56a

Please sign in to comment.