From 0b16bf2ef6631b1b05e6eb54badf87878d79493b Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Thu, 20 Feb 2025 17:09:21 -0700 Subject: [PATCH] refactor: moved internal functions to pkg and updated refs --- pkg/update.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkg/update.go b/pkg/update.go index 757b455..ed4aaa9 100644 --- a/pkg/update.go +++ b/pkg/update.go @@ -1,14 +1,12 @@ package magellan import ( + "encoding/json" "fmt" + "net/http" "net/url" - "github.com/stmcginnis/gofish" - "github.com/stmcginnis/gofish/redfish" - - "github.com/stmcginnis/gofish" - "github.com/stmcginnis/gofish/redfish" + "github.com/OpenCHAMI/magellan/pkg/client" ) type UpdateParams struct {