File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010 "github.com/aws/aws-lambda-go/events"
1111 "github.com/awslabs/aws-lambda-go-api-proxy/core"
12- "github.com/go-chi/chi"
12+ "github.com/go-chi/chi/v5 "
1313)
1414
1515// ChiLambda makes it easy to send API Gateway proxy events to a Chi
Original file line number Diff line number Diff line change 77
88 "github.com/aws/aws-lambda-go/events"
99 chiadapter "github.com/awslabs/aws-lambda-go-api-proxy/chi"
10- "github.com/go-chi/chi"
10+ "github.com/go-chi/chi/v5 "
1111
1212 . "github.com/onsi/ginkgo"
1313 . "github.com/onsi/gomega"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/aws/aws-lambda-go v1.19.1
99 github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
1010 github.com/gin-gonic/gin v1.6.3
11- github.com/go-chi/chi v4.1.2+incompatible
11+ github.com/go-chi/chi/v5 v5.0.2
1212 github.com/go-playground/validator/v10 v10.3.0 // indirect
1313 github.com/gofiber/fiber/v2 v2.1.0
1414 github.com/google/go-querystring v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ github.com/gin-gonic/gin v1.6.3 h1:ahKqKTFpO5KTPHxWZjEdPScmYaGtLo8Y4DMHoEsnp14=
5959github.com/gin-gonic/gin v1.6.3 /go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M =
6060github.com/go-check/check v0.0.0-20180628173108-788fd7840127 h1:0gkP6mzaMqkmpcJYCFOLkIBwI7xFExG03bbkOkCvUPI =
6161github.com/go-check/check v0.0.0-20180628173108-788fd7840127 /go.mod h1:9ES+weclKsC9YodN5RgxqK/VD9HM9JsCSh7rNhMZE98 =
62- github.com/go-chi/chi v4.1.2+incompatible h1:fGFk2Gmi/YKXk0OmGfBh0WgmN3XB8lVnEyNz34tQRec =
63- github.com/go-chi/chi v4.1.2+incompatible /go.mod h1:eB3wogJHnLi3x/kFX2A+IbTBlXxmMeXJVKy9tTv1XzQ =
62+ github.com/go-chi/chi/v5 v5.0.2 h1:4xKeALZdMEsuI5s05PU2Bm89Uc5iM04qFubUCl5LfAQ =
63+ github.com/go-chi/chi/v5 v5.0.2 /go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8 =
6464github.com/go-playground/assert/v2 v2.0.1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A =
6565github.com/go-playground/assert/v2 v2.0.1 /go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4 =
6666github.com/go-playground/locales v0.13.0 h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q =
You can’t perform that action at this time.
0 commit comments