forked from mvdan/sh
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 710 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module mvdan.cc/sh/v3
go 1.14
require (
github.com/creack/pty v1.1.9
github.com/google/renameio v0.1.0
github.com/kr/pretty v0.2.0
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/pkg/diff v0.0.0-20190930165518-531926345625
github.com/rogpeppe/go-internal v1.6.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
golang.org/x/term v0.0.0-20191110171634-ad39bd3f0407
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
mvdan.cc/editorconfig v0.1.1-0.20200121172147-e40951bde157
)