Skip to content

Commit

Permalink
bugfix of populating nodes stats (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejingru authored Apr 29, 2021
1 parent a0b4356 commit d35ad92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/aws/aws-sdk-go v1.32.8
github.com/baetyl/baetyl-go/v2 v2.1.49
github.com/baetyl/baetyl-go/v2 v2.1.50
github.com/gin-contrib/cache v1.1.0
github.com/gin-gonic/gin v1.6.3
github.com/go-sql-driver/mysql v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db/go.mod h1:rB3B4r
github.com/andybalholm/cascadia v1.1.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y=
github.com/aws/aws-sdk-go v1.32.8 h1:ULxiQqR1eZ+k2/1gqv3GYAjkunlS7ncVU2eL801t08M=
github.com/aws/aws-sdk-go v1.32.8/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/baetyl/baetyl-go/v2 v2.1.49 h1:bsSJi/SNHseM+korLMBr8ZjY3ykZeq/Sktq+NJdKnV0=
github.com/baetyl/baetyl-go/v2 v2.1.49/go.mod h1:n6jClckOKHICRSFiUbVn5VUwEH6OaiSyQS3z+sW2+UA=
github.com/baetyl/baetyl-go/v2 v2.1.50 h1:pD48My8S+TsOV+2LRNyeBiTmKMaAoPWfBO0sTqT52C4=
github.com/baetyl/baetyl-go/v2 v2.1.50/go.mod h1:n6jClckOKHICRSFiUbVn5VUwEH6OaiSyQS3z+sW2+UA=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/bradfitz/gomemcache v0.0.0-20170208213004-1952afaa557d/go.mod h1:PmM6Mmwb0LSuEubjR8N7PtNe1KxZLtOUHtbeikc5h60=
github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737 h1:rRISKWyXfVxvoa702s91Zl5oREZTrR3yv+tXrrX7G/g=
Expand Down

0 comments on commit d35ad92

Please sign in to comment.