Skip to content

Commit

Permalink
RSDK-8215 - Decrease GOAWAY errors by updating goutils (#4203)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheukt committed Jul 16, 2024
1 parent 6301788 commit a7b82af
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 @@ -89,7 +89,7 @@ require (
go.uber.org/zap v1.24.0
go.viam.com/api v0.1.322
go.viam.com/test v1.1.1-0.20220913152726-5da9916c08a2
go.viam.com/utils v0.1.84
go.viam.com/utils v0.1.85
goji.io v2.0.2+incompatible
golang.org/x/image v0.15.0
golang.org/x/mobile v0.0.0-20240112133503-c713f31d574b
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1546,8 +1546,8 @@ go.viam.com/api v0.1.322 h1:bC78B6QOxUgfWU2rOvN+4n03gg1JgZUPF9VN49X9GQc=
go.viam.com/api v0.1.322/go.mod h1:msa4TPrMVeRDcG4YzKA/S6wLEUC7GyHQE973JklrQ10=
go.viam.com/test v1.1.1-0.20220913152726-5da9916c08a2 h1:oBiK580EnEIzgFLU4lHOXmGAE3MxnVbeR7s1wp/F3Ps=
go.viam.com/test v1.1.1-0.20220913152726-5da9916c08a2/go.mod h1:XM0tej6riszsiNLT16uoyq1YjuYPWlRBweTPRDanIts=
go.viam.com/utils v0.1.84 h1:pJdGv0pe8u4ibdWYtvTIzbsWUOiO1gx2Nlzpn/xIiTg=
go.viam.com/utils v0.1.84/go.mod h1:VDxTqGLWOvqKrCPECfMX799LDm3PPX6ATeLA6JSkDuY=
go.viam.com/utils v0.1.85 h1:dZHMTt0Wz4s+6J+ex6pwF2JCacHSdVEcDU2XeSyaPeY=
go.viam.com/utils v0.1.85/go.mod h1:VDxTqGLWOvqKrCPECfMX799LDm3PPX6ATeLA6JSkDuY=
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 h1:WJhcL4p+YeDxmZWg141nRm7XC8IDmhz7lk5GpadO1Sg=
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2/go.mod h1:FftLjUGFEDu5k8lt0ddY+HcrH/qU/0qk+H8j9/nTl3E=
gocv.io/x/gocv v0.25.0/go.mod h1:Rar2PS6DV+T4FL+PM535EImD/h13hGVaHhnCu1xarBs=
Expand Down

0 comments on commit a7b82af

Please sign in to comment.