diff options
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | x509roots/fallback/go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ module golang.org/x/crypto -go 1.23.0 +go 1.24.0 require ( golang.org/x/net v0.42.0 // tagx:ignore diff --git a/x509roots/fallback/go.mod b/x509roots/fallback/go.mod index 6ffde44..5d4b07e 100644 --- a/x509roots/fallback/go.mod +++ b/x509roots/fallback/go.mod @@ -1,3 +1,3 @@ module golang.org/x/crypto/x509roots/fallback -go 1.23.0 +go 1.24.0 |
