diff --git a/go-example-lambda-runtime-api-proxy-extension/go.mod b/go-example-lambda-runtime-api-proxy-extension/go.mod index b3c77898..fcdb4704 100644 --- a/go-example-lambda-runtime-api-proxy-extension/go.mod +++ b/go-example-lambda-runtime-api-proxy-extension/go.mod @@ -2,4 +2,4 @@ module LAMBDA-RUNTIME-API-PROXY-EXTENSION-MAIN/golang-example-lambda-runtime-api go 1.6 -require github.com/go-chi/chi/v5 v5.0.10 +require github.com/go-chi/chi/v5 v5.2.2 diff --git a/go-example-lambda-runtime-api-proxy-extension/go.sum b/go-example-lambda-runtime-api-proxy-extension/go.sum index b2b392c7..ed9ec89c 100644 --- a/go-example-lambda-runtime-api-proxy-extension/go.sum +++ b/go-example-lambda-runtime-api-proxy-extension/go.sum @@ -1,2 +1,2 @@ -github.com/go-chi/chi/v5 v5.0.10 h1:rLz5avzKpjqxrYwXNfmjkrYYXOyLJd37pz53UFHC6vk= -github.com/go-chi/chi/v5 v5.0.10/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= +github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618= +github.com/go-chi/chi/v5 v5.2.2/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=