Skip to content

Commit 943b8d8

Browse files
committed
fix: adds chrome specific quic configs
1 parent d5ffc8f commit 943b8d8

File tree

3 files changed

+177
-8
lines changed

3 files changed

+177
-8
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
)
99

1010
require (
11+
github.com/francoispqt/gojay v1.2.13 // indirect
1112
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
1213
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
1314
github.com/onsi/ginkgo/v2 v2.9.5 // indirect

0 commit comments

Comments
 (0)