From 7d8416663b94fb7f53dc231589b524d3bbd677ef Mon Sep 17 00:00:00 2001 From: jdesouza Date: Mon, 29 Apr 2024 19:07:26 -0300 Subject: [PATCH] Bumped x-net (#915) * Bumped x-net * Bumped x-net * Bumped doc * Revert bump * Revert bump * Revert bump * Revert bump * Fixed version * Fixing issues --- plugins/ci/CHANGELOG.md | 4 ++++ plugins/ci/go.mod | 2 +- plugins/ci/version.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/ci/CHANGELOG.md b/plugins/ci/CHANGELOG.md index 61cfc685e..c976a30e2 100644 --- a/plugins/ci/CHANGELOG.md +++ b/plugins/ci/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 5.5.1 +* update dependencies + ## 5.5.0 + * update fsec and trivy version ## 5.4.5 diff --git a/plugins/ci/go.mod b/plugins/ci/go.mod index 0313dd73a..c67ed462e 100644 --- a/plugins/ci/go.mod +++ b/plugins/ci/go.mod @@ -82,6 +82,7 @@ require ( go.opentelemetry.io/otel/sdk v1.24.0 // indirect go.opentelemetry.io/otel/trace v1.24.0 // indirect golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect + golang.org/x/mod v0.17.0 // indirect golang.org/x/net v0.24.0 // indirect golang.org/x/oauth2 v0.18.0 // indirect golang.org/x/sync v0.7.0 // indirect @@ -89,7 +90,6 @@ require ( golang.org/x/term v0.19.0 // indirect golang.org/x/text v0.14.0 // indirect golang.org/x/time v0.5.0 // indirect - golang.org/x/tools v0.20.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/appengine v1.6.8 // indirect google.golang.org/protobuf v1.33.0 // indirect diff --git a/plugins/ci/version.txt b/plugins/ci/version.txt index d50359de1..d41f08f1f 100644 --- a/plugins/ci/version.txt +++ b/plugins/ci/version.txt @@ -1 +1 @@ -5.5.0 +5.5.1 \ No newline at end of file