File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
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.0 **
5+ * ** v2.2.1 **
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.0 - Manage TOTPs from CLI
59+ twofat v2.2.1 - 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,8 +4,8 @@ go 1.23.0
44
55require (
66 github.com/atotto/clipboard v0.1.4
7- golang.org/x/crypto v0.29 .0
8- golang.org/x/term v0.26 .0
7+ golang.org/x/crypto v0.37 .0
8+ golang.org/x/term v0.31 .0
99)
1010
11- require golang.org/x/sys v0.27 .0 // indirect
11+ require golang.org/x/sys v0.32 .0 // indirect
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.29 .0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ =
4- golang.org/x/crypto v0.29 .0 /go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg =
5- golang.org/x/sys v0.27 .0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s =
6- golang.org/x/sys v0.27 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
7- golang.org/x/term v0.26 .0 h1:WEQa6V3Gja/BhNxg540hBip/kkaYtRg3cxg4oXSw4AU =
8- golang.org/x/term v0.26 .0 /go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E =
3+ golang.org/x/crypto v0.37 .0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE =
4+ golang.org/x/crypto v0.37 .0 /go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc =
5+ golang.org/x/sys v0.32 .0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20 =
6+ golang.org/x/sys v0.32 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
7+ golang.org/x/term v0.31 .0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o =
8+ golang.org/x/term v0.31 .0 /go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw =
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626)
2727
2828const (
29- version = "2.2.0 "
29+ version = "2.2.1 "
3030 maxNameLen = 20
3131 period = 30
3232)
You can’t perform that action at this time.
0 commit comments