From a62085755149cdba6fc53fd1560f0a53f45a177d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:10:16 +0000 Subject: [PATCH] Renovate Update github.com/ministryofjustice/opg-go-common digest to 1f236d6 --- lambda/create/go.mod | 6 ++++-- lambda/create/go.sum | 2 ++ lambda/get/go.mod | 6 ++++-- lambda/get/go.sum | 2 ++ lambda/update/go.mod | 6 ++++-- lambda/update/go.sum | 2 ++ 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/lambda/create/go.mod b/lambda/create/go.mod index dfb7e26f..4fcde274 100644 --- a/lambda/create/go.mod +++ b/lambda/create/go.mod @@ -1,9 +1,11 @@ module github.com/ministryofjustice/opg-data-lpa-deed/lambda/create -go 1.20 +go 1.21.0 + +toolchain go1.21.3 require ( github.com/aws/aws-lambda-go v1.41.0 github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared v0.0.0-20231012101804-da267f23d7db - github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90 + github.com/ministryofjustice/opg-go-common v0.0.0-20231009133357-1f236d604316 ) diff --git a/lambda/create/go.sum b/lambda/create/go.sum index bfef836f..d9e086e0 100644 --- a/lambda/create/go.sum +++ b/lambda/create/go.sum @@ -6,6 +6,8 @@ github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared v0.0.0-202310121018 github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared v0.0.0-20231012101804-da267f23d7db/go.mod h1:uarvaw7JMaubij8CuiO2bNcJBp8zWEdiU+AVqe78Ggc= github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90 h1:mxTHIeCYV7LDZPN7C44wwLlBTUsgQ0G8FQprsrsKXaA= github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90/go.mod h1:1RmCNi6dkAv8umAgNHp8RkuBoSKLlxp1UtfsGYH7ufc= +github.com/ministryofjustice/opg-go-common v0.0.0-20231009133357-1f236d604316 h1:iuo6s75firLntoOAU+SCaRnXUHlLfTIxru8hBlYsECw= +github.com/ministryofjustice/opg-go-common v0.0.0-20231009133357-1f236d604316/go.mod h1:1RmCNi6dkAv8umAgNHp8RkuBoSKLlxp1UtfsGYH7ufc= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s= diff --git a/lambda/get/go.mod b/lambda/get/go.mod index a026af89..9507c192 100644 --- a/lambda/get/go.mod +++ b/lambda/get/go.mod @@ -1,9 +1,11 @@ module github.com/ministryofjustice/opg-data-lpa-deed/lambda/get -go 1.20 +go 1.21.0 + +toolchain go1.21.3 require ( github.com/aws/aws-lambda-go v1.41.0 github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared v0.0.0-20231012101804-da267f23d7db - github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90 + github.com/ministryofjustice/opg-go-common v0.0.0-20231009133357-1f236d604316 ) diff --git a/lambda/get/go.sum b/lambda/get/go.sum index bfef836f..d9e086e0 100644 --- a/lambda/get/go.sum +++ b/lambda/get/go.sum @@ -6,6 +6,8 @@ github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared v0.0.0-202310121018 github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared v0.0.0-20231012101804-da267f23d7db/go.mod h1:uarvaw7JMaubij8CuiO2bNcJBp8zWEdiU+AVqe78Ggc= github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90 h1:mxTHIeCYV7LDZPN7C44wwLlBTUsgQ0G8FQprsrsKXaA= github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90/go.mod h1:1RmCNi6dkAv8umAgNHp8RkuBoSKLlxp1UtfsGYH7ufc= +github.com/ministryofjustice/opg-go-common v0.0.0-20231009133357-1f236d604316 h1:iuo6s75firLntoOAU+SCaRnXUHlLfTIxru8hBlYsECw= +github.com/ministryofjustice/opg-go-common v0.0.0-20231009133357-1f236d604316/go.mod h1:1RmCNi6dkAv8umAgNHp8RkuBoSKLlxp1UtfsGYH7ufc= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s= diff --git a/lambda/update/go.mod b/lambda/update/go.mod index 8ed2aecc..234e4088 100644 --- a/lambda/update/go.mod +++ b/lambda/update/go.mod @@ -1,12 +1,14 @@ module github.com/ministryofjustice/opg-data-lpa-deed/lambda/update -go 1.20 +go 1.21.0 + +toolchain go1.21.3 require ( github.com/aws/aws-lambda-go v1.41.0 github.com/go-openapi/jsonpointer v0.20.0 github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared v0.0.0-20231012101804-da267f23d7db - github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90 + github.com/ministryofjustice/opg-go-common v0.0.0-20231009133357-1f236d604316 ) require ( diff --git a/lambda/update/go.sum b/lambda/update/go.sum index 1ea451a6..650ceb05 100644 --- a/lambda/update/go.sum +++ b/lambda/update/go.sum @@ -18,6 +18,8 @@ github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared v0.0.0-202310121018 github.com/ministryofjustice/opg-data-lpa-deed/lambda/shared v0.0.0-20231012101804-da267f23d7db/go.mod h1:uarvaw7JMaubij8CuiO2bNcJBp8zWEdiU+AVqe78Ggc= github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90 h1:mxTHIeCYV7LDZPN7C44wwLlBTUsgQ0G8FQprsrsKXaA= github.com/ministryofjustice/opg-go-common v0.0.0-20220816144329-763497f29f90/go.mod h1:1RmCNi6dkAv8umAgNHp8RkuBoSKLlxp1UtfsGYH7ufc= +github.com/ministryofjustice/opg-go-common v0.0.0-20231009133357-1f236d604316 h1:iuo6s75firLntoOAU+SCaRnXUHlLfTIxru8hBlYsECw= +github.com/ministryofjustice/opg-go-common v0.0.0-20231009133357-1f236d604316/go.mod h1:1RmCNi6dkAv8umAgNHp8RkuBoSKLlxp1UtfsGYH7ufc= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=