Skip to content

Commit 8e19c42

Browse files
committed
fix contrib gen
1 parent 0dc44e5 commit 8e19c42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contrib/haproxy/stream-processing-offload/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/jellydator/ttlcache/v3 v3.4.0
88
github.com/negasus/haproxy-spoe-go v1.0.6
99
github.com/stretchr/testify v1.10.0
10+
golang.org/x/sync v0.15.0
1011
)
1112

1213
require (
@@ -80,7 +81,6 @@ require (
8081
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
8182
golang.org/x/mod v0.25.0 // indirect
8283
golang.org/x/net v0.40.0 // indirect
83-
golang.org/x/sync v0.15.0 // indirect
8484
golang.org/x/sys v0.33.0 // indirect
8585
golang.org/x/text v0.26.0 // indirect
8686
golang.org/x/time v0.11.0 // indirect

internal/stacktrace/contribs_generated.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)