-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
23 lines (20 loc) · 677 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/kode4food/ale
go 1.23
require (
github.com/chzyer/readline v1.5.1
github.com/google/uuid v1.6.0
github.com/kode4food/comb v0.0.0-20231101072951-3eb6f80a4d3f
github.com/stretchr/testify v1.10.0
golang.org/x/tools v0.28.0
gopkg.in/yaml.v3 v3.0.1
honnef.co/go/tools v0.5.1
)
require (
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20231206192017-f3f8817b8deb // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)