main #1

Merged
neemek merged 10 commits from main into types 2025-09-16 17:41:16 +00:00
5 changed files with 11 additions and 14 deletions
Showing only changes of commit 9c91a1176a - Show all commits

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

View file

@ -1,3 +1,3 @@
module neemek.com/anglais/core
go 1.23.0
go 1.24.3

3
go.mod
View file

@ -1,3 +0,0 @@
module neemek.com/anglais
go 1.23

7
go.work Normal file
View file

@ -0,0 +1,7 @@
go 1.24.3
use (
./cli
./core
./wasm
)

View file

@ -1,7 +1,3 @@
module neemek.com/anglais/wasm
go 1.23.0
replace neemek.com/anglais/core => ../core
require neemek.com/anglais/core v0.0.0-00010101000000-000000000000
go 1.24.3