Skip to content

Commit 1dae0a8

Browse files
authored
Pin httpsnoop dependency to latest. (#2327)
1 parent 33c5fe0 commit 1dae0a8

File tree

10 files changed

+11
-16
lines changed

10 files changed

+11
-16
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/blugelabs/query_string v0.3.0
99
github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
1010
github.com/dop251/goja v0.0.0-20250309171923-bcd7cc6bf64c
11+
github.com/felixge/httpsnoop v1.0.4
1112
github.com/gofrs/uuid/v5 v5.3.2
1213
github.com/golang-jwt/jwt/v5 v5.2.2
1314
github.com/gorilla/handlers v1.5.2
@@ -53,7 +54,6 @@ require (
5354
github.com/davecgh/go-spew v1.1.1 // indirect
5455
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
5556
github.com/dlclark/regexp2 v1.11.4 // indirect
56-
github.com/felixge/httpsnoop v1.0.3 // indirect
5757
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
5858
github.com/golang/mock v1.6.0 // indirect
5959
github.com/golang/snappy v0.0.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ github.com/dlclark/regexp2 v1.11.4 h1:rPYF9/LECdNymJufQKmri9gV604RvvABwgOA8un7yA
6262
github.com/dlclark/regexp2 v1.11.4/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
6363
github.com/dop251/goja v0.0.0-20250309171923-bcd7cc6bf64c h1:mxWGS0YyquJ/ikZOjSrRjjFIbUqIP9ojyYQ+QZTU3Rg=
6464
github.com/dop251/goja v0.0.0-20250309171923-bcd7cc6bf64c/go.mod h1:MxLav0peU43GgvwVgNbLAj1s/bSGboKkhuULvq/7hx4=
65-
github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=
66-
github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
65+
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
66+
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
6767
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
6868
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
6969
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import (
4040
"go.uber.org/zap/zapcore"
4141
"google.golang.org/protobuf/encoding/protojson"
4242

43+
_ "github.com/felixge/httpsnoop"
4344
_ "github.com/klauspost/compress"
4445
_ "github.com/prometheus/client_golang/prometheus"
4546
_ "github.com/prometheus/common/model"

vendor/github.com/felixge/httpsnoop/.travis.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

vendor/github.com/felixge/httpsnoop/Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/felixge/httpsnoop/README.md

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

vendor/github.com/felixge/httpsnoop/capture_metrics.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/felixge/httpsnoop/wrap_generated_gteq_1.8.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/felixge/httpsnoop/wrap_generated_lt_1.8.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ github.com/dop251/goja/ftoa/internal/fast
9292
github.com/dop251/goja/parser
9393
github.com/dop251/goja/token
9494
github.com/dop251/goja/unistring
95-
# github.com/felixge/httpsnoop v1.0.3
95+
# github.com/felixge/httpsnoop v1.0.4
9696
## explicit; go 1.13
9797
github.com/felixge/httpsnoop
9898
# github.com/go-sourcemap/sourcemap v2.1.3+incompatible

0 commit comments

Comments
 (0)