mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
fix: update goimports in update.go
This commit is contained in:
parent
397571c441
commit
d45bfa333d
1 changed files with 2 additions and 3 deletions
|
|
@ -1,12 +1,11 @@
|
|||
package magellan
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"net/url"
|
||||
|
||||
"github.com/OpenCHAMI/magellan/pkg/client"
|
||||
"github.com/stmcginnis/gofish"
|
||||
"github.com/stmcginnis/gofish/redfish"
|
||||
)
|
||||
|
||||
type UpdateParams struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue