update go version as per running go mod tidy

This commit is contained in:
Kovid Goyal
2025-03-10 09:13:27 +05:30
parent 96ea4556c8
commit ce6425e1d4

3
go.mod
View File

@@ -1,6 +1,7 @@
module kitty
go 1.23
go 1.23.0
require (
github.com/ALTree/bigfloat v0.2.0
github.com/alecthomas/chroma/v2 v2.15.0