aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/OpenPeeDeeP/depguard/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/OpenPeeDeeP/depguard/go.mod
parent2b3ed821a493b8936c8bacfa6f8b4f1c90a00855 (diff)
dependencies: update
set go min requirements to 1.19 update dependencies update vendor
Diffstat (limited to 'vendor/github.com/OpenPeeDeeP/depguard/go.mod')
-rw-r--r--vendor/github.com/OpenPeeDeeP/depguard/go.mod10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/OpenPeeDeeP/depguard/go.mod b/vendor/github.com/OpenPeeDeeP/depguard/go.mod
deleted file mode 100644
index 68daf00d7..000000000
--- a/vendor/github.com/OpenPeeDeeP/depguard/go.mod
+++ /dev/null
@@ -1,10 +0,0 @@
-module github.com/OpenPeeDeeP/depguard
-
-go 1.13
-
-require (
- github.com/gobwas/glob v0.2.3
- github.com/kisielk/gotool v1.0.0
- github.com/stretchr/testify v1.7.0 // indirect
- golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b
-)