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
+3-2
Original file line number
Diff line number
Diff line change
@@ -28,5 +28,6 @@ related things like AWS wrappers or Prometheus helpers.
28
28
Deprecations
29
29
------------
30
30
31
-
-`csrf/` - just use SameSite cookies
32
-
-`crypto/pkencryptedstream/` - provides confidentiality, but is malleable (ciphertext is not authenticated). Use Age instead.
31
+
-[net/http/csrf/](net/http/csrf/) - just use SameSite cookies
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 official solution to pain which our package addressed.
0 commit comments