From 415e2814aa8a903e5b4faf880c5998b9ef350987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 14 Nov 2023 09:13:26 +0100 Subject: [PATCH] update gomod2nix --- gomod2nix.toml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/gomod2nix.toml b/gomod2nix.toml index 53d89a2..fefc950 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -20,14 +20,11 @@ schema = 3 version = "v1.0.5" hash = "sha256-w9LLYzxxP74WHT4ouBspH/iQZXjuAh2WQCHsuvyEjAw=" [mod."golang.org/x/mod"] - version = "v0.5.1" - hash = "sha256-+r/pAtwGHJiGISV/je8ZPXCFukTTGbZ8y0p3zb8wGcs=" + version = "v0.14.0" + hash = "sha256-sx3hWp5l99DBfIrn821ohfoBwvaITSHMWbzPvX0btLM=" [mod."golang.org/x/sys"] - version = "v0.0.0-20220610221304-9f5ed59c137d" - hash = "sha256-/qCatdMn+M1Lbu10CK0kQtLCmYDBXtIQ1kdy2F/2hlc=" - [mod."golang.org/x/tools"] - version = "v0.0.0-20210106214847-113979e3529a" - hash = "sha256-VdoV0LIBWehslesNW1ETJ1WmO4KsGojC2HDdNAjGzsI=" - [mod."golang.org/x/xerrors"] - version = "v0.0.0-20220609144429-65e65417b02f" - hash = "sha256-tl8pv3oddbz2+KoIp7PFDKsxjQF8ocjPF8XPsY3sw38=" + version = "v0.14.0" + hash = "sha256-ReIRQmONicRW9idzGVPCBx5TTcKacmQTF1vPC3L4SxY=" + [mod."golang.org/x/tools/go/vcs"] + version = "v0.1.0-deprecated" + hash = "sha256-57YB10tiRsVSRvJqKYST+iON6yZYGL7eRSzrFcImC8Y="