From 6e4dc501853b8aa40bc837258fc096d9be34a146 Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 15 Feb 2023 10:59:16 +0100 Subject: [PATCH] update TestNewPatchRelease test Signed-off-by: cpanato --- cmd/krel/cmd/changelog_data_test.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cmd/krel/cmd/changelog_data_test.go b/cmd/krel/cmd/changelog_data_test.go index 62b4f9a3c42..94faa075855 100644 --- a/cmd/krel/cmd/changelog_data_test.go +++ b/cmd/krel/cmd/changelog_data_test.go @@ -72,10 +72,10 @@ _Nothing has changed._ - github.com/stretchr/testify: [v1.7.0 → v1.8.0](https://github.com/stretchr/testify/compare/v1.7.0...v1.8.0) - go.uber.org/goleak: v1.1.10 → v1.2.0 - golang.org/x/lint: 6edffad → 1621716 -- golang.org/x/net: a158d28 → v0.4.0 -- golang.org/x/sys: 8c9f86f → v0.3.0 -- golang.org/x/term: 03fcf44 → v0.3.0 -- golang.org/x/text: v0.3.7 → v0.5.0 +- golang.org/x/net: a158d28 → v0.7.0 +- golang.org/x/sys: 8c9f86f → v0.5.0 +- golang.org/x/term: 03fcf44 → v0.5.0 +- golang.org/x/text: v0.3.7 → v0.7.0 - k8s.io/system-validators: v1.7.0 → v1.8.0 - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.35 @@ -140,10 +140,10 @@ const patchReleaseExpectedHTML = `
  • github.com/stretchr/testify: v1.7.0 → v1.8.0
  • go.uber.org/goleak: v1.1.10 → v1.2.0
  • golang.org/x/lint: 6edffad → 1621716
  • -
  • golang.org/x/net: a158d28 → v0.4.0
  • -
  • golang.org/x/sys: 8c9f86f → v0.3.0
  • -
  • golang.org/x/term: 03fcf44 → v0.3.0
  • -
  • golang.org/x/text: v0.3.7 → v0.5.0
  • +
  • golang.org/x/net: a158d28 → v0.7.0
  • +
  • golang.org/x/sys: 8c9f86f → v0.5.0
  • +
  • golang.org/x/term: 03fcf44 → v0.5.0
  • +
  • golang.org/x/text: v0.3.7 → v0.7.0
  • k8s.io/system-validators: v1.7.0 → v1.8.0
  • sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.35