You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,5 @@ Deprecations
29
29
------------
30
30
31
31
-`csrf/` - just use SameSite cookies
32
-
-`crypto/pkencryptedstream/` - provides confidentiality, but is malleable (ciphertext is not authenticated). Use Age instead.
32
+
-[crypto/pkencryptedstream/](crypto/pkencryptedstream/) - provides confidentiality, but is malleable (ciphertext is not authenticated). Use Age instead.
33
+
-[log/logex/](log/logex/) - use [log/slog](https://go.dev/blog/slog) i.e. the offial solution to pain which our package addressed.
0 commit comments