Skip to content

Commit bc94413

Browse files
fix(deps): update module github.com/mccutchen/go-httpbin/v2 to v2.19.0
| datasource | package | from | to | | ---------- | ---------------------------------- | ------- | ------- | | go | github.com/mccutchen/go-httpbin/v2 | v2.18.3 | v2.19.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 9a2ac0d commit bc94413

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/mailru/easyjson v0.9.0
3131
github.com/mattn/go-colorable v0.1.14
3232
github.com/mattn/go-isatty v0.0.20
33-
github.com/mccutchen/go-httpbin/v2 v2.18.3
33+
github.com/mccutchen/go-httpbin/v2 v2.19.0
3434
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd
3535
github.com/mstoykov/envconfig v1.5.0
3636
github.com/mstoykov/k6-taskqueue-lib v0.1.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
128128
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
129129
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
130130
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
131-
github.com/mccutchen/go-httpbin/v2 v2.18.3 h1:DyckIScjHLJtmlSju+rgjqqI1nL8AdMZHsLSljlbnMU=
132-
github.com/mccutchen/go-httpbin/v2 v2.18.3/go.mod h1:GBy5I7XwZ4ZLhT3hcq39I4ikwN9x4QUt6EAxNiR8Jus=
131+
github.com/mccutchen/go-httpbin/v2 v2.19.0 h1:bU3S6EH9Mr94sUPk1sdFLULlz9TagwZvmj+rpfilkd0=
132+
github.com/mccutchen/go-httpbin/v2 v2.19.0/go.mod h1:GBy5I7XwZ4ZLhT3hcq39I4ikwN9x4QUt6EAxNiR8Jus=
133133
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd h1:AC3N94irbx2kWGA8f/2Ks7EQl2LxKIRQYuT9IJDwgiI=
134134
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd/go.mod h1:9vRHVuLCjoFfE3GT06X0spdOAO+Zzo4AMjdIwUHBvAk=
135135
github.com/mstoykov/envconfig v1.5.0 h1:E2FgWf73BQt0ddgn7aoITkQHmgwAcHup1s//MsS5/f8=

vendor/github.com/mccutchen/go-httpbin/v2/httpbin/handlers.go

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

vendor/github.com/mccutchen/go-httpbin/v2/httpbin/helpers.go

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/mccutchen/go-httpbin/v2/httpbin/responses.go

Lines changed: 4 additions & 4 deletions
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
@@ -263,7 +263,7 @@ github.com/mattn/go-isatty
263263
# github.com/matttproud/golang_protobuf_extensions v1.0.4
264264
## explicit; go 1.9
265265
github.com/matttproud/golang_protobuf_extensions/pbutil
266-
# github.com/mccutchen/go-httpbin/v2 v2.18.3
266+
# github.com/mccutchen/go-httpbin/v2 v2.19.0
267267
## explicit; go 1.22.0
268268
github.com/mccutchen/go-httpbin/v2/httpbin
269269
github.com/mccutchen/go-httpbin/v2/httpbin/digest

0 commit comments

Comments
 (0)