update go
This commit is contained in:
parent
081a0fdb18
commit
15705acbfc
5 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
module neemek.com/anglais/cli
|
module neemek.com/anglais/cli
|
||||||
|
|
||||||
go 1.24.3
|
go 1.25
|
||||||
|
|
||||||
require (
|
require github.com/alecthomas/kong v1.12.1
|
||||||
github.com/alecthomas/kong v1.5.1
|
|
||||||
)
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@ github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8v
|
||||||
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
|
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
|
||||||
github.com/alecthomas/kong v1.5.1 h1:9quB93P2aNGXf5C1kWNei85vjBgITNJQA4dSwJQGCOY=
|
github.com/alecthomas/kong v1.5.1 h1:9quB93P2aNGXf5C1kWNei85vjBgITNJQA4dSwJQGCOY=
|
||||||
github.com/alecthomas/kong v1.5.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
|
github.com/alecthomas/kong v1.5.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
|
||||||
|
github.com/alecthomas/kong v1.12.1 h1:iq6aMJDcFYP9uFrLdsiZQ2ZMmcshduyGv4Pek0MQPW0=
|
||||||
|
github.com/alecthomas/kong v1.12.1/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
|
||||||
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
|
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
|
||||||
github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
|
github.com/alecthomas/repr v0.4.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
|
||||||
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
|
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module neemek.com/anglais/core
|
module neemek.com/anglais/core
|
||||||
|
|
||||||
go 1.24.3
|
go 1.25
|
||||||
|
|
|
||||||
2
go.work
2
go.work
|
|
@ -1,4 +1,4 @@
|
||||||
go 1.24.3
|
go 1.25
|
||||||
|
|
||||||
use (
|
use (
|
||||||
./cli
|
./cli
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module neemek.com/anglais/wasm
|
module neemek.com/anglais/wasm
|
||||||
|
|
||||||
go 1.24.3
|
go 1.25
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue