Skip to content

Commit 8fe47a9

Browse files
build(deps): bump github.com/lasiar/canonicalheader from 1.0.6 to 1.1.1 (#4715)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent c90d06b commit 8fe47a9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ require (
6565
github.com/kulti/thelper v0.6.3
6666
github.com/kunwardeep/paralleltest v1.0.10
6767
github.com/kyoh86/exportloopref v0.1.11
68-
github.com/lasiar/canonicalheader v1.0.6
68+
github.com/lasiar/canonicalheader v1.1.1
6969
github.com/ldez/gomoddirectives v0.2.4
7070
github.com/ldez/tagliatelle v0.5.0
7171
github.com/leonklingele/grouper v1.1.2

go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/canonicalheader/testdata/canonicalheader.go

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ func canonicalheader() {
1212
v.Del("Test-HEader") // want `non-canonical header "Test-HEader", instead use: "Test-Header"`
1313
v.Values("Test-HEader") // want `non-canonical header "Test-HEader", instead use: "Test-Header"`
1414

15+
v.Values("Sec-WebSocket-Accept")
16+
1517
v.Set("Test-Header", "value")
1618
v.Add("Test-Header", "value")
1719
v.Del("Test-Header")

0 commit comments

Comments
 (0)