Skip to content

Commit

Permalink
Bump github.com/orange-cloudfoundry/gobis-middlewares
Browse files Browse the repository at this point in the history
Bumps [github.com/orange-cloudfoundry/gobis-middlewares](https://github.com/orange-cloudfoundry/gobis-middlewares) from 1.77.1 to 1.78.2.
- [Release notes](https://github.com/orange-cloudfoundry/gobis-middlewares/releases)
- [Commits](orange-cloudfoundry/gobis-middlewares@v1.77.1...v1.78.2)

---
updated-dependencies:
- dependency-name: github.com/orange-cloudfoundry/gobis-middlewares
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 01df03b commit 0109286
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/cloudfoundry-community/gautocloud v1.3.2
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/orange-cloudfoundry/gobis v1.33.0
github.com/orange-cloudfoundry/gobis-middlewares v1.77.1
github.com/orange-cloudfoundry/gobis v1.33.1
github.com/orange-cloudfoundry/gobis-middlewares v1.78.2
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli v1.22.15
golang.org/x/crypto v0.22.0
Expand Down Expand Up @@ -39,7 +39,7 @@ require (
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailgun/multibuf v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/orange-cloudfoundry/go-auth-pubtkt v1.12.0 // indirect
github.com/orange-cloudfoundry/go-auth-pubtkt v1.12.1 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/rs/cors v1.11.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Expand All @@ -59,7 +59,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.19.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1Cpa
github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
github.com/orange-cloudfoundry/go-auth-pubtkt v1.12.0 h1:4gwjo4cQDtW8s+OnhOk81/1wQ3W+L+Aa2m4LCcz7i80=
github.com/orange-cloudfoundry/go-auth-pubtkt v1.12.0/go.mod h1:+hXSjI/8Xu+FEORy0F+W+UYA2mM3TaL8oc8WHUAVmhU=
github.com/orange-cloudfoundry/gobis v1.33.0 h1:5L85xcw7Nima9P7l9rnSdD3g16QsraYqBDt8N1PEZYU=
github.com/orange-cloudfoundry/gobis v1.33.0/go.mod h1:aQ56LbxqbXvhq7AQZlrxzJAqDRpRxCsLQoHASa6HsTo=
github.com/orange-cloudfoundry/gobis-middlewares v1.77.1 h1:gKP9Zr6b8U1XUSCdNCVgNxQLcWOdvhhELbTnYF8cW/s=
github.com/orange-cloudfoundry/gobis-middlewares v1.77.1/go.mod h1:7Os9ecB9DGMdJ7iJvqzM5LWGGyXJCzEdYlA2hvSkY+c=
github.com/orange-cloudfoundry/go-auth-pubtkt v1.12.1 h1:sQh4NZeMrHsW1USolczJi6xjbMSMVNvoZomMQ00VN6Y=
github.com/orange-cloudfoundry/go-auth-pubtkt v1.12.1/go.mod h1:AXijsaGBZMpOIO17MLhUG0WBB2LO+UAhj/OkR46/as0=
github.com/orange-cloudfoundry/gobis v1.33.1 h1:MSbVEkE8UhveMaHxZfibASbvNi06UruNkE+9mjwsso0=
github.com/orange-cloudfoundry/gobis v1.33.1/go.mod h1:75C+hnBNQD6BJV1e7JFQmIp/cNW1arra/qdEOXS6rws=
github.com/orange-cloudfoundry/gobis-middlewares v1.78.2 h1:M+soMBMbH+yYmnjKtQ0k4tnez1HNpW12xon9/mRPAGg=
github.com/orange-cloudfoundry/gobis-middlewares v1.78.2/go.mod h1:buu3EWBzGRp6qjN+QgSNotBHgPWzDcjOY9dLZdX27oo=
github.com/pelletier/go-toml/v2 v2.1.1 h1:LWAJwfNvjQZCFIDKWYQaM62NcYeYViCmWIwmOStowAI=
github.com/pelletier/go-toml/v2 v2.1.1/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down Expand Up @@ -278,8 +278,8 @@ golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=
golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.19.0 h1:9+E/EZBCbTLNrbN35fHv/a/d/mOBatymz1zbtQrXpIg=
golang.org/x/oauth2 v0.19.0/go.mod h1:vYi7skDa1x015PmRRYZ7+s1cWyPgrPiSYRe4rnsexc8=
golang.org/x/oauth2 v0.20.0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo=
golang.org/x/oauth2 v0.20.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down
2 changes: 1 addition & 1 deletion vendor/golang.org/x/oauth2/oauth2.go

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

8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ github.com/mailgun/multibuf
# github.com/mitchellh/mapstructure v1.5.0
## explicit; go 1.14
github.com/mitchellh/mapstructure
# github.com/orange-cloudfoundry/go-auth-pubtkt v1.12.0
# github.com/orange-cloudfoundry/go-auth-pubtkt v1.12.1
## explicit; go 1.21
github.com/orange-cloudfoundry/go-auth-pubtkt
# github.com/orange-cloudfoundry/gobis v1.33.0
# github.com/orange-cloudfoundry/gobis v1.33.1
## explicit; go 1.21
github.com/orange-cloudfoundry/gobis
# github.com/orange-cloudfoundry/gobis-middlewares v1.77.1
# github.com/orange-cloudfoundry/gobis-middlewares v1.78.2
## explicit; go 1.21
github.com/orange-cloudfoundry/gobis-middlewares
github.com/orange-cloudfoundry/gobis-middlewares/authpubtkt
Expand Down Expand Up @@ -255,7 +255,7 @@ golang.org/x/net/context
golang.org/x/net/idna
golang.org/x/net/internal/socks
golang.org/x/net/proxy
# golang.org/x/oauth2 v0.19.0
# golang.org/x/oauth2 v0.20.0
## explicit; go 1.18
golang.org/x/oauth2
golang.org/x/oauth2/clientcredentials
Expand Down

0 comments on commit 0109286

Please sign in to comment.