Skip to content

Commit 64b7b13

Browse files
committed
Modules update
1 parent f49eca9 commit 64b7b13

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
6060
The CLI is interactive & colorful, output to Stderr. Password can be piped in.
6161
When output is redirected, only pertinent plain text is sent to Stdout.
6262
* Repo: github.com/pepa65/twofat <pepa65@passchier.net>

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=
22
github.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=
55
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
66
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
77
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
)
2727

2828
const (
29-
version = "2.2.2"
29+
version = "2.2.3"
3030
maxNameLen = 20
3131
period = 30
3232
)

0 commit comments

Comments
 (0)