Update Go version to 1.24(.3), and make the root a go workspace.

This commit is contained in:
Neemek 2025-08-24 16:12:49 +02:00
parent 3f260e7ffd
commit 9c91a1176a
5 changed files with 11 additions and 14 deletions

View file

@ -1,10 +1,7 @@
module neemek.com/angalis/cli
module neemek.com/anglais/cli
go 1.23.0
go 1.24.3
require (
github.com/alecthomas/kong v1.5.1
neemek.com/anglais/core v0.0.0-00010101000000-000000000000
)
replace neemek.com/anglais/core => ../core