Remove dependency on ai3/tools/webappdb
Internalize the webappdb.App type (part of CMSInfo).
... | ... | @@ -5,12 +5,12 @@ go 1.14 |
require ( | ||
git.autistici.org/ai3/go-common v0.0.0-20210118064555-73f00db54723 | ||
git.autistici.org/ai3/tools/aux-db v0.0.0-20210123151036-db9b4b9a323e | ||
git.autistici.org/ai3/tools/webappdb v0.0.0-20210117172932-02a098c04745 | ||
git.autistici.org/id/auth v0.0.0-20210117173158-5b5aa9684fa2 | ||
git.autistici.org/id/go-sso v0.0.0-20210117165919-e56e6579953d | ||
git.autistici.org/id/usermetadb v0.0.0-20210117202739-301b3d00f818 | ||
github.com/go-ldap/ldap/v3 v3.2.4 | ||
github.com/go-test/deep v1.0.7 | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627 | ||
github.com/pquerna/otp v1.3.0 | ||
github.com/prometheus/client_golang v1.9.0 | ||
... | ... |
Please register or sign in to comment