add vendor directory

This commit is contained in:
tsmethurst 2021-08-12 15:51:53 +02:00
commit d9026c7798
2666 changed files with 1090740 additions and 0 deletions

7
vendor/github.com/go-pg/pg/extra/pgdebug/go.mod generated vendored Normal file
View file

@ -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