Skip to content

Commit ecc9d1b

Browse files
committed
build: bump flagsmith-go-client to v5.2.0
The eval reason/variant work was developed against an unreleased commit, so go.mod pinned a pseudo-version. v5.2.0 is out; pin the release. beep boop
1 parent a287af5 commit ecc9d1b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/Flagsmith/flagsmith-cli/v2
33
go 1.26
44

55
require (
6-
github.com/Flagsmith/flagsmith-go-client/v5 v5.1.1-0.20260807113230-bc111cdba75a
6+
github.com/Flagsmith/flagsmith-go-client/v5 v5.2.0
77
github.com/blang/semver/v4 v4.0.0
88
github.com/charmbracelet/huh v1.0.0
99
github.com/fatih/color v1.19.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/Flagsmith/flagsmith-go-client/v5 v5.1.1-0.20260807113230-bc111cdba75a h1:u/v/5yCC+SaFeEip8lVMRS3w9yZrlNrrOLW/qmAGAqU=
2-
github.com/Flagsmith/flagsmith-go-client/v5 v5.1.1-0.20260807113230-bc111cdba75a/go.mod h1:CjTs0XAIJXG+08lf4h51W9cjvrNaK92TLVYtjPrnI3w=
1+
github.com/Flagsmith/flagsmith-go-client/v5 v5.2.0 h1:Mqs3nEceWQixRcnIdqnju1Kqo5HvTlhcR9HTdiOsjc4=
2+
github.com/Flagsmith/flagsmith-go-client/v5 v5.2.0/go.mod h1:CjTs0XAIJXG+08lf4h51W9cjvrNaK92TLVYtjPrnI3w=
33
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
44
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
55
github.com/atotto/clipboard v0.1.4 h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=

0 commit comments

Comments
 (0)