diff options
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.mod | 7 |
1 files changed, 7 insertions, 0 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 new file mode 100644 index 000000000..d44ba0123 --- /dev/null +++ b/vendor/github.com/go-pg/pg/extra/pgdebug/go.mod @@ -0,0 +1,7 @@ +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 |
