Skip to content

Commit

Permalink
chore: upgrade api-client-go to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 15, 2024
1 parent 57277e3 commit 23e3257
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ require (

require (
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
github.com/launchdarkly/api-client-go/v13 v13.0.1-0.20230420175109-f5469391a13e
github.com/launchdarkly/api-client-go/v17 v17.0.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/launchdarkly/api-client-go/v13 v13.0.1-0.20230420175109-f5469391a13e h1:PZ8SXmC5B/jTc8FfrWfSGNjy0ieGwqcKPjPV4vMtUqM=
github.com/launchdarkly/api-client-go/v13 v13.0.1-0.20230420175109-f5469391a13e/go.mod h1:cQRkOAs0LGcfIs6RSsHNqwhzItUZooyhpqPv0hgiQZM=
github.com/launchdarkly/api-client-go/v17 v17.0.0 h1:qvJXU98rKNanbGyWJRzJvzFtsCmfikNaxbOofwDcz/k=
github.com/launchdarkly/api-client-go/v17 v17.0.0/go.mod h1:lMTmhEjepXfam8xm8b0ERBJbV9g8vdu9nbKueDXcB5o=
github.com/launchdarkly/ccache v1.1.0 h1:voD1M+ZJXR3MREOKtBwgTF9hYHl1jg+vFKS/+VAkR2k=
github.com/launchdarkly/ccache v1.1.0/go.mod h1:TlxzrlnzvYeXiLHmesMuvoZetu4Z97cV1SsdqqBJi1Q=
github.com/launchdarkly/eventsource v1.7.1 h1:StoRQeiPyrcQIXjlQ7b5jWMzHW4p+GGczN2r2oBhujg=
Expand Down
2 changes: 1 addition & 1 deletion integrationtests/api_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/launchdarkly/ld-relay/v8/config"

ldapi "github.com/launchdarkly/api-client-go/v13"
ldapi "github.com/launchdarkly/api-client-go/v17"
"github.com/launchdarkly/go-sdk-common/v3/ldlog"
"github.com/launchdarkly/go-sdk-common/v3/ldtime"
"github.com/launchdarkly/go-sdk-common/v3/ldvalue"
Expand Down
2 changes: 1 addition & 1 deletion integrationtests/test_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/launchdarkly/ld-relay/v8/integrationtests/oshelpers"
"github.com/launchdarkly/ld-relay/v8/internal/api"

ldapi "github.com/launchdarkly/api-client-go/v13"
ldapi "github.com/launchdarkly/api-client-go/v17"
ct "github.com/launchdarkly/go-configtypes"
"github.com/launchdarkly/go-sdk-common/v3/ldlog"
"github.com/launchdarkly/go-sdk-common/v3/ldvalue"
Expand Down

0 comments on commit 23e3257

Please sign in to comment.