diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:13:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:13:21 +0000 |
commit | f9b35e59938c1265ee0bd93387a5cc0e3c03c033 (patch) | |
tree | 2f9826f67ff72a0bb867a8dc536761bfec156025 /src/go.mod | |
parent | Releasing progress-linux version 1.21.9-1~progress7.99u1. (diff) | |
download | golang-1.21-f9b35e59938c1265ee0bd93387a5cc0e3c03c033.tar.xz golang-1.21-f9b35e59938c1265ee0bd93387a5cc0e3c03c033.zip |
Merging upstream version 1.21.10.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.21 require ( golang.org/x/crypto v0.11.1-0.20230711161743-2e82bdd1719d - golang.org/x/net v0.12.1-0.20240327214420-1a2eef3ba536 + golang.org/x/net v0.12.1-0.20240412193743-ef58d90fdfc5 ) require ( |