Skip to content

Commit

Permalink
Bump github.com/stmcginnis/gofish from 0.16.1 to 0.18.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb authored May 20, 2024
2 parents e10f2bd + baa9ab4 commit 0c5ecd9
Show file tree
Hide file tree
Showing 64 changed files with 3,485 additions and 1,283 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ go 1.20
require (
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/stmcginnis/gofish v0.16.1
github.com/stmcginnis/gofish v0.18.0
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ=
github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk=
github.com/stmcginnis/gofish v0.16.1 h1:l5SopbfBYp7ek8WPrKWflJ5F4/iRoI8ctXqoCIQEfww=
github.com/stmcginnis/gofish v0.16.1/go.mod h1:BLDSFTp8pDlf/xDbLZa+F7f7eW0E/CHCboggsu8CznI=
github.com/stmcginnis/gofish v0.18.0 h1:f6jc6zgvfABlia98v+Mbhcro/xrXC0cPto/oa1H0muk=
github.com/stmcginnis/gofish v0.18.0/go.mod h1:BLDSFTp8pDlf/xDbLZa+F7f7eW0E/CHCboggsu8CznI=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 26 additions & 2 deletions vendor/github.com/stmcginnis/gofish/redfish/aggregate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 12 additions & 60 deletions vendor/github.com/stmcginnis/gofish/redfish/aggregationservice.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 19 additions & 5 deletions vendor/github.com/stmcginnis/gofish/redfish/battery.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion vendor/github.com/stmcginnis/gofish/redfish/chassis.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c5ecd9

Please sign in to comment.