From 1c9dad9cdd93932a51ddb390d7d6a25e5d1ed81f Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 29 Jun 2023 13:27:52 +0200 Subject: [PATCH] Backend: Update deps in go.mod Signed-off-by: Michael Mayer --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5711eec3f..b70bcf29a 100644 --- a/go.mod +++ b/go.mod @@ -73,6 +73,8 @@ require ( require github.com/go-ldap/ldap/v3 v3.4.5 +require golang.org/x/sys v0.9.0 + require ( github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect github.com/bytedance/sonic v1.9.1 // indirect @@ -108,7 +110,6 @@ require ( github.com/ugorji/go/codec v1.2.11 // indirect golang.org/x/arch v0.3.0 // indirect golang.org/x/oauth2 v0.6.0 // indirect - golang.org/x/sys v0.9.0 // indirect golang.org/x/text v0.10.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.30.0 // indirect