Skip to content

Commit

Permalink
Updated Sentinel Hub dependency to v0.11.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrinivas8687 committed Jul 27, 2023
1 parent 3ac7932 commit 2ef0993
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/hashicorp/go-uuid v1.0.3
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/sentinel-official/hub v0.11.0-rc1
github.com/sentinel-official/hub v0.11.0-rc2
github.com/shirou/gopsutil/v3 v3.23.6
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ github.com/sasha-s/go-deadlock v0.3.1 h1:sqv7fDNShgjcaxkO0JNcOAlr8B9+cV5Ey/OB71e
github.com/sasha-s/go-deadlock v0.3.1/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM=
github.com/schollz/closestmatch v2.1.0+incompatible/go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g=
github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZKJ48R1S7H23Ji7oFO5Bw=
github.com/sentinel-official/hub v0.11.0-rc1 h1:JKc/nEhjbrZJ8GsSOZoMhDDRFyGTyClkmxw2Ch9+iHw=
github.com/sentinel-official/hub v0.11.0-rc1/go.mod h1:GVZFqiw3w5RI5YpvcpGsH5KMR3IJmtF2HyGpdIwDsrk=
github.com/sentinel-official/hub v0.11.0-rc2 h1:0eESYeAqBq/AP3dLt6HniEzfuBMNntVoyVyrvubdBgc=
github.com/sentinel-official/hub v0.11.0-rc2/go.mod h1:GVZFqiw3w5RI5YpvcpGsH5KMR3IJmtF2HyGpdIwDsrk=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
github.com/shirou/gopsutil/v3 v3.23.6 h1:5y46WPI9QBKBbK7EEccUPNXpJpNrvPuTD0O2zHEHT08=
Expand Down
2 changes: 1 addition & 1 deletion x/node/client/cmd/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func QueryNodes() *cobra.Command {
flags.AddQueryFlagsToCmd(cmd)
flags.AddPaginationFlagsToCmd(cmd, "nodes")

cmd.Flags().String(flagPlanID, "", "filter with plan id")
cmd.Flags().Uint64(flagPlanID, 0, "filter with plan id")
cmd.Flags().String(flagStatus, "Active", "filter with status (Active|Inactive)")
cmd.Flags().Duration(clienttypes.FlagTimeout, 15*time.Second, "time limit for requests made by the HTTP client")

Expand Down

0 comments on commit 2ef0993

Please sign in to comment.