Bump required Go version to 1.20

This allows us to use the stdlib for ECDH crypto used by remote control.
Fixes #5976
This commit is contained in:
Kovid Goyal
2023-02-03 09:32:56 +05:30
parent 331f1b7f2b
commit 27ae9104ac
5 changed files with 23 additions and 23 deletions

14
go.mod
View File

@@ -1,6 +1,6 @@
module kitty
go 1.19
go 1.20
require (
github.com/ALTree/bigfloat v0.0.0-20220102081255-38c8b72a9924
@@ -8,11 +8,11 @@ require (
github.com/google/go-cmp v0.5.8
github.com/google/uuid v1.3.0
github.com/jamesruan/go-rfc1924 v0.0.0-20170108144916-2767ca7c638f
github.com/seancfoley/ipaddress-go v1.2.1
golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7
golang.org/x/exp v0.0.0-20220921164117-439092de6870
golang.org/x/image v0.2.0
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
github.com/seancfoley/ipaddress-go v1.5.3
golang.org/x/crypto v0.5.0
golang.org/x/exp v0.0.0-20230202163644-54bba9f4231b
golang.org/x/image v0.3.0
golang.org/x/sys v0.4.0
)
require github.com/seancfoley/bintree v1.1.0 // indirect
require github.com/seancfoley/bintree v1.2.1 // indirect