Update module golang.org/x/term to v0.13.0
parent
d378bd55
No related branches found
No related tags found
... | ... | @@ -6,12 +6,12 @@ require ( |
github.com/duo-labs/webauthn v0.0.0-20221205164246-ebaf9b74c6ec | ||
github.com/fxamacker/cbor/v2 v2.5.0 | ||
github.com/keys-pub/go-libfido2 v1.5.3 | ||
golang.org/x/term v0.11.0 | ||
golang.org/x/term v0.13.0 | ||
) | ||
require ( | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
) |
Please register or sign in to comment