File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22<img src =" https://raw.githubusercontent.com/pepa65/twofat/master/twofat.png " width =" 96 " alt =" twofat icon " align =" right " >
33
44## Manage TOTPs from CLI
5- * ** v2.2.2 **
5+ * ** v2.2.3 **
66* Repo: [ github.com/pepa65/twofat] ( https://github.com/pepa65/twofat )
77* After: [ github.com/slandx/tfat] ( https://github.com/slandx/tfat )
88* Contact: github.com/pepa65
@@ -56,7 +56,7 @@ CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags="-s -w" -o twofat.exe
5656
5757## Usage
5858```
59- twofat v2.2.2 - Manage TOTPs from CLI
59+ twofat v2.2.3 - Manage TOTPs from CLI
6060The CLI is interactive & colorful, output to Stderr. Password can be piped in.
6161When output is redirected, only pertinent plain text is sent to Stdout.
6262* Repo: github.com/pepa65/twofat <pepa65@passchier.net>
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
44
55require (
66 github.com/atotto/clipboard v0.1.4
7- golang.org/x/crypto v0.38 .0
7+ golang.org/x/crypto v0.39 .0
88 golang.org/x/term v0.32.0
99)
1010
Original file line number Diff line number Diff line change 11github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4 =
22github.com/atotto/clipboard v0.1.4 /go.mod h1:ZY9tmq7sm5xIbd9bOK4onWV4S6X0u6GY7Vn0Yu86PYI =
3- golang.org/x/crypto v0.38 .0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8 =
4- golang.org/x/crypto v0.38 .0 /go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw =
3+ golang.org/x/crypto v0.39 .0 h1:SHs+kF4LP+f+p14esP5jAoDpHU8Gu/v9lFRK6IT5imM =
4+ golang.org/x/crypto v0.39 .0 /go.mod h1:L+Xg3Wf6HoL4Bn4238Z6ft6KfEpN0tJGo53AAPC632U =
55golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw =
66golang.org/x/sys v0.33.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
77golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg =
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626)
2727
2828const (
29- version = "2.2.2 "
29+ version = "2.2.3 "
3030 maxNameLen = 20
3131 period = 30
3232)
You can’t perform that action at this time.
0 commit comments