Skip to content

Commit

Permalink
build: use go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Oct 21, 2024
1 parent 15dc0c4 commit ad72384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.2

require (
github.com/fxamacker/cbor/v2 v2.7.0
github.com/go-webauthn/x v0.1.15
github.com/go-webauthn/x v0.1.16-0.20241021220532-6614dba72e53
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/go-tpm v0.9.1
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
github.com/go-webauthn/x v0.1.15 h1:eG1OhggBJTkDE8gUeOlGRbRe8E/PSVG26YG4AyFbwkU=
github.com/go-webauthn/x v0.1.15/go.mod h1:pf7VI23raFLHPO9VVIs9/u1etqwAOP0S2KoHGL6WbZ8=
github.com/go-webauthn/x v0.1.16-0.20241021220532-6614dba72e53 h1:PZSwxj3EHnO7qua21Dhf3M2XddvfXoSNBjnqqXf5df4=
github.com/go-webauthn/x v0.1.16-0.20241021220532-6614dba72e53/go.mod h1:IZVdVHhFnU78ax9fWmaOx/quGTInpRslykh61mg/5hM=
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
github.com/google/go-tpm v0.9.1 h1:0pGc4X//bAlmZzMKf8iz6IsDo1nYTbYJ6FZN/rg4zdM=
Expand Down

0 comments on commit ad72384

Please sign in to comment.