Upgrade ai3/go-common
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- vendor/git.autistici.org/ai3/go-common/pwhash/argon2.go 93 additions, 27 deletionsvendor/git.autistici.org/ai3/go-common/pwhash/argon2.go
- vendor/git.autistici.org/ai3/go-common/pwhash/password.go 12 additions, 11 deletionsvendor/git.autistici.org/ai3/go-common/pwhash/password.go
- vendor/modules.txt 1 addition, 1 deletionvendor/modules.txt
... | ... | @@ -3,7 +3,7 @@ module git.autistici.org/ula/nginx-authenticator |
go 1.22.9 | ||
require ( | ||
git.autistici.org/ai3/go-common v0.0.0-20241017171051-880a2c5ae7f4 | ||
git.autistici.org/ai3/go-common v0.0.0-20250125130542-62b40adde91d | ||
github.com/coreos/go-systemd/v22 v22.5.0 | ||
) | ||
... | ... |
git.autistici.org/ai3/go-common v0.0.0-20241017171051-880a2c5ae7f4 h1:xB5K4GL4VlguEOknhgz+AN3k8nmx19y91RRUvByaLnQ= | ||
git.autistici.org/ai3/go-common v0.0.0-20241017171051-880a2c5ae7f4/go.mod h1:JpPfOTGgbvAElF0wdmv81y6l3CRsdS4z3IkNOETUDVo= | ||
git.autistici.org/ai3/go-common v0.0.0-20250125130542-62b40adde91d h1:20u44cuDBH0xxPojMsDt0j9x+8FGZhifOuNe9zwoqos= | ||
git.autistici.org/ai3/go-common v0.0.0-20250125130542-62b40adde91d/go.mod h1:JpPfOTGgbvAElF0wdmv81y6l3CRsdS4z3IkNOETUDVo= | ||
github.com/amoghe/go-crypt v0.0.0-20220222110647-20eada5f5964 h1:I9YN9WMo3SUh7p/4wKeNvD/IQla3U3SUa61U7ul+xM4= | ||
github.com/amoghe/go-crypt v0.0.0-20220222110647-20eada5f5964/go.mod h1:eFiR01PwTcpbzXtdMces7zxg6utvFM5puiWHpWB8D/k= | ||
github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs= | ||
... | ... |
Please register or sign in to comment