Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/Scalingo/go-handlers from 1.7.0 to 1.8.0 #96

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Scalingo/acadock-monitoring
go 1.20

require (
github.com/Scalingo/go-handlers v1.7.0
github.com/Scalingo/go-handlers v1.8.0
github.com/Scalingo/go-netns v0.0.0-20150428122709-21a4d4829db5
github.com/Scalingo/go-netstat v0.0.0-20180430114940-1063ff17a7af
github.com/Scalingo/go-utils/logger v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg=
github.com/Microsoft/go-winio v0.6.0/go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE=
github.com/Microsoft/hcsshim v0.10.0-rc.7 h1:HBytQPxcv8Oy4244zbQbe6hnOnx544eL5QPUqhJldz8=
github.com/Scalingo/go-handlers v1.7.0 h1:bM4V0jBaVJY7AYfeRNi2LmMCnnf/gQ6xHxCTA1XWxCI=
github.com/Scalingo/go-handlers v1.7.0/go.mod h1:E3G9Y+p+b2TOa4F49enfTDsA+1Uno6q8rJPz4i3m7bU=
github.com/Scalingo/go-handlers v1.8.0 h1:9WKoJUEy3HHh/kaLTulaoG6eKhY7jeJs1xFSq75rAZU=
github.com/Scalingo/go-handlers v1.8.0/go.mod h1:J8KabHtLtwsOhx6bM2AT2D2xMVO9/a3lgMGm9TvSgsA=
github.com/Scalingo/go-netns v0.0.0-20150428122709-21a4d4829db5 h1:dKaQRrVQqsmJLM4x4ZeFf3qh61dBdQMx14aI84x2V4I=
github.com/Scalingo/go-netns v0.0.0-20150428122709-21a4d4829db5/go.mod h1:gnEERa/gBWBvqduiMEIoIFJqruCwDVn8tlM43x2CKFE=
github.com/Scalingo/go-netstat v0.0.0-20180430114940-1063ff17a7af h1:8Y0H/4TRG2f4FT8pBk2of8JTleTyJzSU71vuZkbk1Mg=
Expand Down
5 changes: 5 additions & 0 deletions vendor/github.com/Scalingo/go-handlers/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions vendor/github.com/Scalingo/go-handlers/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions vendor/github.com/Scalingo/go-handlers/reject_http_middleware.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ github.com/Azure/go-ansiterm/winterm
github.com/Microsoft/go-winio
github.com/Microsoft/go-winio/internal/socket
github.com/Microsoft/go-winio/pkg/guid
# github.com/Scalingo/go-handlers v1.7.0
# github.com/Scalingo/go-handlers v1.8.0
## explicit; go 1.17
github.com/Scalingo/go-handlers
# github.com/Scalingo/go-netns v0.0.0-20150428122709-21a4d4829db5
Expand Down