Skip to content

Commit

Permalink
Bump polly to fix issue w/ split function (#596)
Browse files Browse the repository at this point in the history
This is causing user-facing issues with pr templating, need to fix asap
  • Loading branch information
michaeljguarino authored Jan 8, 2025
1 parent 6fb0b04 commit f68fe76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/pluralsh/console/go/controller v0.0.0-20250106171545-b65ee8bd2d2e
github.com/pluralsh/gqlclient v1.12.2
github.com/pluralsh/plural-operator v0.5.5
github.com/pluralsh/polly v0.1.11
github.com/pluralsh/polly v0.2.0
github.com/posthog/posthog-go v1.2.24
github.com/samber/lo v1.47.0
github.com/urfave/cli v1.22.16
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@ github.com/pluralsh/oauth v0.9.2 h1:tM9hBK4tCnJUeCOgX0ctxBBCS3hiCDPoxkJLODtedmQ=
github.com/pluralsh/oauth v0.9.2/go.mod h1:aTUw/75rzcsbvW+/TLvWtHVDXFIdtFrDtUncOq9vHyM=
github.com/pluralsh/plural-operator v0.5.5 h1:57GxniNjUa3hpHgvFr9oDonFgvDUC8XDD5B0e7Xduzk=
github.com/pluralsh/plural-operator v0.5.5/go.mod h1:WIXiz26/WDcUn0FA7Q1jPxmfsm98U1/JL8YpIdKVLX0=
github.com/pluralsh/polly v0.1.11 h1:xSpgVr+VY4GLHUM9BeWSXTbCHX/s4xWOqJOkVMbiDgM=
github.com/pluralsh/polly v0.1.11/go.mod h1:o+oi+FXNThipKNyZsqCemqwY0JdkvhEjQqi8aTw8l4M=
github.com/pluralsh/polly v0.2.0 h1:i0Yu13Lwef9u7hyiqHLyDZhkT1G1uXcaK6Ph7EeXjxo=
github.com/pluralsh/polly v0.2.0/go.mod h1:o+oi+FXNThipKNyZsqCemqwY0JdkvhEjQqi8aTw8l4M=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

0 comments on commit f68fe76

Please sign in to comment.