From 020cf1113d0a42f73ebd27abd7c2f6fed02e8ddd Mon Sep 17 00:00:00 2001 From: "plural-copilot[bot]" Date: Thu, 17 Oct 2024 18:32:34 +0000 Subject: [PATCH] fix(deps): update module github.com/osteele/liquid to v1.5.0 --- go.mod | 6 +++--- go.sum | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index de82de3..479a501 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,13 @@ module github.com/pluralsh/polly -go 1.22.0 +go 1.23 -toolchain go1.23.0 +toolchain go1.23.2 require ( github.com/Masterminds/sprig/v3 v3.3.0 github.com/cenkalti/backoff v2.2.1+incompatible - github.com/osteele/liquid v1.4.0 + github.com/osteele/liquid v1.5.0 github.com/samber/lo v1.47.0 github.com/stretchr/testify v1.8.1 ) diff --git a/go.sum b/go.sum index 5949204..2188b76 100644 --- a/go.sum +++ b/go.sum @@ -29,6 +29,8 @@ github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zx github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= github.com/osteele/liquid v1.4.0 h1:WS6lT3MFWUAxNbveF22tMLluOWNghGnKCZHLn7NbJGs= github.com/osteele/liquid v1.4.0/go.mod h1:VmzQQHa5v4E0GvGzqccfAfLgMwRk2V+s1QbxYx9dGak= +github.com/osteele/liquid v1.5.0 h1:SJWUJQtNvmKXfYR4CL0iLavbdeYlEiaOjxPZlWFjqxs= +github.com/osteele/liquid v1.5.0/go.mod h1:xU0Z2dn2hOQIEFEWNmeltOmCtfhtoW/2fCyiNQeNG+U= github.com/osteele/tuesday v1.0.3 h1:SrCmo6sWwSgnvs1bivmXLvD7Ko9+aJvvkmDjB5G4FTU= github.com/osteele/tuesday v1.0.3/go.mod h1:pREKpE+L03UFuR+hiznj3q7j3qB1rUZ4XfKejwWFF2M= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=