Skip to content

Commit

Permalink
chore: remove gomi ref
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Aug 7, 2024
1 parent 09a4a91 commit 9903e1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 848 deletions.
4 changes: 2 additions & 2 deletions client/appliance.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package client
import (
"fmt"

"github.com/spectrocloud/gomi/pkg/ptr"
clientv1 "github.com/spectrocloud/palette-api-go/client/v1"
"github.com/spectrocloud/palette-api-go/models"
"github.com/spectrocloud/palette-sdk-go/client/apiutil"
"github.com/spectrocloud/palette-sdk-go/client/herr"
)

Expand All @@ -29,7 +29,7 @@ func (h *V1Client) SearchApplianceSummaries(filter *models.V1SearchFilterSpec, s
if resp.Payload.Listmeta.Continue == "" {
isContinue = false
}
params.WithContinue(ptr.StringPtr(resp.Payload.Listmeta.Continue))
params.WithContinue(apiutil.Ptr(resp.Payload.Listmeta.Continue))
}
return hosts, nil
}
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require (
github.com/go-openapi/runtime v0.28.0
github.com/go-openapi/strfmt v0.23.0
github.com/pkg/errors v0.9.1
github.com/spectrocloud/gomi v1.14.0
github.com/spectrocloud/palette-api-go v0.2.6
github.com/stretchr/testify v1.9.0
)
Expand Down
Loading

0 comments on commit 9903e1c

Please sign in to comment.