aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/lufeee/execinquery/go.mod
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2023-02-22 22:16:50 +0100
committerTaras Madan <tarasmadan@google.com>2023-02-24 12:47:23 +0100
commit4165372ec8fd142475a4e35fd0cf4f8042132208 (patch)
tree21cd62211b4dd80bee469054c5b65db77342333c /vendor/github.com/lufeee/execinquery/go.mod
parent2b3ed821a493b8936c8bacfa6f8b4f1c90a00855 (diff)
dependencies: update
set go min requirements to 1.19 update dependencies update vendor
Diffstat (limited to 'vendor/github.com/lufeee/execinquery/go.mod')
-rw-r--r--vendor/github.com/lufeee/execinquery/go.mod19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/lufeee/execinquery/go.mod b/vendor/github.com/lufeee/execinquery/go.mod
deleted file mode 100644
index ea3ca3606..000000000
--- a/vendor/github.com/lufeee/execinquery/go.mod
+++ /dev/null
@@ -1,19 +0,0 @@
-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
-)