Commits on Source (6)
... | ... | @@ -11,7 +11,7 @@ require ( |
github.com/coreos/go-systemd/v22 v22.3.2 | ||
github.com/duo-labs/webauthn v0.0.0-20200714211715-1daaee874e43 | ||
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 | ||
github.com/fxamacker/cbor/v2 v2.2.0 | ||
github.com/fxamacker/cbor/v2 v2.4.0 | ||
github.com/go-asn1-ber/asn1-ber v1.5.3 | ||
github.com/go-ldap/ldap/v3 v3.4.1 | ||
github.com/gofrs/flock v0.8.0 // indirect | ||
... | ... | @@ -20,10 +20,10 @@ require ( |
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 | ||
github.com/miscreant/miscreant.go v0.0.0-20200214223636-26d376326b75 | ||
github.com/openzipkin/zipkin-go v0.2.5 | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/prometheus/client_golang v1.12.1 | ||
github.com/russross/blackfriday/v2 v2.1.0 | ||
github.com/theckman/go-flock v0.8.1 | ||
go.opencensus.io v0.23.0 | ||
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e | ||
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
) |
This diff is collapsed.