golang / dep

Go dependency management tool experiment (deprecated)

Home Page:https://golang.github.io/dep/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't install go-pg

MohitKS5 opened this issue · comments

What version of dep are you using (dep version)?

dep:
version : devel
build date :
git hash :
go version : go1.8.3
go compiler : gc
platform : linux/amd64

What dep command did you run?

dep ensure

Output

ensure Solve(): No versions of github.com/go-pg/pg met constraints:
v8.0.6: Could not introduce github.com/go-pg/pg@v8.0.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v8.0.5: Could not introduce github.com/go-pg/pg@v8.0.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v8.0.4: Could not introduce github.com/go-pg/pg@v8.0.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v8.0.3: Could not introduce github.com/go-pg/pg@v8.0.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v8.0.2: Could not introduce github.com/go-pg/pg@v8.0.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v8.0.1: Could not introduce github.com/go-pg/pg@v8.0.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v8.0.0: Could not introduce github.com/go-pg/pg@v8.0.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v7.1.7: Could not introduce github.com/go-pg/pg@v7.1.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v7.1.6: Could not introduce github.com/go-pg/pg@v7.1.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v7.1.5: Could not introduce github.com/go-pg/pg@v7.1.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v7.1.4: Could not introduce github.com/go-pg/pg@v7.1.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v7.1.3: Could not introduce github.com/go-pg/pg@v7.1.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v7.1.2: Could not introduce github.com/go-pg/pg@v7.1.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v7.1.1: Could not introduce github.com/go-pg/pg@v7.1.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v7.1.0: Could not introduce github.com/go-pg/pg@v7.1.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v7.0.0: Could not introduce github.com/go-pg/pg@v7.0.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.15.1: Could not introduce github.com/go-pg/pg@v6.15.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.15.0: Could not introduce github.com/go-pg/pg@v6.15.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.14.5: Could not introduce github.com/go-pg/pg@v6.14.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.14.4: Could not introduce github.com/go-pg/pg@v6.14.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.14.3: Could not introduce github.com/go-pg/pg@v6.14.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.14.2: Could not introduce github.com/go-pg/pg@v6.14.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.14.1: Could not introduce github.com/go-pg/pg@v6.14.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.14.0: Could not introduce github.com/go-pg/pg@v6.14.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.13.6: Could not introduce github.com/go-pg/pg@v6.13.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.13.5: Could not introduce github.com/go-pg/pg@v6.13.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.13.4: Could not introduce github.com/go-pg/pg@v6.13.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.13.3: Could not introduce github.com/go-pg/pg@v6.13.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.13.2: Could not introduce github.com/go-pg/pg@v6.13.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.13.1: Could not introduce github.com/go-pg/pg@v6.13.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.13: Could not introduce github.com/go-pg/pg@v6.13, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.12.0: Could not introduce github.com/go-pg/pg@v6.12.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.11.2: Could not introduce github.com/go-pg/pg@v6.11.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.11.1: Could not introduce github.com/go-pg/pg@v6.11.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.11.0: Could not introduce github.com/go-pg/pg@v6.11.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.10.0: Could not introduce github.com/go-pg/pg@v6.10.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.9.6: Could not introduce github.com/go-pg/pg@v6.9.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.9.5: Could not introduce github.com/go-pg/pg@v6.9.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.9.4: Could not introduce github.com/go-pg/pg@v6.9.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.9.3: Could not introduce github.com/go-pg/pg@v6.9.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.9.2: Could not introduce github.com/go-pg/pg@v6.9.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.9.1: Could not introduce github.com/go-pg/pg@v6.9.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.9.0: Could not introduce github.com/go-pg/pg@v6.9.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.8.1: Could not introduce github.com/go-pg/pg@v6.8.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.8.0: Could not introduce github.com/go-pg/pg@v6.8.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.7.2: Could not introduce github.com/go-pg/pg@v6.7.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.7.1: Could not introduce github.com/go-pg/pg@v6.7.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.7.0: Could not introduce github.com/go-pg/pg@v6.7.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.26: Could not introduce github.com/go-pg/pg@v6.6.26, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.25: Could not introduce github.com/go-pg/pg@v6.6.25, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.24: Could not introduce github.com/go-pg/pg@v6.6.24, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.23: Could not introduce github.com/go-pg/pg@v6.6.23, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.22: Could not introduce github.com/go-pg/pg@v6.6.22, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.21: Could not introduce github.com/go-pg/pg@v6.6.21, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.20: Could not introduce github.com/go-pg/pg@v6.6.20, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.19: Could not introduce github.com/go-pg/pg@v6.6.19, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.18: Could not introduce github.com/go-pg/pg@v6.6.18, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.17: Could not introduce github.com/go-pg/pg@v6.6.17, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.16: Could not introduce github.com/go-pg/pg@v6.6.16, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.15: Could not introduce github.com/go-pg/pg@v6.6.15, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.14: Could not introduce github.com/go-pg/pg@v6.6.14, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.13: Could not introduce github.com/go-pg/pg@v6.6.13, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.12: Could not introduce github.com/go-pg/pg@v6.6.12, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.11: Could not introduce github.com/go-pg/pg@v6.6.11, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.10: Could not introduce github.com/go-pg/pg@v6.6.10, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.9: Could not introduce github.com/go-pg/pg@v6.6.9, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.8: Could not introduce github.com/go-pg/pg@v6.6.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.7: Could not introduce github.com/go-pg/pg@v6.6.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.6: Could not introduce github.com/go-pg/pg@v6.6.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.5: Could not introduce github.com/go-pg/pg@v6.6.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.4: Could not introduce github.com/go-pg/pg@v6.6.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.3: Could not introduce github.com/go-pg/pg@v6.6.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.2: Could not introduce github.com/go-pg/pg@v6.6.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.1: Could not introduce github.com/go-pg/pg@v6.6.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.6.0: Could not introduce github.com/go-pg/pg@v6.6.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.5.1: Could not introduce github.com/go-pg/pg@v6.5.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.5.0: Could not introduce github.com/go-pg/pg@v6.5.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.24: Could not introduce github.com/go-pg/pg@v6.4.24, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.23: Could not introduce github.com/go-pg/pg@v6.4.23, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.22: Could not introduce github.com/go-pg/pg@v6.4.22, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.21: Could not introduce github.com/go-pg/pg@v6.4.21, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.20: Could not introduce github.com/go-pg/pg@v6.4.20, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.19: Could not introduce github.com/go-pg/pg@v6.4.19, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.18: Could not introduce github.com/go-pg/pg@v6.4.18, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.17: Could not introduce github.com/go-pg/pg@v6.4.17, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.16: Could not introduce github.com/go-pg/pg@v6.4.16, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.15: Could not introduce github.com/go-pg/pg@v6.4.15, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.14: Could not introduce github.com/go-pg/pg@v6.4.14, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.13: Could not introduce github.com/go-pg/pg@v6.4.13, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.12: Could not introduce github.com/go-pg/pg@v6.4.12, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.11: Could not introduce github.com/go-pg/pg@v6.4.11, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.10: Could not introduce github.com/go-pg/pg@v6.4.10, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.9: Could not introduce github.com/go-pg/pg@v6.4.9, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.8: Could not introduce github.com/go-pg/pg@v6.4.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.7: Could not introduce github.com/go-pg/pg@v6.4.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.6: Could not introduce github.com/go-pg/pg@v6.4.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.5: Could not introduce github.com/go-pg/pg@v6.4.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.4: Could not introduce github.com/go-pg/pg@v6.4.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.3: Could not introduce github.com/go-pg/pg@v6.4.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.2: Could not introduce github.com/go-pg/pg@v6.4.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.1: Could not introduce github.com/go-pg/pg@v6.4.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.4.0: Could not introduce github.com/go-pg/pg@v6.4.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.3.5: Could not introduce github.com/go-pg/pg@v6.3.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.3.4: Could not introduce github.com/go-pg/pg@v6.3.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.3.3: Could not introduce github.com/go-pg/pg@v6.3.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.3.2: Could not introduce github.com/go-pg/pg@v6.3.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.3.1: Could not introduce github.com/go-pg/pg@v6.3.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.3.0: Could not introduce github.com/go-pg/pg@v6.3.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.2.3: Could not introduce github.com/go-pg/pg@v6.2.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.2.2: Could not introduce github.com/go-pg/pg@v6.2.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.2.1: Could not introduce github.com/go-pg/pg@v6.2.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.2.0: Could not introduce github.com/go-pg/pg@v6.2.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.1.8: Could not introduce github.com/go-pg/pg@v6.1.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.1.7: Could not introduce github.com/go-pg/pg@v6.1.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.1.6: Could not introduce github.com/go-pg/pg@v6.1.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.1.5: Could not introduce github.com/go-pg/pg@v6.1.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.1.4: Could not introduce github.com/go-pg/pg@v6.1.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.1.3: Could not introduce github.com/go-pg/pg@v6.1.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.1.2: Could not introduce github.com/go-pg/pg@v6.1.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.1.1: Could not introduce github.com/go-pg/pg@v6.1.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.1.0: Could not introduce github.com/go-pg/pg@v6.1.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.0.5: Could not introduce github.com/go-pg/pg@v6.0.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.0.4: Could not introduce github.com/go-pg/pg@v6.0.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.0.3: Could not introduce github.com/go-pg/pg@v6.0.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.0.2: Could not introduce github.com/go-pg/pg@v6.0.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.0.1: Could not introduce github.com/go-pg/pg@v6.0.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v6.0.0: Could not introduce github.com/go-pg/pg@v6.0.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.3.3: Could not introduce github.com/go-pg/pg@v5.3.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.3.2: Could not introduce github.com/go-pg/pg@v5.3.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.3.1: Could not introduce github.com/go-pg/pg@v5.3.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.3.0: Could not introduce github.com/go-pg/pg@v5.3.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.10: Could not introduce github.com/go-pg/pg@v5.2.10, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.9: Could not introduce github.com/go-pg/pg@v5.2.9, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.8: Could not introduce github.com/go-pg/pg@v5.2.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.7: Could not introduce github.com/go-pg/pg@v5.2.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.6: Could not introduce github.com/go-pg/pg@v5.2.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.5: Could not introduce github.com/go-pg/pg@v5.2.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.4: Could not introduce github.com/go-pg/pg@v5.2.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.3: Could not introduce github.com/go-pg/pg@v5.2.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.2: Could not introduce github.com/go-pg/pg@v5.2.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.1: Could not introduce github.com/go-pg/pg@v5.2.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.2.0: Could not introduce github.com/go-pg/pg@v5.2.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.1.9: Could not introduce github.com/go-pg/pg@v5.1.9, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.1.8: Could not introduce github.com/go-pg/pg@v5.1.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.1.7: Could not introduce github.com/go-pg/pg@v5.1.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.1.6: Could not introduce github.com/go-pg/pg@v5.1.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.1.5: Could not introduce github.com/go-pg/pg@v5.1.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.1.4: Could not introduce github.com/go-pg/pg@v5.1.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.1.3: Could not introduce github.com/go-pg/pg@v5.1.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.1.2: Could not introduce github.com/go-pg/pg@v5.1.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.1.1: Could not introduce github.com/go-pg/pg@v5.1.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.1.0: Could not introduce github.com/go-pg/pg@v5.1.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.17: Could not introduce github.com/go-pg/pg@v5.0.17, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.16: Could not introduce github.com/go-pg/pg@v5.0.16, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.15: Could not introduce github.com/go-pg/pg@v5.0.15, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.14: Could not introduce github.com/go-pg/pg@v5.0.14, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.13: Could not introduce github.com/go-pg/pg@v5.0.13, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.12: Could not introduce github.com/go-pg/pg@v5.0.12, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.11: Could not introduce github.com/go-pg/pg@v5.0.11, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.10: Could not introduce github.com/go-pg/pg@v5.0.10, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.9: Could not introduce github.com/go-pg/pg@v5.0.9, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.8: Could not introduce github.com/go-pg/pg@v5.0.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.7: Could not introduce github.com/go-pg/pg@v5.0.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.6: Could not introduce github.com/go-pg/pg@v5.0.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.5: Could not introduce github.com/go-pg/pg@v5.0.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.4: Could not introduce github.com/go-pg/pg@v5.0.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.3: Could not introduce github.com/go-pg/pg@v5.0.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.2: Could not introduce github.com/go-pg/pg@v5.0.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.1: Could not introduce github.com/go-pg/pg@v5.0.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5.0.0: Could not introduce github.com/go-pg/pg@v5.0.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.9.5: Could not introduce github.com/go-pg/pg@v4.9.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.9.4: Could not introduce github.com/go-pg/pg@v4.9.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.9.3: Could not introduce github.com/go-pg/pg@v4.9.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.9.2: Could not introduce github.com/go-pg/pg@v4.9.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.9.1: Could not introduce github.com/go-pg/pg@v4.9.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.9.0: Could not introduce github.com/go-pg/pg@v4.9.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.12: Could not introduce github.com/go-pg/pg@v4.8.12, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.11: Could not introduce github.com/go-pg/pg@v4.8.11, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.10: Could not introduce github.com/go-pg/pg@v4.8.10, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.9: Could not introduce github.com/go-pg/pg@v4.8.9, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.8: Could not introduce github.com/go-pg/pg@v4.8.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.7: Could not introduce github.com/go-pg/pg@v4.8.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.6: Could not introduce github.com/go-pg/pg@v4.8.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.5: Could not introduce github.com/go-pg/pg@v4.8.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.4: Could not introduce github.com/go-pg/pg@v4.8.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.3: Could not introduce github.com/go-pg/pg@v4.8.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.2: Could not introduce github.com/go-pg/pg@v4.8.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.1: Could not introduce github.com/go-pg/pg@v4.8.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.8.0: Could not introduce github.com/go-pg/pg@v4.8.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.11: Could not introduce github.com/go-pg/pg@v4.7.11, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.10: Could not introduce github.com/go-pg/pg@v4.7.10, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.9: Could not introduce github.com/go-pg/pg@v4.7.9, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.8: Could not introduce github.com/go-pg/pg@v4.7.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.7: Could not introduce github.com/go-pg/pg@v4.7.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.6: Could not introduce github.com/go-pg/pg@v4.7.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.5: Could not introduce github.com/go-pg/pg@v4.7.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.4: Could not introduce github.com/go-pg/pg@v4.7.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.3: Could not introduce github.com/go-pg/pg@v4.7.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.2: Could not introduce github.com/go-pg/pg@v4.7.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.1: Could not introduce github.com/go-pg/pg@v4.7.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.7.0: Could not introduce github.com/go-pg/pg@v4.7.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.6.5: Could not introduce github.com/go-pg/pg@v4.6.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.6.4: Could not introduce github.com/go-pg/pg@v4.6.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.6.3: Could not introduce github.com/go-pg/pg@v4.6.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.6.2: Could not introduce github.com/go-pg/pg@v4.6.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.6.1: Could not introduce github.com/go-pg/pg@v4.6.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.6.0: Could not introduce github.com/go-pg/pg@v4.6.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.5.6: Could not introduce github.com/go-pg/pg@v4.5.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.5.5: Could not introduce github.com/go-pg/pg@v4.5.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.5.4: Could not introduce github.com/go-pg/pg@v4.5.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.5.3: Could not introduce github.com/go-pg/pg@v4.5.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.5.2: Could not introduce github.com/go-pg/pg@v4.5.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.5.1: Could not introduce github.com/go-pg/pg@v4.5.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.5.0: Could not introduce github.com/go-pg/pg@v4.5.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.4.0: Could not introduce github.com/go-pg/pg@v4.4.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.3.1: Could not introduce github.com/go-pg/pg@v4.3.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.3.0: Could not introduce github.com/go-pg/pg@v4.3.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.2.0: Could not introduce github.com/go-pg/pg@v4.2.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.1.8: Could not introduce github.com/go-pg/pg@v4.1.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.1.7: Could not introduce github.com/go-pg/pg@v4.1.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.1.6: Could not introduce github.com/go-pg/pg@v4.1.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.1.5: Could not introduce github.com/go-pg/pg@v4.1.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.1.4: Could not introduce github.com/go-pg/pg@v4.1.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.1.3: Could not introduce github.com/go-pg/pg@v4.1.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.1.2: Could not introduce github.com/go-pg/pg@v4.1.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.1.1: Could not introduce github.com/go-pg/pg@v4.1.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.1.0: Could not introduce github.com/go-pg/pg@v4.1.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.13: Could not introduce github.com/go-pg/pg@v4.0.13, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.12: Could not introduce github.com/go-pg/pg@v4.0.12, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.11: Could not introduce github.com/go-pg/pg@v4.0.11, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.10: Could not introduce github.com/go-pg/pg@v4.0.10, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.9: Could not introduce github.com/go-pg/pg@v4.0.9, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.8: Could not introduce github.com/go-pg/pg@v4.0.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.7: Could not introduce github.com/go-pg/pg@v4.0.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.6: Could not introduce github.com/go-pg/pg@v4.0.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.5: Could not introduce github.com/go-pg/pg@v4.0.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.4: Could not introduce github.com/go-pg/pg@v4.0.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.3: Could not introduce github.com/go-pg/pg@v4.0.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.2: Could not introduce github.com/go-pg/pg@v4.0.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.1: Could not introduce github.com/go-pg/pg@v4.0.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4.0.0: Could not introduce github.com/go-pg/pg@v4.0.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.5.6: Could not introduce github.com/go-pg/pg@v3.5.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.5.5: Could not introduce github.com/go-pg/pg@v3.5.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.5.4: Could not introduce github.com/go-pg/pg@v3.5.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.5.3: Could not introduce github.com/go-pg/pg@v3.5.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.5.2: Could not introduce github.com/go-pg/pg@v3.5.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.5.1: Could not introduce github.com/go-pg/pg@v3.5.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.5.0: Could not introduce github.com/go-pg/pg@v3.5.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.4.2: Could not introduce github.com/go-pg/pg@v3.4.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.4.1: Could not introduce github.com/go-pg/pg@v3.4.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.4.0: Could not introduce github.com/go-pg/pg@v3.4.0, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.14: Could not introduce github.com/go-pg/pg@v3.3.14, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.13: Could not introduce github.com/go-pg/pg@v3.3.13, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.12: Could not introduce github.com/go-pg/pg@v3.3.12, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.11: Could not introduce github.com/go-pg/pg@v3.3.11, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.10: Could not introduce github.com/go-pg/pg@v3.3.10, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.9: Could not introduce github.com/go-pg/pg@v3.3.9, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.8: Could not introduce github.com/go-pg/pg@v3.3.8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.7: Could not introduce github.com/go-pg/pg@v3.3.7, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.6: Could not introduce github.com/go-pg/pg@v3.3.6, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.5: Could not introduce github.com/go-pg/pg@v3.3.5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.4: Could not introduce github.com/go-pg/pg@v3.3.4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.3: Could not introduce github.com/go-pg/pg@v3.3.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.2: Could not introduce github.com/go-pg/pg@v3.3.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3.1: Could not introduce github.com/go-pg/pg@v3.3.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.3: Could not introduce github.com/go-pg/pg@v3.3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.2.1: Could not introduce github.com/go-pg/pg@v3.2.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.2: Could not introduce github.com/go-pg/pg@v3.2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.1.1: Could not introduce github.com/go-pg/pg@v3.1.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3.1: Could not introduce github.com/go-pg/pg@v3.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3: Could not introduce github.com/go-pg/pg@v3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v2.1: Could not introduce github.com/go-pg/pg@v2.1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v2: Could not introduce github.com/go-pg/pg@v2, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v1: Could not introduce github.com/go-pg/pg@v1, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v9.0.0-beta.9: github.com/go-pg/pg imports github.com/go-pg/pg/v9/orm, which contains malformed code: no package exists at github.com/go-pg/pg/v9/orm
v9.0.0-beta.8: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal, which contains malformed code: unknown error for github.com/go-pg/pg/v9/internal, if you get this error see #351
v9.0.0-beta.7: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal/pool, which contains malformed code: no package exists at github.com/go-pg/pg/v9/internal/pool
v9.0.0-beta.6: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal, which contains malformed code: unknown error for github.com/go-pg/pg/v9/internal, if you get this error see #351
v9.0.0-beta.5: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal, which contains malformed code: unknown error for github.com/go-pg/pg/v9/internal, if you get this error see #351
v9.0.0-beta.4: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal/pool, which contains malformed code: no package exists at github.com/go-pg/pg/v9/internal/pool
v9.0.0-beta.3: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal/pool, which contains malformed code: no package exists at github.com/go-pg/pg/v9/internal/pool
v9.0.0-beta.2: github.com/go-pg/pg imports github.com/go-pg/pg/v9/orm, which contains malformed code: no package exists at github.com/go-pg/pg/v9/orm
v9.0.0-beta.15: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal, which contains malformed code: no package exists at github.com/go-pg/pg/v9/internal
v9.0.0-beta.14: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal, which contains malformed code: unknown error for github.com/go-pg/pg/v9/internal, if you get this error see #351
v9.0.0-beta.13: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal, which contains malformed code: unknown error for github.com/go-pg/pg/v9/internal, if you get this error see #351
v9.0.0-beta.12: github.com/go-pg/pg imports github.com/go-pg/pg/v9/orm, which contains malformed code: no package exists at github.com/go-pg/pg/v9/orm
v9.0.0-beta.11: github.com/go-pg/pg imports github.com/go-pg/pg/v9/types, which contains malformed code: unknown error for github.com/go-pg/pg/v9/types, if you get this error see #351
v9.0.0-beta.10: github.com/go-pg/pg imports github.com/go-pg/pg/v9/types, which contains malformed code: no package exists at github.com/go-pg/pg/v9/types
v9.0.0-beta.1: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal, which contains malformed code: unknown error for github.com/go-pg/pg/v9/internal, if you get this error see #351
v9.0.0-beta: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal, which contains malformed code: unknown error for github.com/go-pg/pg/v9/internal, if you get this error see #351
master: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal, which contains malformed code: unknown error for github.com/go-pg/pg/v9/internal, if you get this error see #351
fix/trim-simplfiy: Could not introduce github.com/go-pg/pg@fix/trim-simplfiy, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v3: Could not introduce github.com/go-pg/pg@v3, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v4: Could not introduce github.com/go-pg/pg@v4, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v5: Could not introduce github.com/go-pg/pg@v5, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.
v8: Could not introduce github.com/go-pg/pg@v8, as it is not allowed by constraint ^9.0.0-beta from project github.com/MohitKS5/edtech_hindquarters.

What did you expect to see?

go-pg gets installed.

What did you see instead?

v9.0.0-beta: github.com/go-pg/pg imports github.com/go-pg/pg/v9/internal, which contains malformed code: unknown error for github.com/go-pg/pg/v9/internal, if you get this error see #351

I shifted to go modules to solve this for now.

+1 This issue

Hi - We're looking for a source of funding to help fix this and other issues. #2165

+1 same issue

Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!