mirror of
https://github.com/searxng/searxng.git
synced 2025-07-31 00:52:22 +02:00
The `go.mod` was created by:: $ ./manage dev.env (dev.env)$ go mod init searxng.org/devtools (dev.env)$ go get -tool mvdan.cc/sh/v3/cmd/shfmt@v3.12.0 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
14 lines
341 B
Modula-2
14 lines
341 B
Modula-2
module searxng.org/devtools
|
|
|
|
go 1.24.5
|
|
|
|
tool mvdan.cc/sh/v3/cmd/shfmt
|
|
|
|
require (
|
|
github.com/google/renameio/v2 v2.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/term v0.32.0 // indirect
|
|
mvdan.cc/editorconfig v0.3.0 // indirect
|
|
mvdan.cc/sh/v3 v3.12.0 // indirect
|
|
)
|