2026-06-10 22:40:42 +02:00
|
|
|
module git.k3nny.fr/glint
|
2026-06-05 01:29:07 +02:00
|
|
|
|
|
|
|
|
go 1.26.4
|
|
|
|
|
|
2026-06-11 23:56:09 +02:00
|
|
|
require (
|
|
|
|
|
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
|
|
|
|
|
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
|
|
|
|
|
golang.org/x/mod v0.31.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.40.1-0.20260108161641-ca281cf95054 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
honnef.co/go/tools v0.7.0 // indirect
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
tool honnef.co/go/tools/cmd/staticcheck
|