-
-
Notifications
You must be signed in to change notification settings - Fork 397
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 557 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 557 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module mvdan.cc/sh/v3
go 1.25.0
require (
github.com/creack/pty v1.1.24
github.com/go-quicktest/qt v1.101.0
github.com/google/go-cmp v0.7.0
github.com/google/renameio/v2 v2.0.2
github.com/rogpeppe/go-internal v1.14.1
golang.org/x/sys v0.42.0
golang.org/x/term v0.41.0
mvdan.cc/editorconfig v0.3.0
)
require (
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/tools v0.38.0 // indirect
)
tool golang.org/x/tools/cmd/stringer