Skip to content

Commit

Permalink
PLT-1217:Added pagination support in edge_hosts/appliances data source (
Browse files Browse the repository at this point in the history
#458)

* PLT-1217:Added pagination support in edge_hosts/appliances data source

* updated sdk
  • Loading branch information
SivaanandM committed Jun 3, 2024
1 parent a19afb0 commit a9a3c6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/robfig/cron v1.2.0
github.com/spectrocloud/gomi v1.14.1-0.20240214074114-c19394812368
github.com/spectrocloud/hapi v1.14.1-0.20240214071352-81f589b1d86d
github.com/spectrocloud/palette-sdk-go v0.0.0-20240503061801-fa361125e225
github.com/spectrocloud/palette-sdk-go v0.0.0-20240527074823-dea98afcb6fd
github.com/stretchr/testify v1.8.4
gotest.tools v2.2.0+incompatible
k8s.io/api v0.23.5
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,10 @@ github.com/spectrocloud/palette-sdk-go v0.0.0-20240403123806-17f698cadf11 h1:b/j
github.com/spectrocloud/palette-sdk-go v0.0.0-20240403123806-17f698cadf11/go.mod h1:MvZHrcVf03fcAEcy9Xvp2zWUcLgiAaVQIPSgtfU3pMQ=
github.com/spectrocloud/palette-sdk-go v0.0.0-20240503061801-fa361125e225 h1:LuFDUrhMiCFtXuNnVpDbDYiehvv+s1HaBuMdSmuzPC4=
github.com/spectrocloud/palette-sdk-go v0.0.0-20240503061801-fa361125e225/go.mod h1:MvZHrcVf03fcAEcy9Xvp2zWUcLgiAaVQIPSgtfU3pMQ=
github.com/spectrocloud/palette-sdk-go v0.0.0-20240522113746-dbae34a5c386 h1:sQmEiR4EvzqCG7eftxJPlHWf8Ht2OSMJSz+EFf1uACs=
github.com/spectrocloud/palette-sdk-go v0.0.0-20240522113746-dbae34a5c386/go.mod h1:MvZHrcVf03fcAEcy9Xvp2zWUcLgiAaVQIPSgtfU3pMQ=
github.com/spectrocloud/palette-sdk-go v0.0.0-20240527074823-dea98afcb6fd h1:w7x3dzBmTWhseE+OmzgIyhcNyq5yfklB6QVqKiezI9w=
github.com/spectrocloud/palette-sdk-go v0.0.0-20240527074823-dea98afcb6fd/go.mod h1:MvZHrcVf03fcAEcy9Xvp2zWUcLgiAaVQIPSgtfU3pMQ=
github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I=
Expand Down

0 comments on commit a9a3c6d

Please sign in to comment.