aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ldez/gomoddirectives/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/ldez/gomoddirectives/go.mod')
-rw-r--r--vendor/github.com/ldez/gomoddirectives/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/ldez/gomoddirectives/go.mod b/vendor/github.com/ldez/gomoddirectives/go.mod
new file mode 100644
index 000000000..fb65d2ddc
--- /dev/null
+++ b/vendor/github.com/ldez/gomoddirectives/go.mod
@@ -0,0 +1,8 @@
+module github.com/ldez/gomoddirectives
+
+go 1.16
+
+require (
+ github.com/stretchr/testify v1.7.0
+ golang.org/x/mod v0.4.2
+)