ingress-nginx-helm/test/e2e/framework/httpexpect
Carlos Tadeu Panato Junior 12fbe9b163
golangci-lint update, ci cleanup, group dependabot updates (#11071)
* bump golangci-lint to v1.56.x

Signed-off-by: cpanato <ctadeu@gmail.com>

* cleanup empty lines

Signed-off-by: cpanato <ctadeu@gmail.com>

* group dependabot updates

Signed-off-by: cpanato <ctadeu@gmail.com>

* run on job changes as well

Signed-off-by: cpanato <ctadeu@gmail.com>

* remove deprecated checks

Signed-off-by: cpanato <ctadeu@gmail.com>

* fix lints and format

Signed-off-by: cpanato <ctadeu@gmail.com>

---------

Signed-off-by: cpanato <ctadeu@gmail.com>
2024-03-07 02:39:53 -08:00
..
array.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
chain.go Fix golang-ci linter errors (#10128) 2023-07-03 05:50:52 -07:00
cookie.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
match.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
object.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
README.md Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
reporter.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
request.go golangci-lint update, ci cleanup, group dependabot updates (#11071) 2024-03-07 02:39:53 -08:00
response.go upgrade go 1.21.5 (#10732) 2023-12-08 01:52:14 +01:00
string.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00
value.go Adding a simpler interface for the HTTP request library. (#8862) 2022-09-05 04:02:36 -07:00

This module is based in the deprecated library github.com/gavv/httpexpect, and contains slightly adaptations.