Skip to content

Commit ffabe7a

Browse files
bump polly (#467)
has a fix for lua utils.merge
1 parent c3f7d5c commit ffabe7a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/pluralsh/console/go/client v1.45.2
4141
github.com/pluralsh/controller-reconcile-helper v0.1.0
4242
github.com/pluralsh/gophoenix v0.1.3-0.20231201014135-dff1b4309e34
43-
github.com/pluralsh/polly v0.2.7
43+
github.com/pluralsh/polly v0.2.8
4444
github.com/prometheus/client_golang v1.21.1
4545
github.com/sahilm/fuzzy v0.1.1
4646
github.com/samber/lo v1.50.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,8 @@ github.com/pluralsh/polly v0.2.6 h1:BS2ubNJoXM2HwVEJxcgpew/j9ErYEzk91ArkqUavr5w=
18181818
github.com/pluralsh/polly v0.2.6/go.mod h1:GpeJrbPW0XedsoTXYRPhS5mc6GqIYLocOaRRSsZGisQ=
18191819
github.com/pluralsh/polly v0.2.7 h1:Sk0rW9jGH82jdCFGpz2B8X4qz+LcBxadl2ToUFoS9Q0=
18201820
github.com/pluralsh/polly v0.2.7/go.mod h1:GpeJrbPW0XedsoTXYRPhS5mc6GqIYLocOaRRSsZGisQ=
1821+
github.com/pluralsh/polly v0.2.8 h1:xG/KD7sEAY4G5hKslm9P7UAJtQyJzSkgd2RJeosM7QI=
1822+
github.com/pluralsh/polly v0.2.8/go.mod h1:GpeJrbPW0XedsoTXYRPhS5mc6GqIYLocOaRRSsZGisQ=
18211823
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
18221824
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
18231825
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)