Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Jan 12, 2024
1 parent 1ad8503 commit 163f99a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
)

require (
github.com/atombender/go-jsonschema v0.14.2-0.20231214214958-2cee8731362c // indirect
github.com/atombender/go-jsonschema v0.14.2-0.20240111021801-2623e07d6fb4 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/fatih/color v1.13.0 // indirect
Expand Down Expand Up @@ -84,6 +84,7 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/atombender/go-jsonschema v0.14.2-0.20231214214958-2cee8731362c h1:PiewfwkLThFaGs2TgsAZHha7WiECq5k5uddKG5IQkCE=
github.com/atombender/go-jsonschema v0.14.2-0.20231214214958-2cee8731362c/go.mod h1:ZC7LrGMdCQI5dvNpxKU8KbLfRJz2rpAyxqiOyTJT4n8=
github.com/atombender/go-jsonschema v0.14.2-0.20240111021801-2623e07d6fb4 h1:uo39K0ppKZC7zdbnJGzd/nda9nCRRI5K5GCCIU4Exsc=
github.com/atombender/go-jsonschema v0.14.2-0.20240111021801-2623e07d6fb4/go.mod h1:8NPlb6MYKVe+5PUpG1ol2aLqVq1yZJC6/1OTv4ilQnw=
github.com/aws/aws-sdk-go v1.15.11/go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0=
github.com/aws/aws-sdk-go v1.17.7/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.34.2/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
Expand Down Expand Up @@ -1147,6 +1149,8 @@ golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EH
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 h1:qCEDpW1G+vcj3Y7Fy52pEM1AWm3abj8WimGYejI3SC4=
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611/go.mod h1:iRJReGqOEeBhDZGkGbynYwcHlctCvnjTYIamk7uXpHI=
golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e h1:723BNChdd0c2Wk6WOE320qGBiPtYx0F0Bbm1kriShfE=
golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e/go.mod h1:iRJReGqOEeBhDZGkGbynYwcHlctCvnjTYIamk7uXpHI=
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs=
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
Expand Down
2 changes: 1 addition & 1 deletion internal/api/connectors/inventory/inventory.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (this *inventoryConnectorImpl) getSystemProfileDetails(

response, err := this.client.ApiHostGetHostSystemProfileByIdWithResponse(ctx, IDs, params)

fmt.Println("system profile response: ", string(response))
fmt.Println("system profile response: ", response)
fmt.Println("system profile err: ", err)

if err != nil {
Expand Down

0 comments on commit 163f99a

Please sign in to comment.