diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:22:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:22:05 +0000 |
commit | 0559cc1b27c6c48668985801cfc1c157969ed320 (patch) | |
tree | 23c372a43091dfed26b103cc9f0ec06401c84997 /src/go.mod | |
parent | Releasing progress-linux version 1.21.8-1~progress7.99u1. (diff) | |
download | golang-1.21-0559cc1b27c6c48668985801cfc1c157969ed320.tar.xz golang-1.21-0559cc1b27c6c48668985801cfc1c157969ed320.zip |
Merging upstream version 1.21.9.
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.20231027154334-5ca955b1789c + golang.org/x/net v0.12.1-0.20240327214420-1a2eef3ba536 ) require ( |