From 955ebf524c3c905441bffda56b520e6e65d64ab5 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Tue, 17 Sep 2024 12:24:29 -0400 Subject: [PATCH] re-update --- go.mod | 3 +++ vendor/modules.txt | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 356dbc376..1ef00adc8 100644 --- a/go.mod +++ b/go.mod @@ -18,10 +18,13 @@ require ( golang.org/x/net v0.25.0 ) +require golang.org/x/crypto v0.26.0 // indirect + require ( github.com/alessio/shellescape v1.4.2 // indirect github.com/danieljoos/wincred v1.2.1 // indirect github.com/godbus/dbus/v5 v5.1.0 // indirect + google.golang.org/protobuf v1.34.2 // indirect DON'T REMOVE, this is here to force a more recent version ) require ( diff --git a/vendor/modules.txt b/vendor/modules.txt index e02398817..4d0857e97 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -71,7 +71,7 @@ github.com/stretchr/testify/suite github.com/zalando/go-keyring github.com/zalando/go-keyring/secret_service # golang.org/x/crypto v0.26.0 -## explicit; go 1.20 +## explicit # golang.org/x/net v0.25.0 ## explicit; go 1.18 golang.org/x/net/context @@ -89,7 +89,7 @@ golang.org/x/text/unicode/bidi golang.org/x/text/unicode/norm golang.org/x/text/width # google.golang.org/protobuf v1.34.2 -## explicit; go 1.20 +## explicit # gopkg.in/cenkalti/backoff.v1 v1.1.0 ## explicit gopkg.in/cenkalti/backoff.v1