summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-pg/pg/extra/pgdebug/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-pg/pg/extra/pgdebug/go.mod')
-rw-r--r--vendor/github.com/go-pg/pg/extra/pgdebug/go.mod7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/go-pg/pg/extra/pgdebug/go.mod b/vendor/github.com/go-pg/pg/extra/pgdebug/go.mod
deleted file mode 100644
index d44ba0123..000000000
--- a/vendor/github.com/go-pg/pg/extra/pgdebug/go.mod
+++ /dev/null
@@ -1,7 +0,0 @@
-module github.com/go-pg/pg/extra/pgdebug
-
-go 1.15
-
-replace github.com/go-pg/pg/v10 => ../..
-
-require github.com/go-pg/pg/v10 v10.6.2