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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

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