Update ai3/go-common
... | ... | @@ -3,7 +3,7 @@ module git.autistici.org/ai3/accountserver |
go 1.14 | ||
require ( | ||
git.autistici.org/ai3/go-common v0.0.0-20210507084757-2cf72583ce0e | ||
git.autistici.org/ai3/go-common v0.0.0-20211123230456-40588d0f6008 | ||
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/go-sso v0.0.0-20210117165919-e56e6579953d | ||
... | ... | @@ -17,8 +17,8 @@ require ( |
github.com/pquerna/otp v1.3.0 | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/sethvargo/go-password v0.2.0 | ||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 | ||
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d | ||
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 | ||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) |
This diff is collapsed.