Remove override for id/auth:webauthn
... | ... | @@ -5,13 +5,11 @@ go 1.14 |
require ( | ||
git.autistici.org/ai3/go-common v0.0.0-20211205111915-06f1625b2297 | ||
git.autistici.org/ai3/tools/aux-db v0.0.0-20210127161623-c7f0177bcc33 | ||
git.autistici.org/id/auth v0.0.0-20210507085352-c4f218c42591 | ||
git.autistici.org/id/auth v0.0.0-20211206094959-05544c3c95bb | ||
git.autistici.org/id/go-sso v0.0.0-20210117165919-e56e6579953d | ||
git.autistici.org/id/usermetadb v0.0.0-20210507085300-ad16aa223703 | ||
github.com/PuerkitoBio/goquery v1.5.1 // indirect | ||
github.com/go-ldap/ldap/v3 v3.4.1 | ||
github.com/go-test/deep v1.0.7 | ||
github.com/mattes/migrate v0.0.0-20180508041624-4768a648fbd9 // indirect | ||
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 | ||
... | ... | @@ -22,5 +20,3 @@ require ( |
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
replace git.autistici.org/id/auth => /home/ale/src/go/src/git.autistici.org/id/auth |
File deleted
This diff is collapsed.