fix: update goimports in update.go

This commit is contained in:
David Allen 2025-03-13 11:32:47 -06:00 committed by David Allen
parent 397571c441
commit d45bfa333d
Signed by: towk
GPG key ID: 0430CDBE22619155

View file

@ -1,12 +1,11 @@
package magellan package magellan
import ( import (
"encoding/json"
"fmt" "fmt"
"net/http"
"net/url" "net/url"
"github.com/OpenCHAMI/magellan/pkg/client" "github.com/stmcginnis/gofish"
"github.com/stmcginnis/gofish/redfish"
) )
type UpdateParams struct { type UpdateParams struct {