aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/lufeee/execinquery/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/lufeee/execinquery/go.mod')
-rw-r--r--vendor/github.com/lufeee/execinquery/go.mod19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/lufeee/execinquery/go.mod b/vendor/github.com/lufeee/execinquery/go.mod
new file mode 100644
index 000000000..ea3ca3606
--- /dev/null
+++ b/vendor/github.com/lufeee/execinquery/go.mod
@@ -0,0 +1,19 @@
+module github.com/lufeee/execinquery
+
+go 1.17
+
+require (
+ github.com/gostaticanalysis/testutil v0.4.0
+ golang.org/x/tools v0.1.9
+)
+
+require (
+ github.com/hashicorp/go-version v1.2.1 // indirect
+ github.com/otiai10/copy v1.2.0 // indirect
+ github.com/tenntenn/modver v1.0.1 // indirect
+ github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3 // indirect
+ golang.org/x/mod v0.5.1 // indirect
+ golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
+ golang.org/x/text v0.3.7 // indirect
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
+)