File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
require (
12
12
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
13
13
github.com/golang-sql/sqlexp v0.1.0 // indirect
14
- golang.org/x/crypto v0.30 .0 // indirect
14
+ golang.org/x/crypto v0.31 .0 // indirect
15
15
)
16
16
17
17
require (
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
45
45
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 /go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE =
46
46
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
47
47
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d /go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4 =
48
- golang.org/x/crypto v0.30 .0 h1:RwoQn3GkWiMkzlX562cLB7OxWvjH1L8xutO2WoJcRoY =
49
- golang.org/x/crypto v0.30 .0 /go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk =
48
+ golang.org/x/crypto v0.31 .0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U =
49
+ golang.org/x/crypto v0.31 .0 /go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk =
50
50
golang.org/x/net v0.0.0-20190311183353-d8887717615a /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
51
51
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
52
52
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ func (w *MainWindow) displayMessage(message string) {
428
428
timer := core .NewQTimer (nil )
429
429
timer .SetSingleShot (true )
430
430
timer .ConnectTimeout (w .clearMessageLabel )
431
- timer .Start (5000 )
431
+ timer .Start (10000 )
432
432
}
433
433
434
434
func (w * MainWindow ) clearMessageLabel () {
You can’t perform that action at this time.
0 commit comments