diff options
Diffstat (limited to 'dependencies/pkg/mod/github.com/mattn/go-isatty@v0.0.16/go.mod')
-rw-r--r-- | dependencies/pkg/mod/github.com/mattn/go-isatty@v0.0.16/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dependencies/pkg/mod/github.com/mattn/go-isatty@v0.0.16/go.mod b/dependencies/pkg/mod/github.com/mattn/go-isatty@v0.0.16/go.mod new file mode 100644 index 0000000..db887a6 --- /dev/null +++ b/dependencies/pkg/mod/github.com/mattn/go-isatty@v0.0.16/go.mod @@ -0,0 +1,5 @@ +module github.com/mattn/go-isatty + +go 1.15 + +require golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab |