From c2e94af9a3e1fd9ccdd388b60256a134df650d31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 06:17:57 +0000 Subject: [PATCH] fix(deps): Update Go --- go.mod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 3709778c..cc8a6f37 100644 --- a/go.mod +++ b/go.mod @@ -3,19 +3,19 @@ module github.com/openpubkey/opkssh go 1.23.7 require ( - github.com/docker/go-connections v0.5.0 + github.com/docker/go-connections v0.6.0 github.com/jeremija/gosubmit v0.2.8 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/lestrrat-go/jwx/v2 v2.1.6 github.com/melbahja/goph v1.4.0 github.com/openpubkey/openpubkey v0.18.0 - github.com/spf13/cobra v1.9.1 - github.com/stretchr/testify v1.10.0 + github.com/spf13/cobra v1.10.1 + github.com/stretchr/testify v1.11.1 github.com/testcontainers/testcontainers-go v0.38.0 github.com/thediveo/enumflag/v2 v2.0.7 - github.com/zitadel/oidc/v3 v3.41.0 - golang.org/x/crypto v0.40.0 - golang.org/x/term v0.33.0 + github.com/zitadel/oidc/v3 v3.44.0 + golang.org/x/crypto v0.41.0 + golang.org/x/term v0.34.0 ) require ( @@ -96,7 +96,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/segmentio/asm v1.2.0 // indirect github.com/spf13/afero v1.14.0 - golang.org/x/exp v0.0.0-20250717185816-542afb5b7346 + golang.org/x/exp 8b4c13bb791b golang.org/x/oauth2 v0.30.0 // indirect golang.org/x/sys v0.34.0 // indirect golang.org/x/text v0.27.0 // indirect