Skip to content

Commit 7e667e5

Browse files
authored
Merge pull request #2915 from cpanato/fix-test
update TestNewPatchRelease test
2 parents 9109a03 + 6e4dc50 commit 7e667e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cmd/krel/cmd/changelog_data_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ _Nothing has changed._
7272
- github.com/stretchr/testify: [v1.7.0 → v1.8.0](https://github.com/stretchr/testify/compare/v1.7.0...v1.8.0)
7373
- go.uber.org/goleak: v1.1.10 → v1.2.0
7474
- golang.org/x/lint: 6edffad → 1621716
75-
- golang.org/x/net: a158d28 → v0.4.0
76-
- golang.org/x/sys: 8c9f86f → v0.3.0
77-
- golang.org/x/term: 03fcf44 → v0.3.0
78-
- golang.org/x/text: v0.3.7 → v0.5.0
75+
- golang.org/x/net: a158d28 → v0.7.0
76+
- golang.org/x/sys: 8c9f86f → v0.5.0
77+
- golang.org/x/term: 03fcf44 → v0.5.0
78+
- golang.org/x/text: v0.3.7 → v0.7.0
7979
- k8s.io/system-validators: v1.7.0 → v1.8.0
8080
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.35
8181
@@ -140,10 +140,10 @@ const patchReleaseExpectedHTML = `<!DOCTYPE html>
140140
<li>github.com/stretchr/testify: <a href="https://github.com/stretchr/testify/compare/v1.7.0...v1.8.0">v1.7.0 → v1.8.0</a></li>
141141
<li>go.uber.org/goleak: v1.1.10 → v1.2.0</li>
142142
<li>golang.org/x/lint: 6edffad → 1621716</li>
143-
<li>golang.org/x/net: a158d28 → v0.4.0</li>
144-
<li>golang.org/x/sys: 8c9f86f → v0.3.0</li>
145-
<li>golang.org/x/term: 03fcf44 → v0.3.0</li>
146-
<li>golang.org/x/text: v0.3.7 → v0.5.0</li>
143+
<li>golang.org/x/net: a158d28 → v0.7.0</li>
144+
<li>golang.org/x/sys: 8c9f86f → v0.5.0</li>
145+
<li>golang.org/x/term: 03fcf44 → v0.5.0</li>
146+
<li>golang.org/x/text: v0.3.7 → v0.7.0</li>
147147
<li>k8s.io/system-validators: v1.7.0 → v1.8.0</li>
148148
<li>sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.32 → v0.0.35</li>
149149
</ul>

0 commit comments

Comments
 (0)