File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ go 1.25.1
44
55require (
66 github.com/atotto/clipboard v0.1.4
7- golang.org/x/crypto v0.43 .0
8- golang.org/x/term v0.36 .0
7+ golang.org/x/crypto v0.44 .0
8+ golang.org/x/term v0.37 .0
99)
1010
11- require golang.org/x/sys v0.37 .0 // indirect
11+ require golang.org/x/sys v0.38 .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.43 .0 h1:dduJYIi3A3KOfdGOHX8AVZ/jGiyPa3IbBozJ5kNuE04 =
4- golang.org/x/crypto v0.43 .0 /go.mod h1:BFbav4mRNlXJL4wNeejLpWxB7wMbc79PdRGhWKncxR0 =
5- golang.org/x/sys v0.37 .0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ =
6- golang.org/x/sys v0.37 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
7- golang.org/x/term v0.36 .0 h1:zMPR+aF8gfksFprF/Nc/rd1wRS1EI6nDBGyWAvDzx2Q =
8- golang.org/x/term v0.36 .0 /go.mod h1:Qu394IJq6V6dCBRgwqshf3mPF85AqzYEzofzRdZkWss =
3+ golang.org/x/crypto v0.44 .0 h1:A97SsFvM3AIwEEmTBiaxPPTYpDC47w720rdiiUvgoAU =
4+ golang.org/x/crypto v0.44 .0 /go.mod h1:013i+Nw79BMiQiMsOPcVCB5ZIJbYkerPrGnOa00tvmc =
5+ golang.org/x/sys v0.38 .0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc =
6+ golang.org/x/sys v0.38 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
7+ golang.org/x/term v0.37 .0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU =
8+ golang.org/x/term v0.37 .0 /go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254 =
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626)
2727
2828const (
29- version = "2.2.7 "
29+ version = "2.2.8 "
3030 maxNameLen = 20
3131 period = 30
3232)
You can’t perform that action at this time.
0 commit comments