Skip to content

Commit

Permalink
Bump go-rosbag for JSON fix (#137)
Browse files Browse the repository at this point in the history
### Changelog

Fix uint64 handling in JSON transcoder

### Description

This bumps the go-rosbag dependency to v0.0.6, in order to get this fix:
foxglove/go-rosbag#5
  • Loading branch information
bryfox authored Apr 25, 2024
1 parent 88d2863 commit db2eba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion foxglove/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.0

require (
github.com/ajg/form v1.5.1
github.com/foxglove/go-rosbag v0.0.2
github.com/foxglove/go-rosbag v0.0.6
github.com/foxglove/mcap/go/mcap v1.0.1
github.com/gorilla/mux v1.8.0
github.com/relvacode/iso8601 v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions foxglove/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ github.com/envoyproxy/protoc-gen-validate v0.6.2/go.mod h1:2t7qjJNvHPx8IjnBOzl9E
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
github.com/foxglove/go-rosbag v0.0.2 h1:5jz+Wz8hM32ocq4rspa6HsArKdlkrjPP63QKx4+Fofc=
github.com/foxglove/go-rosbag v0.0.2/go.mod h1:TUoXE7AfzYNv1WrHfUQ0vZExg6yAV+KZGcRhsjJa1TY=
github.com/foxglove/go-rosbag v0.0.6 h1:LcWr1LqdS1NxWO4+mbPfo7d1jpL3gybqRmX1abD8eAw=
github.com/foxglove/go-rosbag v0.0.6/go.mod h1:Kz3doYZfPO6OIawx4tFm9MU9COkuzcYaI963psJeLrA=
github.com/foxglove/mcap/go/mcap v1.0.1 h1:k5QK6AtdRFjmU/mB5bYInVfeUr57CIj+KAO48Ymd4c8=
github.com/foxglove/mcap/go/mcap v1.0.1/go.mod h1:3UsmtxZGHWURgxEgQh3t0cGfyPyLoCGsa/gtS/Y6UPM=
github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI=
Expand Down

0 comments on commit db2eba3

Please sign in to comment.